Releases: SlickQuant/slick-dynamic-buffer
Releases · SlickQuant/slick-dynamic-buffer
Release v1.0.1
Changes
- Renamed canonical header from
slick/dynamic_buffer.htoslick/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
Changes
Initial release.
slick::dynamic_buffer— Boost.AsioDynamicBuffer_v1adapter, drop-in
replacement forboost::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_bufferspelling 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.