You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,14 @@
1
1
# Version history
2
2
3
3
We follow [Semantic Versions](https://semver.org/) starting at the `0.4.0` release.
4
-
## 2.0.1 (2024-11-19)
5
4
6
-
### Features
7
-
* Added support for UserModels where the primary key field isnt `id`
5
+
## 2.1.0 (2025-02-01)
6
+
7
+
## What's Changed
8
+
* added support for primary keys where the field id is missing in [#707](https://github.com/Corvia/django-tenant-users/issues/707) by @Jed-Giblin in [#708](https://github.com/Corvia/django-tenant-users/pull/708)
9
+
* Fix: security risk in `tenant_cached_property` with malicious schema names by @scur-iolus in [#709](https://github.com/Corvia/django-tenant-users/pull/709)
10
+
* Improve data consistency and prevent orphaned records in user/tenant management by @scur-iolus in [#732](https://github.com/Corvia/django-tenant-users/pull/732)
0 commit comments