Skip to content

Bump version to 0.19.0 - #920

Merged
jeremy merged 1 commit into
mainfrom
release/0.19.0
Sep 16, 2026
Merged

jeremy merged 1 commit into
mainfrom
release/0.19.0

Conversation

@jeremy

@jeremy jeremy commented Sep 16, 2026

Copy link
Copy Markdown
Member

Cuts v0.19.0 from 4523eac7. make bump VERSION=0.19.0 promoted MIGRATING.md's # Unreleased heading and carried the version across eleven version files and eight lockfiles; nothing else in the tree changed.

What the release carries

Nine migration sections were sitting under Unreleased, the oldest since v0.18.0 shipped on 2026-09-10: the Rust SDK's first appearance, the gauges spec drifts (#731), Retry-After converging on SPEC §6's table (#799), Swift's sixth BasecampError.api value (#775), the Python list-body and retryable changes (#906), two exit-code changes, and Event/WebhookEvent gaining PerformedBy (#898) — which also brought the account event feed's wire layer.

Most of the feed work landed after that note was written: the Go connector and its tier-2 conformance family (#777, #705, #778), the generated operations (#898), the split poll-lane errors (#912), the inbox lane (#897), the Layer-1 adapters (#899), and the capacity ceiling (#919).

One note added by hand

The promotion is mechanical, so it could not notice that #912 carries the breaking label with no MIGRATING section to match it. Release notes are generated from labels, so #912 would have appeared under ⚠️ Breaking Changes pointing at nothing.

The honest answer is that there is nothing to migrate, and it is worth saying rather than leaving blank: PollEvents and PollInbox do not exist in v0.18.0 — the EventFeed operations reach a tagged release for the first time in this one — so the error shapes #912 replaced lived only on main and no released code can be holding them. The new section says that, and says why it is there.

After this merges

make release VERSION=0.19.0 from main runs the version-consistency and lockfile-freshness gates, then tags v0.19.0 and pushes it, which triggers the seven publish workflows.

One downstream consumer is waiting on the tag: basecamp-cli is pinned to the main pseudo-version a8046263 for the feed commands and can re-pin to a release once it exists.


Summary by cubic

Cuts v0.19.0: moves MIGRATING.md's # Unreleased section under # v0.19.0 and bumps the version across all SDK version files and lockfiles. Aside from one migration note, no SDK behavior changes.

Written for commit 5e33d5e. Summary will update on new commits.

Review in cubic

Promotes MIGRATING.md's Unreleased section to v0.19.0 and carries the version
across the eleven version files and eight lockfiles.

Adds one migration note the promotion did not cover. #912 carries the breaking
label, so it will appear under the release notes' Breaking Changes heading, and
MIGRATING.md had nothing to match it. The EventFeed operations reach a tagged
release for the first time here — PollEvents and PollInbox do not exist in
v0.18.0 — so the error shapes #912 replaced were never released and there is
nothing for a consumer to migrate. That is worth a section rather than a
silence: the release notes are generated from labels and cannot say it.
Copilot AI balanced review requested due to automatic review settings September 16, 2026 21:05
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 16, 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-16T21:08:43.980661Z 5e33d5e 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.

@github-actions github-actions Bot added typescript Pull requests that update TypeScript code ruby Pull requests that update the Ruby SDK go kotlin swift conformance Conformance test suite python Pull requests that update the Python SDK rust Rust SDK labels Sep 16, 2026

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.

🟢 Approved

The release declarations and lockfile references are consistently synchronized to v0.19.0, with appropriate migration documentation.

Pull request overview

Prepares the coordinated v0.19.0 SDK release by synchronizing version metadata, lockfiles, and migration guidance.

Changes:

  • Bumps all SDK version declarations to 0.19.0.
  • Refreshes eight lockfiles.
  • Promotes the migration section and documents #912’s pre-release breaking changes.

[!TIP]
If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or run gh pr ready --undo.
Click "Ready for review" or run gh pr ready to reengage.

File summaries
File Description
package.json Bumps the root version.
MIGRATING.md Promotes v0.19.0 and documents #912.
go/pkg/basecamp/version.go Bumps the Go SDK version.
typescript/package.json Bumps the TypeScript package version.
typescript/package-lock.json Synchronizes the TypeScript lockfile.
typescript/src/client.ts Updates the TypeScript runtime version.
ruby/lib/basecamp/version.rb Bumps the Ruby SDK version.
ruby/Gemfile.lock Synchronizes the Ruby lockfile.
python/pyproject.toml Bumps the Python package version.
python/src/basecamp/_version.py Updates the Python runtime version.
python/uv.lock Synchronizes the Python lockfile.
swift/Sources/Basecamp/BasecampConfig.swift Bumps the Swift SDK version.
kotlin/sdk/build.gradle.kts Bumps the Kotlin package version.
kotlin/sdk/src/commonMain/kotlin/com/basecamp/sdk/BasecampConfig.kt Updates the Kotlin runtime version.
rust/basecamp-sdk/Cargo.toml Bumps the Rust crate version.
rust/Cargo.lock Synchronizes the Rust lockfile.
conformance/runner/typescript/package-lock.json Refreshes the linked TypeScript SDK metadata.
conformance/runner/ruby/Gemfile.lock Refreshes the linked Ruby SDK version.
conformance/runner/python/uv.lock Refreshes the linked Python SDK version.
conformance/runner/rust/Cargo.lock Refreshes the linked Rust SDK version.
Review details

Files not reviewed (2)

  • conformance/runner/typescript/package-lock.json: Generated file
  • typescript/package-lock.json: Generated file
  • Files reviewed: 12/20 changed files
  • Comments generated: 0
  • Review effort level: Balanced

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@jeremy jeremy added the breaking Breaking change to public API label Sep 16, 2026
@jeremy
jeremy merged commit 6abe227 into main Sep 16, 2026
81 of 82 checks passed
@jeremy
jeremy deleted the release/0.19.0 branch September 16, 2026 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking Breaking change to public API conformance Conformance test suite go kotlin python Pull requests that update the Python SDK ruby Pull requests that update the Ruby SDK rust Rust SDK swift typescript Pull requests that update TypeScript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants