v0.2.17
What's Changed
Full Changelog: v0.2.16...v0.2.17
-
New Features
- Added new HTTP-Arena benchmark/server entries (mq-bridge h2c, mq-bridge WebSocket echo, mq-bridge HTTP/2+HTTP/1.1, mq-bridge-py server).
- Added request-driven HTTP gzip negotiation and HTTP listener reuseport support (configurable).
-
Breaking Change
- Static Endpoint now is not a simple string anymore. It also supports metadata. Use ".into" to convert strings automatically into StaticConfig.
-
Bug Fixes
- HTTP gzip compression now only occurs when the client’s
Accept-Encodingallows it. - Improved AMQP publisher confirm handling with timeouts and better retry behavior.
- Safer SQL execution for SQLx-based paths.
- HTTP gzip compression now only occurs when the client’s
-
Documentation
- Added/expanded benchmark and framework documentation for HttpArena, TechEmpower, and the-benchmarker.
-
Chores
- Version bump to 0.2.17; updated Rust/Python dependency wiring and ARM64 wheel publishing CI.
What's Changed
Full Changelog: v0.2.16...v0.2.17