Skip to content

Releases: SlickQuant/slick-dynamic-buffer

Release v1.0.1

17 Jun 18:20

Choose a tag to compare

Changes

  • Renamed canonical header from slick/dynamic_buffer.h to slick/dynamic_buffer.hpp. The old .h path is kept as a backward-compatibility shim that re-exports the new header and emits a compiler warning directing users to update their includes.

Release v1.0.0

16 Jun 14:20

Choose a tag to compare

Changes

Initial release.

  • slick::dynamic_buffer — Boost.Asio DynamicBuffer_v1 adapter, drop-in
    replacement for boost::beast::flat_buffer; consume(n) publishes the consumed
    bytes to consumers as one message record (zero-copy fan-out).
  • The API uses the slick::stream_buffer spelling of the core buffer, so
    slick-stream-buffer >= v1.0.4 is required.
  • GoogleTest suites for the asio adapter (including a real TCP loopback test); CI for Windows/Linux/macOS.