Releases: Paca-AI/paca
Releases · Paca-AI/paca
v0.6.1
What's Changed
Full Changelog: v0.6.0...v0.6.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.6.0
What's Changed
- Refactor/migrate from nginx to caddy by @pikann in #219
- Feature/implement database backup by @pikann in #220
⚠️ Upgrading
This release replaces the nginx gateway with Caddy and adds an automated database backup service — both change files and .env settings that a plain docker compose pull && up won't touch. Use the new upgrade.sh script instead:
curl -fsSL https://github.com/Paca-AI/paca/releases/latest/download/upgrade.sh -o upgrade.sh
bash upgrade.shFor existing installs, it will:
- Back up and refresh
docker-compose.ymlandcaddy/Caddyfile. - Add
SITE_ADDRESSandGATEWAY_HTTPS_PORTto.envso Caddy can issue itself a TLS certificate — ports 80/443 need to be reachable from the internet for that. Already behind another TLS terminator? SetSITE_ADDRESS=:80afterward to keep the gateway on plain HTTP. - Enable the new daily
db-backupservice for bundled-Postgres installs (skipped automatically if you use an externalDATABASE_URL). Opt out anytime withBACKUP_ENABLED=falsein.env.
Full Changelog: v0.5.3...v0.6.0
v0.5.3
What's Changed
- chore: update documentation font size by @pikann in #209
- feat: enhancements for oversized plugin payload handling by @pikann in #212
- fix: persist agent replies dropped by @pikann in #215
- Add configurable view page sizes and server-side task search by @pikann in #217
- feat: allow username reuse after soft delete and update uniqueness co… by @pikann in #218
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- feat: update roadmap to reflect task linking implementation by @pikann in #201
- chore(deps): bump pypdf from 6.13.0 to 6.13.3 in /services/ai-agent by @dependabot[bot] in #202
- chore(deps): bump pydantic-settings from 2.14.1 to 2.14.2 in /services/ai-agent by @dependabot[bot] in #203
- refactor: standardize font sizes across components to use Tailwind's … by @pikann in #204
- refactor: improved selector ui by @pikann in #206
- feat: add webhook plugin for configurable outgoing webhooks on task a… by @pikann in #207
- refactor: simplify user logout and login form query invalidation logic by @pikann in #208
Full Changelog: v0.5.1...v0.5.2
v0.5.1
v0.5.0
What's Changed
- refactor: lightweight stack migration by @pikann in #188
- docs: update Docker Compose setup instructions for improved clarity a… by @pikann in #190
- chore: use official @module-federation/vite by @gioboa in #191
- chore(deps): bump starlette from 1.2.1 to 1.3.1 in /services/ai-agent by @dependabot[bot] in #192
- chore(deps): bump cryptography from 48.0.0 to 48.0.1 in /services/ai-agent by @dependabot[bot] in #193
- chore(deps): bump pypdf from 6.12.2 to 6.13.0 in /services/ai-agent by @dependabot[bot] in #194
- chore(deps): bump aiohttp from 3.14.0 to 3.14.1 in /services/ai-agent by @dependabot[bot] in #195
- feat: implement soft delete for projects with deleted_at column by @pikann in #196
New Contributors
Full Changelog: v0.4.6...v0.5.0
v0.4.6
v0.4.5
v0.4.4
What's Changed
- chore: update development nginx gateway port by @pikann in #172
- chore(deps): bump @modelcontextprotocol/sdk from 0.6.0 to 1.26.0 in /apps/mcp by @dependabot[bot] in #173
- chore(deps): bump github.com/quic-go/quic-go from 0.59.0 to 0.59.1 in /services/api by @dependabot[bot] in #174
- chore(deps): bump github.com/jackc/pgx/v5 from 5.9.1 to 5.9.2 in /services/api by @dependabot[bot] in #175
- chore: update ROADMAP.md by @pikann in #177
- feat(tasks): enhance task listing with total count, server-side sorting, and custom field summation by @pikann in #176
- feat(auth): implement validation for username and password across for… by @pikann in #179
- feat(task): add delete functionality for tasks with confirmation dialog by @pikann in #180
- feat: enhance agent model selecting feature by @pikann in #183
- feat: improve SetDefaultTaskStatus to handle concurrent updates with … by @pikann in #184
New Contributors
- @dependabot[bot] made their first contribution in #173
Full Changelog: v0.4.3...v0.4.4
v0.4.3
What's Changed
- fix: add upgrade instructions to README and deployment guides by @pikann in #162
- fix: remove outdated upgrade instructions from README and deployment … by @pikann in #163
- fix(mcp): pass context and sprintId as query params in create_view by @TAJD in #165
- Feature/mcp server dev setup by @pikann in #166
- feat: add username validation for minimum length and error handling by @pikann in #168
New Contributors
Full Changelog: v0.4.2...v0.4.3