Skip to content

Releases: SteveEwell/python-ldap-filter

v1.0.1

Choose a tag to compare

@SteveEwell SteveEwell released this 22 Oct 21:22

Change Log

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

v1.0.0

Choose a tag to compare

@SteveEwell SteveEwell released this 28 Jul 16:31
d4534c2

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

Pre-release

Choose a tag to compare

@SteveEwell SteveEwell released this 03 Mar 20:16
a65b852

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

Initial pip version Pre-release
Pre-release

Choose a tag to compare

@SteveEwell SteveEwell released this 26 Feb 16:45

This is the first pip release of the library.