Releases: Paca-AI/paca
Release list
v0.9.5
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
- @vhervatin made their first contribution in #266
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.shv0.9.4
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.shv0.9.2
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.shv0.9.1
What's Changed
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.shv0.9.0
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.shv0.8.0
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.shv0.7.2
What's Changed
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.shv0.7.1
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.shv0.7.0
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.shv0.6.2
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