autogpt-platform-beta-v0.6.34
📦 autogpt
✨ 6 features🐛 15 fixes🔧 7 symbols
Summary
Release v0.6.34 introduces new features like shared cache functionality and updates to the builder UI, alongside numerous bug fixes addressing JSON serialization, credit operations, and error handling for LaunchDarkly and waitlists.
Migration Steps
- To update to this version, run: git pull origin autogpt-platform-beta-v0.6.34
✨ New Features
- Add extra information in custom node in new builder (#11172)
- Add LaunchDarkly flag for platform payment system (#11181)
- Implement shared cache functionality (#11150)
- Add language fallback for YouTube transcription block (#11057)
- Update tooltip and alert styles (#11212)
- Setup DataFast custom events (#11231)
🐛 Bug Fixes
- Rewrite SafeJson to prevent Invalid \escape errors (#11187)
- Handle nested Pydantic models in SafeJson (#11188)
- Remove advisory locks for atomic credit operations (#11143)
- Resolve UserBalance migration issues and credit spending bug (#11192)
- Improve waitlist error display for users not on allowlist (#11196, #11198)
- Disable LaunchDarkly integration in metrics.py (#11217)
- Update linear oauth to use refresh tokens (#10998)
- Handle LaunchDarkly init failure (#11221)
- Only try to initialize LaunchDarkly once (#11222)
- Avoid running direct query in executor (#11224)
- Fix structured logging for cloud environments (#11227)
- Make Jinja Error on TextFormatter as value error (#11236)
- Limit Sentry console capture to warnings and errors (#11223)
- Fix URL substring sanitization issue (#11232)
- Filter out undefined query params in API requests (#11238)
🔧 Affected Symbols
SafeJsonUserBalancemetrics.pylinear oauthLaunchDarklyTextFormatterSentry