autogpt-platform-beta-v0.5.1
Significant-Gravitas/AutoGPTautogpt-platform-beta-v0.5.1Mar 12, 2025by majdyz
AI Summary
This release focuses on performance optimization and bug fixes, including email unsubscribe functionality, baseline summary processing, and improved database batching and logging management.
Key Highlights
- One-click unsubscribe functionality for emails
- Implementation of baseline summary processing
- Reduced excessive application logging
- Configurable database connection limits and timeouts
- Batched operations for queues and agent runs
New Features
- One-click unsubscribe functionality
- Support for undefined self-loop links
- Baseline summary processing
- Batching operations for queues
- DB connection limit and timeout configuration
Full Release Notes
# 🚀 Release `autogpt-platform-beta-v0.5.1` **Date:** January 2024 --- ## 🔥 What's New? ### New Features - **#9564** - Added one-click unsubscribe functionality for emails (by [@ntindle](https://github.com/ntindle)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9564) - **#9599** - Added support for undefined self-loop link to `list` input pin on `AddToListBlock` (by [@majdyz](https://github.com/majdyz)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9599) - **#9596** - Implemented baseline summary processing (by [@ntindle](https://github.com/ntindle)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9596) ### Enhancements - **#9605** - Reduced excessive application log, made DB configurable, and set DB connection limit & timeout (by [@majdyz](https://github.com/majdyz)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9605) - **#9592** - Improved defensive loading of list data from database (by [@ntindle](https://github.com/ntindle)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9592) - **#9586** - Implemented batching operations for queues and agent runs (by [@ntindle](https://github.com/ntindle)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9586) ### Bug Fixes - **#9604** - Added missing error pin to Exa Contents Block (by [@Torantulino](https://github.com/Torantulino)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9604) - **#9608** - Removed useless agent marketplace indices (by [@majdyz](https://github.com/majdyz)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9608) - **#9619** - Set Supabase CLI version (by [@majdyz](https://github.com/majdyz)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9619) - **#9610** - Made LibraryAgent image as initial StoreListing image (by [@majdyz](https://github.com/majdyz)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9610) - **#9617** - Follow-up fix for LibraryAgent image as initial StoreListing image (by [@majdyz](https://github.com/majdyz)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9617) - **#9613** - Prevented breaking when failing to make API call in Otto (by [@Bentlybro](https://github.com/Bentlybro)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9613) ### Documentation - **#9580** - Moved to a single source of truth for docs and removed duplicate info from backend readme (by [@MK4070](https://github.com/MK4070)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9580) --- ## 🎉 Thanks to Our Contributors! A huge thank you to everyone who contributed to this release. Special welcome to our new contributor: - [@MK4070](https://github.com/MK4070) And thanks to our returning contributors: - [@ntindle](https://github.com/ntindle) - [@majdyz](https://github.com/majdyz) - [@Torantulino](https://github.com/Torantulino) - [@Bentlybro](https://github.com/Bentlybro) --- ## 📥 How to Get This Update To update to this version, run: ```bash git pull origin autogpt-platform-beta-v0.5.1 ``` 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.5.0...autogpt-platform-beta-v0.5.1). --- ## 📝 **Feedback and Issues** If you encounter any issues or have suggestions, please [join our Discord](https://discord.gg/autogpt) and let us know!