Skip to content

Commit 3192aa6

Browse files
author
Nathan Levesque
committed
Release mitol-django-apigateway/v2025.8.14
1 parent 8dda392 commit 3192aa6

File tree

4 files changed

+10
-43
lines changed

4 files changed

+10
-43
lines changed

src/apigateway/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project uses date-based versioning.
66

77
<!-- scriv-insert-here -->
88

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+
916
<a id='changelog-2025.8.7'></a>
1017
## [2025.8.7] - 2025-08-07
1118

src/apigateway/changelog.d/20250814_130101_nlevesq.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/apigateway/mitol/apigateway/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
default_app_config = "mitol.apigateway.apps.ApigatewayApp"
44

5-
__version__ = "2025.8.7"
5+
__version__ = "2025.8.14"
66
__distributionname__ = "mitol-django-apigateway"

src/apigateway/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mitol-django-apigateway"
3-
version = "2025.8.7"
3+
version = "2025.8.14"
44
description = "MIT Open Learning Django app for API Gateway support"
55
dependencies = [
66
"django-stubs>=1.13.1",
@@ -13,7 +13,7 @@ license = "BSD-3-Clause"
1313
requires-python = ">=3.10"
1414

1515
[tool.bumpver]
16-
current_version = "2025.8.7"
16+
current_version = "2025.8.14"
1717
version_pattern = "YYYY.MM.DD[.INC0]"
1818

1919
[tool.bumpver.file_patterns]

0 commit comments

Comments
 (0)