Skip to content

Releases: Corvia/django-tenant-users

Version 1.3.0

14 Nov 23:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.3.0

Version 1.2.0

08 Aug 15:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.2.0

Version 1.1.1

26 Nov 15:02
Compare
Choose a tag to compare

Misc

  • Remove deprecation warning for django >= 3.2 by @mkay849 in #326
  • Update Dependencies and Classifiers by @Dresdn in #331

New Contributors

Full Changelog: 1.1.0...1.1.1

Version 1.1.0

01 Oct 22:49
Compare
Choose a tag to compare

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

Full Changelog: 1.0.0...1.1.0

Version 1.0.0

10 Feb 05:05
5d0ab10
Compare
Choose a tag to compare

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 from django_tenants.utils

Features

  • Adds settings.TENANT_SUBFOLDER_PREFIX support from django_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

Full Changelog: 0.4.0...1.0.0

Version 0.4.0

14 Oct 15:57
f7cd0b9
Compare
Choose a tag to compare

Bug Fixes

  • Replace deprecated connection.get_schema() with connection.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 and wemake-python-styleguide support
  • Refactored test project into one project per framework

Full Changelog: https://github.com/Corvia/django-tenant-users/commits/0.4.0