Skip to content

v1.6.1

Latest

Choose a tag to compare

@koic koic released this 27 Sep 06:50
· 2 commits to main since this release
48cc95e

This release makes the OAuth client parse WWW-Authenticate headers and URLs in linear time and repairs the lifecycle of subscriptions/listen streams: same-id streams are served, a keepalive thread ends with its slot, and the acknowledgement precedes the closing result.

Fixed

  • Replace authorization request parameters the endpoint URL already carries (#566)
  • Serve subscriptions/listen streams that carry the same request id (#567)
  • End a listen stream's keepalive thread when its slot is freed (#569)
  • Parse the WWW-Authenticate challenge in linear time (#571)
  • Keep the acknowledgement first when the transport closes during a listen registration (#574)
  • Resolve dot segments in linear time when canonicalizing a URL (#575)