Skip to content

Commit b4c93f7

Browse files
committed
Bump major version (3.0.0 -> 4.0.0)
Rationale: Breaking changes in scope handling * Request handling is sped up by processing API config once, at application start, rather than on every request. Additionally, we now avoid an unnecessary Python->JSON->Python roundtrip. * Dead code from the JSON-RPC support has been removed. * The api_backend and api_backend_service modules have been removed; nearly all of that code was dead anyway. * The OAuth scope support now properly supports situations where multiple scopes must be present for a request to proceed. * Added a deprecation warning when auth_level is used.
1 parent 78dc6b5 commit b4c93f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

endpoints/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
from .users_id_token import InvalidGetUserCall
3434
from .users_id_token import SKIP_CLIENT_ID_CHECK
3535

36-
__version__ = '3.0.0'
36+
__version__ = '4.0.0'

0 commit comments

Comments
 (0)