We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64a369 commit cf6f1deCopy full SHA for cf6f1de
2 files changed
CHANGELOG.rst
@@ -14,9 +14,21 @@ Change Log
14
Unreleased
15
**********
16
17
+*
18
+
19
+0.8.0 - 2025-10-24
20
+******************
21
22
+Added
23
+=====
24
25
+* Allow disabling auto-load and auto-save of policies by setting CASBIN_AUTO_LOAD_POLICY_INTERVAL to -1.
26
27
+Changed
28
+=======
29
30
* Migrate from using pycodestyle and isort to ruff for code quality checks and formatting.
31
* Enhance enforcement command with dual operational modes (database and file mode).
-* Allow disabling auto load policy interval.
32
33
0.7.0 - 2025-10-23
34
******************
openedx_authz/__init__.py
@@ -4,6 +4,6 @@
4
5
import os
6
7
-__version__ = "0.7.0"
+__version__ = "0.8.0"
8
9
ROOT_DIRECTORY = os.path.dirname(os.path.abspath(__file__))
0 commit comments