release: prepare Zeus v0.5.0 - #14
Merged
Merged
Conversation
brainx
marked this pull request as ready for review
July 26, 2026 19:09
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7f0b743602
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
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.
Summary
0.5.00.5.0changelog sectionv0.5.0as the latest stable release in the roadmapImpact
Relative to current
main, this PR changes release metadata and hardens two rate-limit test assertions against threaded access-log ordering. Runtime Kimi K3 support is already present through #20; this PR does not change runtime code, public behavior, API/schema migration, lifecycle ordering, or Hermes compatibility.Release safety
The release tag must be created only after this PR is squash-merged through GitHub and must target that GitHub-verified commit on
main. The unsigned topic-branch commits are not valid tag targets. GitHub's immediately preceding squash merge for #20 was independently confirmed asverified: truewith verification reasonvalid.Verification
.venv/bin/python scripts/check_version_tag.py v0.5.0 --require-changelog— passedmake release-checkin the repository development environment — passedtests/test_api.py— passedgit diff --check— passed30662495244— all Python 3.11, 3.12, 3.13, and 3.14 tests, package, real-Hermes, macOS lifecycle, and subprocess jobs passed