Skip to content

Releases: snok/django-auth-adfs

1.14.0

15 Feb 15:48
9e1b643
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.13.0...1.14.0

1.13.0 - Unpin dependencies

15 Dec 21:48
ab42c1f
Compare
Choose a tag to compare

What's Changed

This is a minor update because this is unpinning dependencies to the project. If there are incompatibilities, please let us know.

New Contributors

Full Changelog: 1.12.0...1.13.0

1.12.0 - Drop python 3.7, add Django 5.0, Python 3.12

14 Dec 13:49
e4e3f23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.11.6...1.12.0

1.11.6

05 Jun 18:40
70b97c9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.11.5...1.11.6

1.11.5 - Scopes setting for AzureAD v2 tokens

30 Mar 14:40
ed486dc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.11.4...1.11.5

1.11.4

10 Feb 23:01
80adc32
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.11.1...1.11.4

Note:
This skipped version 1.11.2 because of a PyPI publishing build action misconfiguration.
This skipped version 1.11.3 because the classifier to Django 4.2 was referenced, but does not exist yet.

1.11.3

10 Feb 22:43
294fe3f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.11.1...1.11.3

Note:
This skipped version 1.11.2 because of a PyPI publishing build action misconfiguration.

1.11.1 - Reduce the number of SQL queries in updates of groups

05 Oct 14:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.11.0...1.11.1

1.11.0

24 Aug 18:24
fef55a9
Compare
Choose a tag to compare

What's Changed

  • Update supported python and django versions. by @tim-schilling in #250
  • Dropped support for Python 3.6
  • Dropped support for Django 2.2, Django 3.0 and Django 3.1

New Contributors

Full Changelog: 1.10.1...1.11.0

1.10.1 - Use Graph API to fetch groups if there is too many groups in the token

23 Aug 13:03
ec598f5
Compare
Choose a tag to compare

Fixes

  • Add fetching of group from the graph API if the token contains no groups, because there is too many. ( #247 , @777GE90 )