Skip to content

Releases: SteveEwell/python-ldap-filter

v1.0.1

22 Oct 21:22

Choose a tag to compare

Change Log

  • Fixes issue when parsing query strings that have ! as part of an attribute value. Issue #7

v1.0.0

28 Jul 16:31
d4534c2

Choose a tag to compare

Change Log

  • Fixes bug where None was improperly returned for certain NOT filters.
  • Migrates project to use pyproject.toml instead of setup.py.
  • Project now marked as stable.

LDAP Filter parsing and more

03 Mar 20:16
a65b852

Choose a tag to compare

Pre-release

Release: v0.2.0

New Features

  • New parser for LDAP filters
  • Soundex library for approximate filter matching
  • Unit tests for most of the existing code base.

Initial pip version

26 Feb 16:45

Choose a tag to compare

Initial pip version Pre-release
Pre-release

This is the first pip release of the library.