Commit b4c93f7
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
0 commit comments