v0.17.0
Bugfixes
-
Allow package consumers to run with Python optimizations enabled.
This is supported by replacing
assert
statements withraise 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.
- If the action provider is visible to