Skip to content

v0.0.114.0

Compare
Choose a tag to compare
@TheBlueMatt TheBlueMatt released this 10 Mar 18:34
· 206 commits to main since this release

In addition to the upstream changes, two issues for bindings were fixed:

  • the ChannelManagerConstructor API was substantially rewritten, now
    requiring a ProbabilisticScorer, ensuring access to it is properly
    locked by the MultiThreadedLockableScore that wraps it, and
    providing a RouterWrapper which can be used to select manual
    routes.
  • a bug where enums containing references to opaque structs may not have
    ensured the refered struct lives long enough was fixed.