autogpt-platform-beta-v0.6.34
Significant-Gravitas/AutoGPTautogpt-platform-beta-v0.6.34Oct 22, 2025by 0ubbe
AI Summary
This update integrates LaunchDarkly flags for the payment system and resolves critical credit spending bugs while improving data handling.
Key Highlights
- LaunchDarkly flag for platform payment system
- Fixed UserBalance migration issues and credit spending bug
- Improved SafeJson to handle nested Pydantic models and invalid escape errors
- Added analytics setup and environment service standardization
New Features
- Shared cache functionality
- Language fallback for YouTube transcription block
- Update tooltip and alert styles
- Setup DataFast custom events and analytics
Full Release Notes
# 🚀 Release `autogpt-platform-beta-v0.6.34` **Date:** October 2025 --- ## 🔥 What's New? ### New Features - **#11172** - Add extra information in custom node in new builder (by @Abhi1992002) - **#11181** - Add LaunchDarkly flag for platform payment system (by @majdyz) - **#11150** - Implement shared cache functionality (by @Swiftyos) - **#11057** - Add language fallback for YouTube transcription block (by @Copilot) - **#11212** - Update tooltip and alert styles (by @0ubbe) - **#11231** - Setup DataFast custom events (by @0ubbe) ### Enhancements - **#11206** - Improve waitlist error display & messages (by @ntindle) - **#11182** - Setup DataFast analytics (by @0ubbe) - **#11209** - Standardise with environment service (by @0ubbe) ### Bug Fixes - **#11187** - Rewrite SafeJson to prevent Invalid \escape errors (by @majdyz) - **#11188** - Handle nested Pydantic models in SafeJson (by @majdyz) - **#11143** - Remove advisory locks for atomic credit operations (by @majdyz) - **#11192** - Resolve UserBalance migration issues and credit spending bug (by @majdyz) - **#11196**, **#11198** - Improve waitlist error display for users not on allowlist (by @ntindle) - **#11217** - Disable LaunchDarkly integration in metrics.py (by @ntindle) - **#10998** - Update linear oauth to use refresh tokens (by @ntindle) - **#11221** - Handle LaunchDarkly init failure (by @Pwuts) - **#11222** - Only try to initialize LaunchDarkly once (by @Pwuts) - **#11224** - Avoid running direct query in executor (by @majdyz) - **#11227** - Fix structured logging for cloud environments (by @Pwuts) - **#11236** - Make Jinja Error on TextFormatter as value error (by @majdyz) - **#11223** - Limit Sentry console capture to warnings and errors (by @Pwuts) - **#11232** - Fix URL substring sanitization issue (by @0ubbe) - **#11238** - Filter out `undefined` query params in API requests (by @Pwuts) ### Documentation - **#11210** - Add contributing guidelines (by @0ubbe) --- ## 🎉 Thanks to Our Contributors! A huge thank you to everyone who contributed to this release: - @Abhi1992002 - @majdyz - @Swiftyos - @ntindle - @0ubbe - @Pwuts - @Copilot --- ## 📥 How to Get This Update To update to this version, run: ```bash git pull origin autogpt-platform-beta-v0.6.34 ``` Or download it directly from the [Releases page](https://github.com/Significant-Gravitas/AutoGPT/releases). For a complete list of changes, see the [Full Changelog](https://github.com/Significant-Gravitas/AutoGPT/compare/autogpt-platform-beta-v0.6.33...autogpt-platform-beta-v0.6.34). --- ## 📝 **Feedback and Issues** If you encounter any issues or have suggestions, please [join our Discord](https://discord.gg/autogpt) and let us know!