Breaking Changes
- Drop support for Python 3.9 and below
Features
- Add support for Python 3.14
- Add support of ldap filter with anonymous user (#186)
Internal Changes
- Migrate README to markdown (#196)
- Add section about attribute fetching to README (#198)
- Update black from 22.3.0 to 24.2.0 to support Python 3.14 (#201)
- Replace pkg_resources.parse_version with packaging.version.parse (#200)
- Fix unit tests on Python 3.14+ (#203)
- Add packaging as a runtime dependency (#204)