Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #4329

[Python-announce] Autobahn|Python v25.10.2 released

From "Tobias Oberstein" <tobias.oberstein@gmail.com>
Newsgroups comp.lang.python.announce
Subject [Python-announce] Autobahn|Python v25.10.2 released
Date 2025-11-07 10:48 +0000
Message-ID <176251251937.431.1890045059491767423@mail.python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python.announce | Previous | Next | Find similar


Thread

[Python-announce] Autobahn|Python v25.10.2 released "Tobias Oberstein" <tobias.oberstein@gmail.com> - 2025-11-07 10:48 +0000

csiph-web