Fix 1930 - #1931
Merged
Merged
Conversation
Finalise the version for the 26.7.1 stable release via `just prep-release`, which strips the .devN suffix from both version files (pyproject.toml and src/autobahn/_version.py). autobahn does not track uv.lock, so there is no lock to refresh. 26.7.1 carries the completed WebSocket/RawSocket payload size-limit security epic (crossbario#1907, advisory GHSA-hxp9-w8x3-p566): crossbario#1908 (deflate max_message_size cap truncating instead of rejecting), crossbario#1909 (maxMessagePayloadSize enforced against the compressed wire length instead of the uncompressed reassembled size - the advisory itself), crossbario#1910 (backend-agnostic bounded decompression) and crossbario#1911 (asyncio RawSocket receive limit made configurable, at parity with Twisted). It also ships the musllinux (Alpine / musl libc) CPython wheels from crossbario#1877, which have been merged but unpublished until now. Also fix a pre-existing docs nit while here: the "Replace actions/*-artifact@v4" changelog entry left a bare `*`, which docutils parsed as an emphasis start-string ("Inline emphasis start-string without end-string"). Quote it as literal text, matching how the rest of the changelog marks up code. This was the only such warning in the file; the docs build is now clean of it. Verified locally: full Twisted suite 357 tests / 325 successes, ruff clean, sphinx build free of the emphasis warning, and autobahn.__version__ == "26.7.1" consistent across both version files. Note: This work was completed with AI assistance (Claude Code).
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.
fixes #1930