File tree Expand file tree Collapse file tree 4 files changed +10
-43
lines changed Expand file tree Collapse file tree 4 files changed +10
-43
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project uses date-based versioning.
6
6
7
7
<!-- scriv-insert-here -->
8
8
9
+ <a id =' changelog-2025.8.14 ' ></a >
10
+ ## [ 2025.8.14] - 2025-08-14
11
+
12
+ ### Changed
13
+
14
+ - Gateway middleware no longer updates the user on every request. Updates now only occur when ` request.user ` changes
15
+
9
16
<a id =' changelog-2025.8.7 ' ></a >
10
17
## [ 2025.8.7] - 2025-08-07
11
18
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
3
3
default_app_config = "mitol.apigateway.apps.ApigatewayApp"
4
4
5
- __version__ = "2025.8.7 "
5
+ __version__ = "2025.8.14 "
6
6
__distributionname__ = "mitol-django-apigateway"
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " mitol-django-apigateway"
3
- version = " 2025.8.7 "
3
+ version = " 2025.8.14 "
4
4
description = " MIT Open Learning Django app for API Gateway support"
5
5
dependencies = [
6
6
" django-stubs>=1.13.1" ,
@@ -13,7 +13,7 @@ license = "BSD-3-Clause"
13
13
requires-python = " >=3.10"
14
14
15
15
[tool .bumpver ]
16
- current_version = " 2025.8.7 "
16
+ current_version = " 2025.8.14 "
17
17
version_pattern = " YYYY.MM.DD[.INC0]"
18
18
19
19
[tool .bumpver .file_patterns ]
You can’t perform that action at this time.
0 commit comments