autogpt-platform-beta-v0.6.17

Significant-Gravitas/AutoGPTautogpt-platform-beta-v0.6.17Jul 25, 2025by ntindle

AI Summary

Adds Excel support, GCS file storage with expiration, Replicate model blocks, and refactors DatabaseManager into a standalone service.

Key Highlights

  • Excel support in ReadSpreadsheetBlock
  • GCS file storage with automatic expiration
  • Replicate model blocks
  • DatabaseManager moved to standalone service

New Features

  • Excel support
  • GCS file storage
  • Replicate blocks
  • DatabaseManager service refactor

Full Release Notes

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

**Date:** July 2025

---

## 🔥 What's New?

### New Features
- **#10393** - Add Excel support to ReadSpreadsheetBlock and introduced FileReadBlock (by @majdyz)
- **#10394** - Add prefetch queries for various endpoints and enhance API configurations (by @Abhi1992002)
- **#10368** - Add E2E test data creator script for comprehensive testing (by @Abhi1992002)
- **#10395** - Truncate execution update payload on large data & Improve ReadSpreadsheetBlock performance (by @majdyz)
- **#9965** - Add Gmail thread blocks (by @Torantulino)
- **#10340** - Integrate GCS file storage with automatic expiration for Agent File Input (by @majdyz)
- **#10337** - Add Replicate model blocks (by @snehaoladri)
- **#10398** - Beta blocks via LaunchDarkly + E2E improvements (by @0ubbe)
- **#10397** - Hide captcha if verified (by @0ubbe)
- **#10403** - Avoid using DatabaseManager when direct query is possible from the API layer (by @majdyz)
- **#10411** - Add database index for improved query performance (by @Swiftyos)
- **#10412** - Add Missing FK indexes and remove unused & redundant indexes (by @majdyz)
- **#10352** - Add ReverseListOrderBlock for reversing list element order (by @Swiftyos)
- **#10409** - Register agent subgraphs as library entries during agent import (by @majdyz)
- **#10425** - Move NotificationManager service from rest-api pod to scheduler pod (by @majdyz)
- **#10415** - Add thread safety to NodeExecutionProgress output handling (by @majdyz)
- **#10430** - Enable the Google blocks + fix .env (by @ntindle)
- **#10416** - Agent activity dropdown (by @0ubbe)
- **#10437** - Move DatabaseManager away from RestAPI as a standalone service (by @majdyz)
- **#10438** - Add alert for notifying stuck running agent for more than a day (by @majdyz)

### Bug Fixes
- **#10392** - Fix navbar profile query not working (by @0ubbe)
- **#10396** - Fix navbar missing (by @0ubbe)
- **#10400** - Fix missing tags from code that are referenced in docs (by @ntindle)
- **#10401** - Fix service health check mechanism on app service (by @majdyz)
- **#10406** - Use admin route for store downloads (by @ntindle)
- **#10407** - Unhide captcha (by @0ubbe)
- **#10408** - Fix LaunchDarkly initialization (by @0ubbe)
- **#10414** - Initialize LaunchDarkly on the client (by @0ubbe)
- **#10431** - Fix Agent Input with empty string default value not being rendered (by @majdyz)
- **#10440** - Handle websocket connection on logout (by @0ubbe)
- **#10443** - Fix database manager process missing on self-hosted docker mode (by @majdyz)
- **#10410** - Transfer NodeTextBoxInput to use local state to fix cursor jump (by @vickywane)

### UI/UX Improvements
- **#10446** - CI caching + E2E test data script (by @0ubbe)
- **#10422** - Improve LaunchDarkly provider initialization (by @ntindle)
- **#10388** - Refactor E2E tests setup for speed + readability (by @0ubbe)

### Dependencies & Maintenance
- **#10378** - Bump pinecone from 5.4.2 to 7.3.0 in /autogpt_platform/backend (by @dependabot[bot])
- **#10389** - Bump the production-dependencies group across 1 directory with 4 updates (by @dependabot[bot])
- **#10379** - Bump @types/node from 22.15.30 to 24.0.13 in /autogpt_platform/frontend (by @dependabot[bot])
- **#10376** - Bump ruff from 0.12.2 to 0.12.3 in /autogpt_platform/autogpt_libs (by @dependabot[bot])
- **#10373** - Bump the development-dependencies group in /autogpt_platform/backend with 2 updates (by @dependabot[bot])
- **#10377** - Bump dotenv from 16.5.0 to 17.2.0 in /autogpt_platform/frontend (by @dependabot[bot])
- **#10175** - Bump pytest-asyncio from 0.26.0 to 1.0.0 in /autogpt_platform/autogpt_libs (by @dependabot[bot])
- **#10386** - Bump faker from 33.3.1 to 37.4.0 in /autogpt_platform/backend (by @dependabot[bot])
- **#10371** - Bump the production-dependencies group across 1 directory with 7 updates (by @dependabot[bot])
- **#10384** - Bump websockets from 14.2 to 15.0.1 in /autogpt_platform/backend (by @dependabot[bot])
- **#10375** - Bump youtube-transcript-api from 0.6.3 to 1.1.1 in /autogpt_platform/backend (by @dependabot[bot])
- **#10419** - Bump the development-dependencies group in /autogpt_platform/frontend with 9 updates (by @dependabot[bot])

---

## 🎉 Thanks to Our Contributors!

A huge shoutout to everyone who contributed to this release. Special thanks to our new contributors:
- @snehaoladri
- @vickywane

As well as our returning contributors:
- @0ubbe
- @majdyz
- @Abhi1992002
- @ntindle
- @Torantulino
- @Swiftyos
- @dependabot[bot]

---

## 📥 How to Get This Update

To update to this version, run:
```bash
git pull origin autogpt-platform-beta-v0.6.17
```

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.16...autogpt-platform-beta-v0.6.17).

---

## 📝 **Feedback and Issues**

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