We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6d992 commit 5b6628aCopy full SHA for 5b6628a
2 files changed
CHANGELOG.rst
@@ -14,6 +14,16 @@ Change Log
14
Unreleased
15
**********
16
17
+1.20.0 - 2026-07-01
18
+*******************
19
+
20
+Added
21
+=====
22
23
+* Make ``scope`` optional when validating actions: the permission validation API and
24
+ ``/permissions/validate/me`` endpoint now allow checking whether a user holds a
25
+ permission in any scope (via ``is_user_allowed_in_any_scope``) when no scope is provided.
26
27
1.19.0 - 2026-06-17
28
*******************
29
openedx_authz/__init__.py
@@ -4,6 +4,6 @@
4
5
import os
6
7
-__version__ = "1.19.0"
+__version__ = "1.20.0"
8
9
ROOT_DIRECTORY = os.path.dirname(os.path.abspath(__file__))
0 commit comments