Skip to content

v2.8.0

Compare
Choose a tag to compare
@Tradias Tradias released this 10 Dec 16:19
· 193 commits to master since this release

Features

Fixes

  • Removed all usage of pointer tagging. Although Asio uses it, it is technically undefined behavior.

Performance

Documentation

  • Use Asio's default completion token mechanism in examples.
  • Avoid using asio::detached in examples since it swallows exceptions.
  • Document how register_awaitable_rpc_handler and register_yield_rpc_handler obtain the executor used to spawn the coroutine.
  • Removed documentation of deprecated CMake options.

Chore

  • Remove codeql pipeline