Skip to content

Releases: Paca-AI/paca

v0.6.1

25 Jun 17:15
a46150a

Choose a tag to compare

What's Changed

  • fix: avoid litellm provider-name collision for custom OpenAI-compatib… by @pikann in #223

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.sh

v0.6.0

25 Jun 07:43
923c234

Choose a tag to compare

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.sh

For existing installs, it will:

  • Back up and refresh docker-compose.yml and caddy/Caddyfile.
  • Add SITE_ADDRESS and GATEWAY_HTTPS_PORT to .env so Caddy can issue itself a TLS certificate — ports 80/443 need to be reachable from the internet for that. Already behind another TLS terminator? Set SITE_ADDRESS=:80 afterward to keep the gateway on plain HTTP.
  • Enable the new daily db-backup service for bundled-Postgres installs (skipped automatically if you use an external DATABASE_URL). Opt out anytime with BACKUP_ENABLED=false in .env.

Full Changelog: v0.5.3...v0.6.0

v0.5.3

24 Jun 07:59
3b5cf06

Choose a tag to compare

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

22 Jun 09:18
b8ad088

Choose a tag to compare

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

19 Jun 11:08
c14948d

Choose a tag to compare

What's Changed

  • Feature/implement task link management by @pikann in #200

Full Changelog: v0.5.0...v0.5.1

v0.5.0

17 Jun 16:11
5ed5f6d

Choose a tag to compare

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

17 Jun 04:31
f738792

Choose a tag to compare

What's Changed

  • fix: fix error cannot get llm model list by @pikann in #189

Full Changelog: v0.4.5...v0.4.6

v0.4.5

16 Jun 06:58
fa407c2

Choose a tag to compare

What's Changed

  • feat: enhance roadmap view to support members, sprints, and column gr… by @pikann in #185
  • fix: update model string construction for LLM to handle openai prefix… by @pikann in #186

Full Changelog: v0.4.4...v0.4.5

v0.4.4

15 Jun 18:49
c9bc66a

Choose a tag to compare

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

Full Changelog: v0.4.3...v0.4.4

v0.4.3

14 Jun 06:11
be35710

Choose a tag to compare

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

  • @TAJD made their first contribution in #165

Full Changelog: v0.4.2...v0.4.3