autogpt-platform-beta-v0.3.2
Significant-Gravitas/AutoGPTautogpt-platform-beta-v0.3.2Nov 18, 2024by aarushik93
AI Summary
Enhances backend capabilities with JSON parsing, Open Router integration, and various fixes for credentials and input handling.
Key Highlights
- JSON parsing with typing & conversion
- Open Router integration with new models
- Migrations to fix credentials inputs
- Added heartbeat mechanism
New Features
- JSON Parsing & Conversion
- Open Router Integration
- Heartbeat Mechanism
Full Release Notes
## 🚀 What's New in v0.3.2? ### 🌟 New Features - **feat(backend):** Enable JSON parsing with typing & conversion ([#8578](https://github.com/Significant-Gravitas/AutoGPT/pull/8578)) by @majdyz - **feat(blocks):** Add Open Router integration with a large selection of new models ([#8653](https://github.com/Significant-Gravitas/AutoGPT/pull/8653)) by @Torantulino ### 🛠Fixes & Improvements - **fix(backend):** Add migrations to fix credentials inputs ([#8674](https://github.com/Significant-Gravitas/AutoGPT/pull/8674)) by @Pwuts - **fix(backend):** Resolve Pydantic warning about missing `secrets_dir` ([#8692](https://github.com/Significant-Gravitas/AutoGPT/pull/8692)) by @Pwuts - **fix(backend):** Define `executionmanager` hostname for local docker-mode ([#8681](https://github.com/Significant-Gravitas/AutoGPT/pull/8681)) by @majdyz - **fix(frontend):** Typing in the `NodeKeyValueInput` field no longer unfocuses the field ([#8680](https://github.com/Significant-Gravitas/AutoGPT/pull/8680)) by @majdyz - **fix(frontend):** Avoid displaying overly long description text for blocks ([#8688](https://github.com/Significant-Gravitas/AutoGPT/pull/8688)) by @majdyz - **fix(platform/builder):** Add heartbeat mechanism ([#8665](https://github.com/Significant-Gravitas/AutoGPT/pull/8665)) by @aarushik93 - **fix(backend):** Add a lower cap of zero for user credits ([#8682](https://github.com/Significant-Gravitas/AutoGPT/pull/8682)) by @majdyz - **fix(backend):** Avoid falling back to default user unless `ENABLED_AUTH` is set to `False` ([#8691](https://github.com/Significant-Gravitas/AutoGPT/pull/8691)) by @majdyz ### 📚 Documentation Updates - **tweak(docs):** Update block file path in documentation ([#8662](https://github.com/Significant-Gravitas/AutoGPT/pull/8662)) by @Torantulino ### 🛠Build & Refactor - **refactor(frontend):** Updated buttons for editing agents in Monitor ([#8687](https://github.com/Significant-Gravitas/AutoGPT/pull/8687)) by @kcze - **build(frontend):** Optimize Docker build time and image size ([#8695](https://github.com/Significant-Gravitas/AutoGPT/pull/8695)) by @Pwuts --- **🔗 Full Changelog:** [Compare v0.3.1...v0.3.2](https://github.com/Significant-Gravitas/AutoGPT/compare/autogpt-platform-beta-v0.3.1...autogpt-platform-beta-v0.3.2)