Releases: alexferl/flask-simpleldap
Releases · alexferl/flask-simpleldap
v2.1.0
What's Changed
- Bump jinja2 from 3.1.3 to 3.1.4 by @dependabot[bot] in #103
- Bump werkzeug from 3.0.2 to 3.0.3 by @dependabot[bot] in #102
- Bump setuptools from 69.2.0 to 70.0.0 by @dependabot[bot] in #104
- Expose detailed LDAP error information in bind_user by @beknazar-swe in #108
- chore: migrate to uv by @alexferl in #109
New Contributors
- @beknazar-swe made their first contribution in #108
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Release v1.4.0
This release drops support for Python 2.7. If you're still on Python 2.7, you can use v1.3.3.
Fixes:
- #62 get_object_details returning None
Release v1.3.3
Release v1.3.2
Update setup.py to use python-ldap>=3.0.0 which has support for Python 3.x.
Release v1.3.0
Thanks to the contributors, this release fixes issues related to bind_user and fixes some issues related to filtering.
- #51 Referral chasing crash
- #54 Fixes #44 - Error in bind_user method, also fixes #60 and #61
- #56 OpenLDAP section has Incorrect LDAP_GROUP_OBJECT_FILTER
- #57 next vaule: Priority use request.full_path
- #59 get_object_details to take query_filter and fallback to LDAP_USER_OBJECT_FILTER or LDAP_GROUP_OBJECT_FILTER