Skip to content

Custom Authorizer support and EventStream fixes

Compare
Choose a tag to compare
@TwistedTwigleg TwistedTwigleg released this 26 May 19:16
· 179 commits to main since this release
bca2450

Adds custom authorizer support and a sample showing how to connect using a custom authorizer. Also adds event stream fixes.

What's Changed

  • fix(eventstream): move ContinuationCallbackData into ClientContinuation to fix memory leak by @MikeDombo in #436
  • fix(eventstream): move callback data shutdown into ClientContinuation destructor by @MikeDombo in #437
  • Added custom authorizer sample by @TwistedTwigleg in #423

New Contributors

Full Changelog: v1.18.0...v1.18.1