Skip to content

Releases: Paca-AI/paca

v0.9.5

Choose a tag to compare

@pikann pikann released this 11 Jul 06:37
00ffe9f

What's Changed

  • feat(i18n): add Brazilian Portuguese (pt-BR) locale by @vhervatin in #266
  • fix: update dependencies and improve Dockerfile configurations by @pikann in #265

New Contributors

Full Changelog: v0.9.4...v0.9.5

How to Upgrade

To safely update your configuration files and application, run the official upgrade script (do not just use docker compose pull):

curl -fsSL https://github.com/Paca-AI/paca/releases/latest/download/upgrade.sh -o upgrade.sh
bash upgrade.sh

v0.9.4

Choose a tag to compare

@pikann pikann released this 10 Jul 10:46
c85f0a8

What's Changed

Full Changelog: v0.9.3...v0.9.4

How to Upgrade

To safely update your configuration files and application, run the official upgrade script (do not just use docker compose pull):

curl -fsSL https://github.com/Paca-AI/paca/releases/latest/download/upgrade.sh -o upgrade.sh
bash upgrade.sh

v0.9.2

Choose a tag to compare

@pikann pikann released this 10 Jul 09:18
b469c25

What's Changed

  • chore(deps): bump golang.org/x/crypto from 0.50.0 to 0.52.0 in /services/api by @dependabot[bot] in #258
  • chore: add Pullfrog workflow file by @pullfrog[bot] in #259
  • fix(mcp): handle 204 No Content responses without parsing JSON by @pullfrog[bot] in #261
  • refactor: refactor agent permissions and prompt handling by @pikann in #262

Full Changelog: v0.9.1...v0.9.2

How to Upgrade

To safely update your configuration files and application, run the official upgrade script (do not just use docker compose pull):

curl -fsSL https://github.com/Paca-AI/paca/releases/latest/download/upgrade.sh -o upgrade.sh
bash upgrade.sh

v0.9.1

Choose a tag to compare

@pikann pikann released this 08 Jul 17:32
b722b75

What's Changed

  • fix: nullify orphaned references in triggered_by_member_id before add… by @pikann in #256

Full Changelog: v0.9.0...v0.9.1

How to Upgrade

To safely update your configuration files and application, run the official upgrade script (do not just use docker compose pull):

curl -fsSL https://github.com/Paca-AI/paca/releases/latest/download/upgrade.sh -o upgrade.sh
bash upgrade.sh

v0.9.0

Choose a tag to compare

@pikann pikann released this 08 Jul 16:57
662fde5

What's Changed

  • feat: implement automation workflow feature by @pikann in #249
  • docs: update star history chart link with sealed token for enhanced s… by @pikann in #250
  • refactor: refactor agent handler and update skill documentation by @pikann in #251
  • feat: enhance AI chatting feature by @pikann in #253
  • feat: allow workflow graph edits while active, not just draft by @pikann in #254
  • feat: update PATCH operations to preserve omitted fields for sprint a… by @pikann in #255

Full Changelog: v0.8.0...v0.9.0

How to Upgrade

To safely update your configuration files and application, run the official upgrade script (do not just use docker compose pull):

curl -fsSL https://github.com/Paca-AI/paca/releases/latest/download/upgrade.sh -o upgrade.sh
bash upgrade.sh

v0.8.0

Choose a tag to compare

@pikann pikann released this 03 Jul 18:34
1a37f10

What's Changed

  • fix: ensure live REST read for conversation state to prevent staleness in execution status by @pikann in #242
  • feat: add support for secret environment variables per agent by @pikann in #243
  • feat: refactor ai agent executor by @pikann in #247
  • fix: fix error when set default task type by @pikann in #248

Full Changelog: v0.7.2...v0.8.0

How to Upgrade

To safely update your configuration files and application, run the official upgrade script (do not just use docker compose pull):

curl -fsSL https://github.com/Paca-AI/paca/releases/latest/download/upgrade.sh -o upgrade.sh
bash upgrade.sh

v0.7.2

Choose a tag to compare

@pikann pikann released this 02 Jul 18:46
7b0f3d0

What's Changed

  • feat: migrate AGENT_SERVER_IMAGE to new paca-ai repository and update… by @pikann in #239

Full Changelog: v0.7.1...v0.7.2

How to Upgrade

To safely update your configuration files and application, run the official upgrade script (do not just use docker compose pull):

curl -fsSL https://github.com/Paca-AI/paca/releases/latest/download/upgrade.sh -o upgrade.sh
bash upgrade.sh

v0.7.1

Choose a tag to compare

@pikann pikann released this 02 Jul 15:26
567693e

What's Changed

  • fix: update i18n foundation status to completed in roadmap by @pikann in #236
  • feat: update agent-server image references to paca-ai repository and … by @pikann in #238

Full Changelog: v0.7.0...v0.7.1

How to Upgrade

To safely update your configuration files and application, run the official upgrade script (do not just use docker compose pull):

curl -fsSL https://github.com/Paca-AI/paca/releases/latest/download/upgrade.sh -o upgrade.sh
bash upgrade.sh

v0.7.0

Choose a tag to compare

@pikann pikann released this 01 Jul 06:40
835cc1e

What's Changed

  • chore: mark webhook plugin as completed in the roadmap by @pikann in #227
  • chore: add i18n foundation for the web UI to the roadmap by @pikann in #229
  • feat: add i18n support by @pikann in #232
  • feat: add MultiSelect and Url custom field types with corresponding editors by @pikann in #234
  • fix: blocknote content validation by @pikann in #235

Full Changelog: v0.6.2...v0.7.0

How to Upgrade

To safely update your configuration files and application, run the official upgrade script (do not just use docker compose pull):

curl -fsSL https://github.com/Paca-AI/paca/releases/latest/download/upgrade.sh -o upgrade.sh
bash upgrade.sh

v0.6.2

Choose a tag to compare

@pikann pikann released this 27 Jun 17:46
a6688df

What's Changed

  • feat: implement plugin event consumer to dispatch activity events to … by @pikann in #225
  • feat: implement task status reordering with drag-and-drop support by @pikann in #226

Full Changelog: v0.6.1...v0.6.2

How to Upgrade

To safely update your configuration files and application, run the official upgrade script (do not just use docker compose pull):

curl -fsSL https://github.com/Paca-AI/paca/releases/latest/download/upgrade.sh -o upgrade.sh
bash upgrade.sh