release: v0.5.0 - #82
Merged
Merged
Conversation
There was a problem hiding this comment.
🟡 Changes recommended
The newly cut 0.5.0 section includes placeholder/redacted text that should be corrected before tagging/publishing the release notes.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
This PR updates the project changelog to cut a 0.5.0 release entry dated 2026-09-06, transitioning the current release notes out of Unreleased.
Changes:
- Adds a new
## [0.5.0] — 2026-09-06section header directly after## [Unreleased].
File summaries
| File | Description |
|---|---|
| CHANGELOG.md | Cuts the release notes into a new 0.5.0 dated section. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cuts
## [Unreleased]as## [0.5.0] — 2026-09-06. CHANGELOG only.What 0.5.0 contains
401 session_required.drainTimeoutMs, boundscleanupbycleanupTimeoutMs, force-closes past the deadline and exits non-zero. Separately, the deployed proxy had no pino —auth.utilstook it as an optional peer, this repo satisfied it fromdevDependencies, and the Dockerfile prunes those before the runtime stage, so every production line was a console fallback rather than NDJSON (fix: internalize @o3co/auth.utils, restoring the shutdown deadline and NDJSON logs #81).@o3co/auth.utilsis no longer a dependency; its five helpers live here with their own tests (fix: internalize @o3co/auth.utils, restoring the shutdown deadline and NDJSON logs #81).Note on the preceding tag
v0.4.0was never tagged: itsrelease: v0.4.0commit (a5669b6) merged to develop on 2026-09-04, but no tag was pushed, so no GitHub Release was ever cut for it while the CHANGELOG advertises it.v0.4.0is being tagged ata5669b6first so the release list has no hole; this repo isprivate: true, so neither tag publishes to npm.Merge this PR, then push
v0.4.0beforev0.5.0.🤖 Generated with Claude Code