Skip to content

v0.2.17

Choose a tag to compare

@marcomq marcomq released this 14 Jun 09:43
· 11 commits to main since this release
8b9fe01

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-Encoding allows it.
    • Improved AMQP publisher confirm handling with timeouts and better retry behavior.
    • Safer SQL execution for SQLx-based paths.
  • 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