Skip to content

chore: bump package versions - #3401

Merged
kixelated merged 1 commit into
mainfrom
codex/bump-package-versions-2026-09-04
Sep 4, 2026
Merged

chore: bump package versions#3401
kixelated merged 1 commit into
mainfrom
codex/bump-package-versions-2026-09-04

Conversation

@kixelated

Copy link
Copy Markdown
Collaborator

Summary

  • bump independently versioned JavaScript, Python, Swift, and Kotlin packages with unreleased fixes or additive APIs
  • synchronize the Bun and uv lockfile metadata
  • update Swift and Kotlin installation examples to the new wrapper versions

Public API changes

  • no public API is introduced or changed by this PR
  • the version bumps release additive APIs and behavior fixes that already landed on main; no breaking changes were found in the audit

Test plan

  • git diff --check
  • just fix origin/main
  • JavaScript checks, tests, package builds, and documentation builds passed during the scoped just check and just test runs
  • the full scoped commands did not complete the Python, Swift, or Kotlin stages because the machine-wide Rust scheduler stopped advancing during a fresh moq-ffi build; CI will run the complete gates

(written by GPT-5)

Co-Authored-By: GPT-5 <noreply@openai.com>
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 4, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-04T21:35:24.236635Z 357b80a PR opened
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@coderabbitai

coderabbitai Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: f43e266c-b9bd-4ffa-be11-5ca7baaf8bc1

📥 Commits

Reviewing files that changed from the base of the PR and between a30e2ae and 357b80a.

⛔ Files ignored due to path filters (2)
  • bun.lock is excluded by !**/*.lock
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (15)
  • doc/lib/kt/index.md
  • doc/lib/kt/moq.md
  • doc/lib/swift/index.md
  • doc/lib/swift/moq.md
  • js/flate/package.json
  • js/json/package.json
  • js/net/package.json
  • js/publish/package.json
  • js/signals/package.json
  • js/watch/package.json
  • kt/README.md
  • kt/gradle.properties
  • py/moq-rs/pyproject.toml
  • swift/README.md
  • swift/VERSION

Included review availability: Your plan provides up to 4 included reviews per hour; 0 remain after this review.


Walkthrough

Updated package versions for JavaScript and Python components. Updated Kotlin and Swift release version references. Updated Kotlin and Swift installation examples to use the new versions.

Merge Risk: ⚪ Minimal · up to 357b8

This updates release versions and matching installation examples across the JavaScript, Python, Kotlin, and Swift packages. The version references are aligned, with no current merge-blocking risk identified.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely summarizes the primary change: bumping package versions across JavaScript, Python, Swift, and Kotlin packages.
Description check ✅ Passed The description accurately covers the package version bumps, lockfile synchronization, documentation updates, API scope, and validation results.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
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
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch codex/bump-package-versions-2026-09-04

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.

@chatgpt-codex-connector chatgpt-codex-connector 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 357b80a934

ℹ️ 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".

Comment thread py/moq-rs/pyproject.toml
# Starts at 0.3.0 to open a new line above the old lockstep 0.2.x releases that
# bundled the bindings.
version = "0.4.6"
version = "0.4.7"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Require the FFI version that exports RouteWatch

Publishing 0.4.7 with the existing moq-ffi ~= 0.3.13 dependency breaks upgrades in environments that already have 0.3.13 or 0.3.14, because pip considers those versions satisfactory while moq.subscribe now imports MoqRouteWatch, which was added in moq-ffi 0.3.15. In that scenario even import moq fails with an import error, so raise the dependency floor to 0.3.15 and synchronize the lock metadata before releasing this version.

AGENTS.md reference: AGENTS.md:L81-L83

Useful? React with 👍 / 👎.

@kixelated
kixelated merged commit 8ed756a into main Sep 4, 2026
10 checks passed
@kixelated
kixelated deleted the codex/bump-package-versions-2026-09-04 branch September 4, 2026 21:45
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