Change8

autogpt-platform-beta-v0.6.1

📦 autogpt
11 features🐛 7 fixes

Summary

Release autogpt-platform-beta-v0.6.1 introduces several new features including a unified DB manager, backend support for store listings, and enhanced charging capabilities. This version also includes numerous bug fixes focused on websocket reliability and security hardening.

Migration Steps

  1. To update to this version, run: git pull origin autogpt-platform-beta-v0.6.1

✨ New Features

  • Use a single DB manager across the system.
  • Avoid connecting the same host and falling-back to defined api_host.
  • Mark starting nodes as QUEUED instead of INCOMPLETE during the initial execution.
  • Avoid loading all node executions on large continuous agent.
  • Add backend support for store listings submissions.
  • Add agent input block subtypes.
  • Add capability to charge based on block execution count.
  • Admin agent review table.
  • Migrate old models in existing agents.
  • Onboarding updates.
  • Add toast on agent execution request failure.

🐛 Bug Fixes

  • Add user_id to websocket event subscription key.
  • Fix unreliable websocket connection for node execution update.
  • Disable and provide toggle for Agent Input Block subtypes.
  • Increase block request security; Prevent DNS rebinding & open redirect attack.
  • Improve error message on unmatched webhook ingress.
  • Filter Redis messages by user ID.
  • Skip updating status of already terminated graph.