chore: bump SDK version to 1.4.0 - #28
Merged
Merged
Conversation
- pyproject.toml: 1.2.0 → 1.4.0 - statewave/__init__.py: __version__ 1.0.0 → 1.4.0 (closes pre-existing drift — the __version__ constant had been frozen at 1.0.0 since the v1.0 line was cut; pyproject was bumped to 1.1.0 and 1.2.0 without this file being updated in lockstep) - CHANGELOG.md: 1.4.0 entry (parity release, no behavior changes since 1.2.0) plus backfilled 1.2.0 entry (per-call timeout override, CancelledError propagation — features that shipped but never got a CHANGELOG entry) Parity release with the server v1.4.0 tag.
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
Parity release with
statewaveserver v1.4.0. No SDK behavior changes since v1.2.0 — this is workspace hygiene only.__version__1.0.0 → 1.4.0 (fixes pre-existing drift; the constant had been frozen at 1.0.0 through the 1.1.0 and 1.2.0 releases)timeout=override +CancelledErrorpropagation — features that shipped but never got a CHANGELOG entry)Test plan
v1.4.0tag on the merge commit → release workflow publishes to PyPI + creates GH Release