Skip to content

🔖(minor) bump release to 0.0.20#614

Open
providenz wants to merge 2 commits into
mainfrom
release/0.0.20
Open

🔖(minor) bump release to 0.0.20#614
providenz wants to merge 2 commits into
mainfrom
release/0.0.20

Conversation

@providenz

@providenz providenz commented Jul 23, 2026

Copy link
Copy Markdown
Collaborator

Added

  • 💄(front) add tooltip co2
  • ✨(back) add model fallback mechanism
  • ✨(back) add celery for running background tasks
  • 🧱(helm) add celery worker and beat deployments
  • ✨(front) add "Edit in Docs" action to export a message to Docs
  • 🔒(back) guard parsing against decompression bombs and oversized PDFs

Changed

  • ♻️(back) split chat views and replace hardcoded strings with constants
  • 💄(front) change 404 illustration
  • ✨(back) process project files asynchronously with indexing state
  • ⚡️(back) process conversation files asynchronously off the request worker
  • ⬆️(dependencies) update dependencies and pin CVE-affected packages
  • ♻️(front) consolidate input chat banners into a reusable component
  • ⬆️(dependencies) drop unused pydantic-ai extras
  • 💬(back) use a generic localised timestamped title for Docs exports

Fixed

  • 🐛(front) prevent app crash for users without a full name or email
  • 🐛(front) refresh the conversation title in the collapsed left panel

Removed

  • 🔥(back) remove the Find RAG backend and its FIND_API_* settings

)

Summary by CodeRabbit

  • Chores
    • Released version 0.0.20 across the application and supporting packages.
    • Updated release metadata and changelog links for the new version.

@coderabbitai

coderabbitai Bot commented Jul 23, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@providenz, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 9 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 6bfa0018-5d5d-48f6-84d5-89fffe98455c

📥 Commits

Reviewing files that changed from the base of the PR and between 0340eb0 and d9fd8f1.

⛔ Files ignored due to path filters (1)
  • src/backend/uv.lock is excluded by !**/*.lock
📒 Files selected for processing (15)
  • CHANGELOG.md
  • src/backend/locale/de_DE/LC_MESSAGES/django.po
  • src/backend/locale/en_US/LC_MESSAGES/django.po
  • src/backend/locale/fr_FR/LC_MESSAGES/django.po
  • src/backend/locale/nl_NL/LC_MESSAGES/django.po
  • src/backend/locale/ru_RU/LC_MESSAGES/django.po
  • src/backend/locale/uk_UA/LC_MESSAGES/django.po
  • src/backend/pyproject.toml
  • src/frontend/apps/conversations/package.json
  • src/frontend/apps/conversations/src/i18n/translations.json
  • src/frontend/apps/e2e/package.json
  • src/frontend/package.json
  • src/frontend/packages/eslint-config-conversations/package.json
  • src/frontend/packages/i18n/package.json
  • src/mail/package.json

Walkthrough

Release metadata and package versions are updated from 0.0.19 to 0.0.20, with the changelog recording the 2026-07-23 release.

Changes

Version 0.0.20 release update

Layer / File(s) Summary
Release changelog metadata
CHANGELOG.md
Adds the 0.0.20 release header and updates comparison links.
Package version alignment
src/backend/pyproject.toml, src/frontend/..., src/mail/package.json
Updates backend, frontend, application, shared package, and mail manifest versions to 0.0.20.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Suggested reviewers: maxenceh

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main change: a minor release/version bump to 0.0.20.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/0.0.20

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@CHANGELOG.md`:
- Line 397: Remove the unused [unreleased] link definition from CHANGELOG.md,
unless an unreleased section is being restored; keep the changelog’s existing
release references and formatting intact.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 3b086d3f-0bf9-4543-b612-38f4a38dc06e

📥 Commits

Reviewing files that changed from the base of the PR and between 2e79f94 and 0fe3058.

⛔ Files ignored due to path filters (1)
  • src/backend/uv.lock is excluded by !**/*.lock
📒 Files selected for processing (8)
  • CHANGELOG.md
  • src/backend/pyproject.toml
  • src/frontend/apps/conversations/package.json
  • src/frontend/apps/e2e/package.json
  • src/frontend/package.json
  • src/frontend/packages/eslint-config-conversations/package.json
  • src/frontend/packages/i18n/package.json
  • src/mail/package.json

Comment thread CHANGELOG.md
@providenz
providenz force-pushed the release/0.0.20 branch 4 times, most recently from d5c962c to e5c0677 Compare July 23, 2026 13:16
Added

- 💄(front) add tooltip co2
- ✨(back) add model fallback mechanism
- ✨(back) add celery for running background tasks
- 🧱(helm) add celery worker and beat deployments
- ✨(front) add "Edit in Docs" action to export a message to Docs
- 🔒(back) guard parsing against decompression bombs and oversized PDFs

Changed

- ♻️(back) split chat views and replace hardcoded strings with constants
- 💄(front) change 404 illustration
- ✨(back) process project files asynchronously with indexing state
- ⚡️(back) process conversation files asynchronously off the request worker
- ⬆️(dependencies) update dependencies and pin CVE-affected packages
- ♻️(front) consolidate input chat banners into a reusable component
- ⬆️(dependencies) drop unused pydantic-ai extras
- 💬(back) use a generic localised timestamped title for Docs exports

Fixed

- 🐛(front) prevent app crash for users without a full name or email
- 🐛(front) refresh the conversation title in the collapsed left panel

Removed

- 🔥(back) remove the Find RAG backend and its FIND_API_* settings

Signed-off-by: Laurent Paoletti <[email protected]>
Update translated files with new translations

Signed-off-by: Laurent Paoletti <[email protected]>
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant