Releases: ComputerScienceHouse/csh_ldap
Releases · ComputerScienceHouse/csh_ldap
2.5.0
What's Changed
- fix: bump pylint and python version in CI by @costowell in #37
- Bump python-ldap from 3.4.0 to 3.4.4 by @costowell in #36
Full Changelog: 2.4.0...2.5.0
2.4.0
What's Changed
- swap from travis to github actions by @galenguyer in #32
- Bump python-ldap from 3.0.0 to 3.4.0 by @dependabot[bot] in #34
- Bump to 2.4.0 by @devinmatte in #35
New Contributors
- @galenguyer made their first contribution in #32
- @dependabot[bot] made their first contribution in #34
Full Changelog: 2.3.1...2.4.0
2.3.0
CHANGES
2.3.0
- Version bump to 2.3.0
- Specify exceptions for wrapper method try-except
- Add reconnect_on_fail decorator
- Remove redundant list operations, handle initial connection failure
- Modify method for connecting to ldap servers
- Remove python3.4 from travis
- Add python 3.7 and 3.8 to travis
- Upgrade pylint for python 3.8 compatability
- Add repr, eq, and hash to Member