autogpt-platform-beta-v0.4.11

Significant-Gravitas/AutoGPTautogpt-platform-beta-v0.4.11Feb 20, 2025by Bentlybro

AI Summary

The release implements Library v2 with Agents, Presets, and Runs pages, introduces a Dispute & Refund resolution process, and sets up an Email Notification Service backend.

Key Highlights

  • Library v2 Agents and Presets implementation
  • Library v2 Agent Runs page
  • Dispute & Refund resolution process
  • Email Notification Service backend setup

New Features

  • Library v2 Agents and Presets
  • Library v2 Agent Runs page
  • Dispute & Refund resolution
  • Base blocks for smartlead, apollo, and zerobounce
  • Email Notification Service schema and migration
  • Dead letter queue for failed messages
  • Notification integration for credits system
  • User settings page rework with loading skeleton

Full Release Notes

# 🚀 Release `autogpt-platform-beta-v0.4.11`

**Date:** 20th February 2025

---

## 🔥 What's New?

### New Features
- **#9258** - Library v2 Agents and Presets (by [@Pwuts](https://github.com/Pwuts)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9258)
- **#9051** - Library v2 Agent Runs page implementation (by [@Pwuts](https://github.com/Pwuts)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9051)
- **#9466** - Add Dispute & Refund resolution process (by [@majdyz](https://github.com/majdyz)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9466)
- **#9387** - Add base for smartlead, apollo, and zerobounce blocks (by [@ntindle](https://github.com/ntindle)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9387)

### Backend Enhancements
- **#9445** - Schema updates, migration, queries for Email Notification Service (by [@ntindle](https://github.com/ntindle)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9445)
- **#9475** - Migrate JSON encoded string columns into native JSON column (by [@majdyz](https://github.com/majdyz)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9475)
- **#9464** - Spawn the notifications service with basic test (by [@ntindle](https://github.com/ntindle)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9464)
- **#9469** - Add ability to send emails to notification service (by [@ntindle](https://github.com/ntindle)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9469)
- **#9501** - Move failed messages into a dead letter queue (by [@ntindle](https://github.com/ntindle)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9501)
- **#9488** - Notification Integration for credits system (by [@majdyz](https://github.com/majdyz)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9488)

### UI/UX Improvements
- **#9476** - Rework user settings page with Form and loading skeleton (by [@andrewhooker2](https://github.com/andrewhooker2)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9476)

### Bug Fixes
- **#9489** - Fix failing poetry.lock validation on CI (by [@majdyz](https://github.com/majdyz)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9489)
- **#9497** - Correctly check if email service is set up (by [@ntindle](https://github.com/ntindle)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9497)
- **#9498** - Fix return type and usage of `api.listLibraryAgents()` (by [@Pwuts](https://github.com/Pwuts)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9498)
- **#9499** - Remove invalid font class names (by [@majdyz](https://github.com/majdyz)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9499)

---

## 🎉 Thanks to Our Contributors!

A huge thank you to everyone who contributed to this release:

- [@Pwuts](https://github.com/Pwuts)
- [@majdyz](https://github.com/majdyz)
- [@ntindle](https://github.com/ntindle)
- [@andrewhooker2](https://github.com/andrewhooker2)

---

## 📥 How to Get This Update

To update to this version, run:

```bash
git pull origin autogpt-platform-beta-v0.4.11
```

Or download it directly from the [Releases page](https://github.com/Significant-Gravitas/AutoGPT/releases).

---

## A note to any one using the Dev branch before this release: 

Anyone working on the dev branch will need to delete their rabbit mq containers and let docker compose recreate it due to a misconfiguration

---

For a complete list of changes, see the [Full Changelog](https://github.com/Significant-Gravitas/AutoGPT/compare/autogpt-platform-beta-v0.4.10...autogpt-platform-beta-v0.4.11).

---

## 📝 **Feedback and Issues**
If you encounter any issues or have suggestions, please [join our Discord](https://discord.gg/autogpt) and let us know!