[python-ldap] ANN: python-ldap 3.4.4

Simon Pichugin simon.pichugin at gmail.com
Fri Nov 17 16:28:49 EST 2023


You can find a new release of python-ldap here:

    https://pypi.python.org/pypi/python-ldap/3.4.4

See below for changes in this release.

If you find any issues, please report them either on this mailing list
or on the GitHub tracker:

     https://github.com/python-ldap/python-ldap/issues


Git tag hash for the release:
     python-ldap-3.4.4 3872c015f987281d18f17617bb49e2a7196548a

The tag is signed by Simon Pichugin <spichugi at redhat.com> RSA key:
FC01 E098 3FE2 F23D 443F 419B 5301 E3B9 8A62 47E4

--------

About the project:

    python-ldap provides an object-oriented API to access LDAP directory
    servers from Python programs. It mainly wraps the OpenLDAP 2.x libs
    for that purpose. Additionally, it contains modules for other
    LDAP-related stuff (e.g. processing LDIF, LDAP URLs and LDAPv3
    schema).

Project's website:

     https://www.python-ldap.org/

----------------------------------------------------------------
Released 3.4.4 2023-11-17

Fixes:
* Reconnect race condition in ReconnectLDAPObject is now fixed
* Socket ownership is now claimed once we've passed it to libldap
* LDAP_set_option string formats are now compatible with Python 3.12

Doc/
* Security Policy was created
* Broken article links are fixed now
* Bring Conscious Language improvements

Infrastructure:
* Add testing and document support for Python 3.10, 3.11, and 3.12
----------------------------------------------------------------


More information about the python-ldap mailing list