Skip to content
Snippets Groups Projects
Verified Commit 1b6e4b34 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch 'master' into 495-allow-apps-to-register-oauth-scopes

parents 80e03bc5 0df28ac7
No related branches found
No related tags found
1 merge request!698Resolve "Allow apps to register OAuth scopes"
Pipeline #25287 passed with warnings
......@@ -12,7 +12,6 @@ Unreleased
Added
~~~~~
* Allow to configure port for prometheus metrics endpoint.
* Allow apps to dynamically generate OAuth scopes
Removed
......@@ -21,11 +20,21 @@ Removed
* `OAUTH2_SCOPES` setting in apps is not supported anymore. Use `get_all_scopes` method
on `AppConfig` class instead.
`2.0rc4`_ - 2021-08-01
----------------------
Added
~~~~~
* Allow to configure port for prometheus metrics endpoint.
Fixed
~~~~~
* Correctly deliver server errors to user
* Use text HTTP response for serviceworker.js insteas of binary stream
* Use Django permission instead of rule to prevent performance issues.
`2.0rc3`_ - 2021-07-26
----------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment