Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Tobias Oberstein" Newsgroups: comp.lang.python.announce Subject: [Python-announce] Autobahn|Python v25.10.2 released Date: Fri, 07 Nov 2025 10:48:39 -0000 Lines: 55 Approved: python-announce-list@python.org Message-ID: <176251251937.431.1890045059491767423@mail.python.org> Reply-To: python-list@python.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Trace: news.uni-berlin.de OP9H/JnQtfR9HTZkPvwtLgCRT4A9fufbnXlXH3kqRARw== Cancel-Lock: sha1:hsYZqW1Gh4VGCC2WjrYo7AztM0I= sha256:jq9glBZw6Pa+dnQ0qH9hGGOJ3w46f01VHjC5sWq84yU= Delivered-To: python-announce-list@x.python.org Authentication-Results: mail.python.org; dkim=none reason="no signature"; dkim-adsp=none (unprotected policy); dkim-atps=neutral User-Agent: HyperKitty on https://mail.python.org/ X-MailFrom: tobias.oberstein@gmail.com X-Mailman-Rule-Hits: emergency X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; header-match-python-announce-list.python.org-0; header-match-python-announce-list.python.org-1; header-match-python-announce-list.python.org-2; header-match-python-announce-list.python.org-3; header-match-python-announce-list.python.org-4 Message-ID-Hash: C6EW5I5L6S43O7NFAN6LZENNHQ6I75T6 X-Message-ID-Hash: C6EW5I5L6S43O7NFAN6LZENNHQ6I75T6 X-Mailman-Approved-At: Fri, 07 Nov 2025 07:22:01 -0500 X-Mailman-Version: 3.3.11b1 Precedence: list List-Id: Announcement-only list for the Python programming language Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Xref: csiph.com comp.lang.python.announce:4329 Hi all, I'd like to share a new release **Autobahn|Python v25.10.2** for #WebSocket & #WAMP. Included are: Enhanced CI/CD, latest PyPy Support, Binary Wheels for x86-64 and ARM64, and native NVX (SIMD vector acceleration). - **🌐 WAMP Protocol:** https://wamp-proto.org/ - **📋 Full Announcement:** https://github.com/crossbario/autobahn-python/discussions/1755 - **📦 PyPI:** https://pypi.org/project/autobahn/25.10.2/ - **📖 Docs:** https://autobahn.readthedocs.io/ - **💻 GitHub:** https://github.com/crossbario/autobahn-python ## What is Autobahn|Python? Autobahn|Python is a Python implementation of: - **WebSocket** (RFC 6455) - Both client and server - **WAMP** (Web Application Messaging Protocol) - RPC and PubSub for microservices that works on both **Twisted** and **asyncio** with the same API. ## Key Features of This Release **🔧 Critical Fixes** - Fixed source distribution integrity issues - Resolved CPU architecture detection (NVX support) - Improved reliability of sdist builds **🔐 Cryptographic Chain-of-Custody** - All build artifacts include SHA256 checksums - Verification before GitHub Release creation - Automated integrity checks in CI/CD pipeline **🏗️ Production-Ready CI/CD** - Automated tag-triggered releases (`git push tag vX.Y.Z`) - GitHub Actions workflows with full test coverage - Publishes to PyPI with trusted publishing (OIDC) - Comprehensive wheel builds for all platforms **📦 Binary Wheels** - CPython 3.11, 3.12, 3.13, 3.14 - PyPy 3.10, 3.11 - Linux (x86_64, aarch64), macOS (Intel, Apple Silicon), Windows (x64) ## Why Autobahn? **For WebSocket:** - Production-proven implementation (used by thousands) - Full RFC 6455 compliance - Excellent performance and stability - Compression, TLS, and all extensions **For Microservices (WAMP):** - Remote Procedure Calls (RPC) with routed calls - Publish & Subscribe with pattern matching - Works across languages (Python, JavaScript, Java, C++) - Battle-tested in production environments