[python3-ldap] python3-ldap 0.9.1 released!

python3ldap python3ldap at gmail.com
Sun Mar 30 23:23:40 CEST 2014


Hello,
I've released the 0.9.1 version of python3-ldap. This is mainly a bug
fixing and tweaking version, with a new interesting feature: "lazy"
connections. Now you can set lazy=True when creating a new connection,
this means that the open() and bind() will be deferred until an
effective ldap operation will be executed. This should work with
synchronous, asynchronous and restartable connection.

I changed the signature of the ServerPool, now it's possibile to
specify if servers in the pool must be checked for availability and if
the pool will be exhausted when no servers are available.

I've extended tests to Python 3.4.0. (3.3, 2.7, 2.6 already tested).

This is the changelog for version 0.9.1:

* 0.9.1 2014.03.30
    - added laziness to test suite
    - changed ServerPool signature to accept active and exhaust parameters
    - removed unneeded start_listen parameter
    - added 'lazy' parameter to open, bind and unbind a connection
only when an effective operation is done
    - fixed start_tls in SyncWaitRestartable strategy
    - fixed certificate name checking while opening an ssl connection
    - fixed syntax error during installation
    - socket operations now raise proper exception, not generic
LDAPException (thanks to Joseph)
    - tested against Python 3.4, 3.3, 2.7, 2.6
    - updated setuptools to 3.3


Have fun,
gc


More information about the python3-ldap mailing list