Releases: Corvia/django-tenant-users
Releases · Corvia/django-tenant-users
Version 2.0.0
BREAKING CHANGES
What's Changed
- Remove nargs by @ihfazhillah in #669
- Allow verbosity to be set when creating public tenant by @Dresdn in #677
New Contributors
- @ihfazhillah made their first contribution in #669
Full Changelog: 1.5.0...2.0.0
Version 1.5.0
What's Changed
- Update using.rst by @jansalvador in #590
- Create TenantAccessMiddleware by @Dresdn in #594
New Contributors
- @jansalvador made their first contribution in #590
Full Changelog: 1.4.0...1.5.0
Version 1.4.0
What's Changed
Features
- Added management command for simple use of create_public_tenant by @jgentil in #565
- Adds support for Django 5.0 and Python 3.12
- Drops support for Django 3.2 and Python 3.7
Misc
New Contributors
Full Changelog: 1.3.0...1.4.0
Version 1.3.0
Version 1.2.0
What's Changed
- Used pk instead of id for universal access #355 by @ysidromdenis in #357
- Add Django 4.2 To Matrix by @Dresdn in #390
Full Changelog: 1.1.1...1.2.0
Version 1.1.1
Version 1.1.0
Features
- Adds support for Django 4.1
Misc
- There is now a direct dependency on django-tenants and support versions of Django (2.2, 3.2, 4.0, and 4.1)
- Updates downstream dependencies
New Contributors
- @MaximilianKindshofer made their first contribution in #306
- @ysidromdenis made their first contribution in #305
- @rmendes1 made their first contribution in #315
Full Changelog: 1.0.0...1.1.0
Version 1.0.0
Breaking Changes
- Support for django-tenant-schemas has been removed due to last release being in 2017
- Removed
tenant_users.compat
module as you can now directly import fromdjango_tenants.utils
Features
- Adds
settings.TENANT_SUBFOLDER_PREFIX
support fromdjango_tenants
#85 - Adds support for Django 4.0 #158
- Drops
django 3.1
support - Drops
python 3.6
support
Bug Fixes
- Fixes string representation of
UserTenantPermissions
object #84
Misc
- Testing has been simplified to a single test project
- Moves to Github Actions strategy.matrix
New Contributors
- @JupiterThreads made their first contribution in #86
Full Changelog: 0.4.0...1.0.0
Version 0.4.0
Bug Fixes
- Replace deprecated
connection.get_schema()
withconnection.schema_name
Features
- Adds
python3.7
,python3.8
,python3.9
support - Adds
django2.2
,django3.1
,django3.2
support - Drops
python3.5
support - Drops
django1.11
support
Improvements
- Implemented
tenant_cached_property
to reduce number of queries for user permissions - Adds CHANGELOG
- Moves to
poetry
- Adds initial set of tests
- Use
nox
for testing - Adds
mypy
support - Adds
black
andwemake-python-styleguide
support - Refactored test project into one project per framework
Full Changelog: https://github.com/Corvia/django-tenant-users/commits/0.4.0