diff --git a/activepieces/docker-compose.yml b/activepieces/docker-compose.yml index 68d0d5e0..1fa6cc17 100644 --- a/activepieces/docker-compose.yml +++ b/activepieces/docker-compose.yml @@ -9,7 +9,7 @@ services: app: ## does not work rootless as of yet #user: "1000:1000" - image: ghcr.io/activepieces/activepieces:0.81.0@sha256:ba65c3ba78fd0155bc8aff0d8bd185f99db8ec249371bdd6e7d07f90a89fa9ad + image: ghcr.io/activepieces/activepieces:0.81.4@sha256:08229ab5e6374ace2ef9471eab0f519d9af1e7eed6dbaa989a5863387591544d restart: on-failure environment: AP_ENGINE_EXECUTABLE_PATH: dist/packages/engine/main.js diff --git a/activepieces/umbrel-app.yml b/activepieces/umbrel-app.yml index 8296b31a..e1861d50 100644 --- a/activepieces/umbrel-app.yml +++ b/activepieces/umbrel-app.yml @@ -2,16 +2,14 @@ manifestVersion: 1 id: activepieces category: automation name: Activepieces -version: "0.81.0" +version: "0.81.4" releaseNotes: >- - This release brings many new integrations, features, and improvements: - - Added dozens of new integrations including Elastic Email, Mailgun, Klaviyo, Google BigQuery, AWS Bedrock, Jira Data Center, Bland AI, and many more - - Added OAuth 2.0 authorization for MCP endpoints, enabling Claude Code to use Activepieces - - Added knowledge base tool for agent RAG support, xAI (Grok) model support, and web search in agents - - Added manual triggers, event streaming, and SCIM support - - Added 1Password and AWS Secret Manager providers for secret management - - Migrated from SQLite3 to PGLite and from NX to Turbo for builds - - Various UI improvements, bug fixes, and stability enhancements + This release includes bug fixes and minor improvements: + - Fixed project filter so admins no longer see other users' personal projects + - Added a database migration rollback system for safer upgrades + - Fixed retrying flows from a failed step that was getting stuck in queued status + - Fixed audit logs missing the retried case + - Fixed MCP OAuth registration returning incorrect numeric values Full release notes are found at https://github.com/activepieces/activepieces/releases