A

Activepieces

A
Activepieces Web v0.90.4

0.90.4 ( Unstable )

fix(api): handled errors no longer log as 500 in the log store (#15309) @craftspace-bot[bot], Gus 🔌 Pieces feat(pieces-common): improve the Custom API Call step form (#15248) @Talaljaber, @claude feat(google-sheets): improve the step forms (#15200) @Talaljaber, @claude fix(stripe): triggers no longer fail to enable with "Invalid array" (#15274) @kishanprmr fix(ai): Ask AI and Summarize Text no lon…

A
Activepieces Web v0.91.0

0.91.0

feat(linear): filter Updated Issue trigger by changed fields (#15435) @AdamSelene, @claude, @OdaiAhmed99 🔌 Pieces fix(pieces): declare remaining runtime deps for datadog and scrapeless (#15519) @kishanprmr fix(pieces): hide body input for GET/HEAD requests (#15398) @kishanprmr feat(gmail): add AI actions for the gmail.modify scope (label, trash, archive) (#15512) @kishanprmr feat(google-drive): Op…

A
Activepieces Web v0.87.2

chore: renumber the release to 0.87.2

A -hotfix suffix in package.json is a semver prerelease, which sorts BELOW its base version: on 0.87.1-hotfix.6 the piece registry filter (minimumSupportedRelease vs getCurrentRelease) hid 326 of 764 pieces. 0.87.2 sorts above 0.87.1, keeps the worker/app version gate able to distinguish this release from 0.87.1-hotfix.5, and keeps piece filtering intact.

A
Activepieces Web v0.88.4-hotfix

0.88.4-hotfix.3

Hotfix on top of 0.88.4. Combines 0.88.4-hotfix.1 and 0.88.4-hotfix.2. fix(worker): disable piece cache prewarm Revert "fix(connections): stop oauth2 connections failing to save when the code has special characters" (#14926)

A
Activepieces Web v0.88.4-hotfix

0.88.4-hotfix.2

Hotfix on top of 0.88.4. Revert "fix(connections): stop oauth2 connections failing to save when the code has special characters" (#14926)

A
Activepieces Web v0.87.1-hotfix

0.87.1-hotfix.5

perf(worker): compute prewarm pieces and code steps server-side ( #15310 ) 📌 Upgrading a self-hosted instance? Review the Breaking Changes page for any actions required before you upgrade. Thanks ❤️

A
Activepieces Web v0.88.4

0.88.4

Bug fix Reverts #14889 ( released on 0.88.3 ) as it introduced a CPU spike in worker containers for flows that use old versioned pieces with large dependencies like google suite pieces . 📌 Upgrading a self-hosted instance? Review the Breaking Changes page for any actions required before you upgrade. Thanks ❤️

A
Activepieces Web v0.90.1

0.90.1

fix: piece upgrade migrateFlowVersion ignored when no projectId or pl…

A
Activepieces Web v0.87.1-hotfix

0.87.1-hotfix.4: fix(worker): close the health server when the socket disconnects

A disconnected worker can't consume jobs but its health endpoint kept answering 200, so orchestrators kept routing/keeping traffic on it. Close the server on any non-client disconnect; the reconnect path already brings it back up after prewarm. A generation guard stops a disconnect that lands mid-prewarm from re-opening the server for a dead connection. Also alias @activepieces/ai-providers to sou…

A
Activepieces Web v0.87.1-hotfix

0.87.1-hotfix.3: fix(worker): stop the poll watchdog from counting the prewarm window

0.87.1-hotfix.2 made prewarm an awaited step in front of the poll loops so a cold pod does not accept jobs before its piece cache is warm. But the poll liveness clock was already started by the socket 'connect' handler (resetPollLoopLiveness({ loopCount: 1 })), and nothing marks an iteration until the loops actually run. On a real instance prewarm resolves every enabled flow serially (GetVocal pro…

A
Activepieces Web v0.87.1

0.87.1

Bug fixes . fix(rate-limiter): promote parked jobs when a concurrency slot frees ( #15033 ) @MrChaker Note . this release has been ported only on top of 0.87.0 as hotfix and it's currently planned to be ported to 0.89.0 📌 Upgrading a self-hosted instance? Review the Breaking Changes page for any actions required before you upgrade. Thanks ❤️

A
Activepieces Web v0.88.3

0.88.3

feat(framework): widen action classification to READ/SEARCH/WRITE/DESTRUCTIVE (#14852) @ibrahim-abuznaid, @claude feat: remove s3 path for piece bundle (#14862) @MrChaker feat(google-drive): Add new action Export Folder as Zip (#14773) @danielpoonwj, @OdaiAhmed99 docs(brain): move the page tree into brain/knowledge and update the Craftspace guide (#14829) @craftspace-bot[bot] 🔌 Pieces feat(pieces)…

A
Activepieces Web v0.88.1

0.88.1

No changes 📌 Upgrading a self-hosted instance? Review the Breaking Changes page for any actions required before you upgrade. Thanks ❤️ No contributors

A
Activepieces Web v0.88.0

0.88.0

fix(cli): stop optional peer deps blocking a piece publish (#14732) @OdaiAhmed99, @AhmadTash fix(deps): bump nanoid, nodemailer, undici to clear Dependabot alerts (#14706) @KhaledR57 refactor(brain): flatten the wiki into brain/ and give decisions an index (#14648) @abuaboud 🔌 Pieces feat(pieces): add Microsoft SQL Server (MSSQL) piece (PIE-381) (#14701) @OdaiAhmed99, @kishanprmr feat(github): Add…

A
Activepieces Web v0.87.0

0.87.0

🔌 Pieces fix(telegram-bot): avoid getUpdates conflict on published triggers (#14583) @kishanprmr fix(salesforce): cap Find Record FIELDS(ALL) query at LIMIT 200 (#14522) @kishanprmr feat(azure-openai): add custom api call (#14500) @AdamSelene fix(ai): newer OpenAI image models now available in Generate Image (#14493) @majewskibartosz, @kishanprmr fix(slack): channel created trigger test no longer…

A
Activepieces Web v0.86.3-hotfix

0.86.3-hotfix.1

🐞 Bug Fixes fix(worker): remove auto-detect of sandbox memory limit at concurrency 1 (#14615) @MrChaker Thanks ❤️ @MrChaker

A
Activepieces Web v0.86.3

0.86.3

🔌 Pieces fix(pieces): file uploads no longer send empty or corrupted files (#14263) @majewskibartosz fix(approval): Create Approval Links shows "link expired" when email scanners prefetch approval emails (#14255) @majewskibartosz feat(mcp-client): add piece to call external MCP server tools (#14221) @sanket-a11y ✨ Exciting New Features feat(chat): let users rate replies with thumbs up/down and sha…