Skip to content

v0.17.0

Compare
Choose a tag to compare
@sirosen sirosen released this 11 Apr 20:13
· 129 commits to main since this release
v0.17.0
a46749a

Bugfixes

  • Allow package consumers to run with Python optimizations enabled.

    This is supported by replacing assert statements with raise AssertionError.

Changes

  • Remove references to web browsers from HTTP 401 Unauthorized responses.

  • Reduce I/O with Globus Auth when possible.

    • If the action provider is visible to "public", introspection requests are allowed without checking tokens.
    • If the bearer token is missing, malformed, or is too short or long, the incoming request is summarily rejected with HTTP 401 without introspecting the token.