Update activepieces to 0.81.4 (#5314)

This commit is contained in:
Alexander L. 2026-04-14 15:15:34 +02:00 committed by GitHub
parent 61e66aa354
commit 0ed14dffbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 10 deletions

View File

@ -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

View File

@ -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