We are pumped to announce the release of: ldappool 2.4.0: A simple connector pool for python-ldap. Download the package from: https://tarballs.openstack.org/ldappool/ For more details, please see below. Changes in ldappool 2.3.1..2.4.0 -------------------------------- acc14fc Allow pool status to be printed as a table 2626d58 Add plumbing to support reno release notes 3f0ea85 Handle retry logic for timeouts with multiple LDAP servers a74cf70 Improve connection retry logging 32dec4f Don't quote {posargs} in tox.ini Diffstat (except docs and test files) ------------------------------------- README.rst | 23 +++ ldappool/__init__.py | 104 +++++++++---- lower-constraints.txt | 1 + releasenotes/source/conf.py | 283 ++++++++++++++++++++++++++++++++++ releasenotes/source/index.rst | 8 + releasenotes/source/unreleased.rst | 5 + requirements.txt | 1 + tox.ini | 11 +- 10 files changed, 546 insertions(+), 36 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d12620f..624fd17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,0 +5 @@ python-ldap>=3.0.0 # PSF +PrettyTable<0.8,>=0.7.2
participants (1)
-
no-reply@openstack.org