Skip to content

chore: release v0.3.0 - #374

Merged
njbrake merged 1 commit into
mainfrom
release/v0.3.0
Jul 22, 2026
Merged

chore: release v0.3.0#374
njbrake merged 1 commit into
mainfrom
release/v0.3.0

Conversation

@njbrake

@njbrake njbrake commented Jul 22, 2026

Copy link
Copy Markdown
Member

Description

Automated release PR for v0.3.0. Regenerates CHANGELOG.md from Conventional Commits via git-cliff. Merging this PR tags the squash commit v0.3.0 and publishes the GitHub Release, which triggers the Docker image build.

Release notes preview

0.3.0 - 2026-07-22

Bug Fixes

Features

Other

Performance

New Contributors

Full Changelog: v0.2.0...v0.3.0

PR Type

  • Infrastructure / CI

Relevant issues

Checklist

  • I understand the code I am submitting.
  • Documentation was updated where necessary.

AI Usage

  • No AI was used.

@njbrake njbrake added the release Release PRs: tagged and published on merge label Jul 22, 2026
@coderabbitai

coderabbitai Bot commented Jul 22, 2026

Copy link
Copy Markdown

Warning

Review limit reached

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

Next review available in: 34 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: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: c3cbf072-dd97-41da-b87c-76fb748c0b1a

📥 Commits

Reviewing files that changed from the base of the PR and between f7da6b9 and 62982b6.

📒 Files selected for processing (1)
  • CHANGELOG.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v0.3.0
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch release/v0.3.0

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.

@njbrake
njbrake merged commit 83ce353 into main Jul 22, 2026
4 checks passed

Copilot AI 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.

Pull request overview

Automated release PR for v0.3.0, updating the repository’s release notes by regenerating CHANGELOG.md from Conventional Commits (git-cliff), in preparation for tagging and publishing the release.

Changes:

  • Added the 0.3.0 release section to CHANGELOG.md (dated 2026-07-22).
  • Included categorized entries (Bug Fixes, Features, Performance, Other, New Contributors) and the compare link for v0.2.0...v0.3.0.

Comment thread CHANGELOG.md
### Bug Fixes

- **openapi:** Add ApiKeyAuth security scheme to schema definition in [#248](https://github.com/mozilla-ai/otari/pull/248) by [@Sourav-Tripathy](https://github.com/Sourav-Tripathy) ([`ca5608c`](https://github.com/mozilla-ai/otari/commit/ca5608cbf819b147a0050c342d9f9f33ad5d0839))
- Fixing the render deploy url in [#257](https://github.com/mozilla-ai/otari/pull/257) by [@ojusave](https://github.com/ojusave) ([`d7fd902`](https://github.com/mozilla-ai/otari/commit/d7fd902623e90ba64c567a89a0db5927749e1339))
@njbrake
njbrake deleted the release/v0.3.0 branch July 22, 2026 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Release PRs: tagged and published on merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(auth): accept x-api-key so Anthropic-native clients work on /v1/messages

3 participants