[python3-ldap] sldap3 0.9.7.5 released

Giovanni Cannata cannatag at gmail.com
Sat Feb 21 08:06:49 CET 2015


Hello everybody,
I've release the 0.9.7.5 version of ldap3. Just minor fixes here:

* 0.9.7.5 2015.02.20
    - Fixed exception raised when opening a connection to a server. If
there is only one candidate address and there is an error it returns
the specific Exception, not a generic LDAPException error
    - Address_info filters out any impossible address to reach
    - Address_info include an IPV4MAPPED address for IPV6 host that
try to reach an IPV4 only server
    - Added SyncMock strategy (needs the sldap3 package)
    - Fixed bug when using the aproximation operation in ldap search
operations (thanks Laurent)
    - Removed response from exception raised with
raise_exceptions=True to avoid very long exceptions message

* 0.9.7.4 2015.02.02
    - Added connection.entries property for storing response from
search operations as and abstract.Entry collection.

* 0.9.7.3 2015.01.25
    - Modify operation type can also be passed as integer

* 0.9.7.2 2015.01.16
    - Fixed a bug when resolving IP address with getaddrinfo(). On OSX
returned an UDP connection (thanks Hiroshi).

Bye,
Giovanni


More information about the python3-ldap mailing list