Skip to content

8.0.0

Compare
Choose a tag to compare
@redboltz redboltz released this 25 Jun 08:27
· 119 commits to main since this release
b859411

Breaking Changes

  • client becomes shared_ptr similar to endpoint. #315
    • To create client instance, use client<...>::create(args) similar to endpoint.
    • This is required to ensure the client's lifetime during async operation is maintained.
    • client and endpoint now have a consistent interface.

Other Updates

  • Moved endpoint definition (using) to endpoint_fwd.hpp. #311, #312
  • Install *.ipp files along with other header files. #309
  • Refined documents. #308