Skip to content

Bump django-auth-ldap from 2.2.0 to 4.0.0

HIFIS Bot requested to merge dependabot-pip-django-auth-ldap-4.0.0 into master

Bumps django-auth-ldap from 2.2.0 to 4.0.0.

Release notes

Sourced from django-auth-ldap's releases.

4.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/django-auth-ldap/django-auth-ldap/compare/3.0.0...4.0.0

Changelog

Sourced from django-auth-ldap's changelog.

Change Log

.. important:: The releases are now tracked using the GitHub releases <https://github.com/django-auth-ldap/django-auth-ldap/releases>_. The following remains for historical purposes.

Old changes

Breaking changes ^^^^^^^^^^^^^^^^

  • The signal ldap_error now has an additional request keyword argument.

  • Added support for Python 3.10.

  • Added support for Django 4.0.

3.0.0 — 2021-07-19

  • Dropped support for Django 3.0.

Breaking changes ^^^^^^^^^^^^^^^^

  • Dropped deprecated setting AUTH_LDAP_CACHE_GROUPS.
  • Callables passed to AUTH_LDAP_SERVER_URI must now take a request positional argument.

2.4.0 - 2021-04-06

  • Added support for Django 3.2.

2.3.0 - 2021-02-15

  • Removed support for end of life Django 1.11. django-auth-ldap now requires Django 2.2+.
  • Removed support for end of life Python 3.5.
  • Added support for Django 3.1.
  • Added support for Python 3.9.
  • Removed dev-requirements.txt in favor of :doc:tox <tox:index>.
Commits
  • 7a8119d Improve comment from backend.py
  • 89667c6 Add support for Django 4.0
  • b9e7c70 Adjust tests for python-ldap==3.4.0
  • cf22b26 Switch CI to main release of Python 3.10
  • 3015de9 Drop deprecated setup.py
  • da22a37 Update docs/install.rst
  • daadc9e Add note about rearranging authentication backends
  • 079ec38 Add support for Python 3.10
  • 15474b8 Clarify AUTH_LDAP_FIND_GROUP_PERMS and AUTH_LDAP_MIRROR_GROUPS
  • 3914a17 Add request object to the ldap_error signal
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports