v1.16.0
What's Changed
- add: optional, minimal header-only replacement for Boost.Serialization (Tristan Stenner @tstenner )
- add: extensible
lsl_create_inlet_ex()
for high-precision buffer lengths (Chadwick Boulay @cboulay ) - change: replace Boost.Uuid, Boost.Random and Boost.Thread with built-in functions (Tristan Stenner)
- change: replace Boost.Asio with upstream Asio (Tristan Stenner)
- change: update bundled Boost to 1.78 (Tristan Stenner)
- change: allow building against system Boost again (@chausner)
- change: speed up resolving a fixed number of streams (Tristan Stenner)
- change: reduce Asio operation overhead (Tristan Stenner)
- change: IPv6 is enabled by default on macOS (Tristan Stenner)
- change: share io contexts for IPv4+IPv6 services (Tristan Stenner)
- change: send resolve requests from all local network interfaces (Tristan Stenner)
- fix: fix a minor memory leak when closing streams (Tristan Stenner)
New Contributors
- @tobiasherzke made their first contribution in #141
- @chausner made their first contribution in #160
Full Changelog: v1.15.2...v1.16.0