Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Releases: ldapjs/messages

v1.3.0

09 Nov 22:21
b73f34b
Compare
Choose a tag to compare

What's Changed

  • Update controls dependency to include PasswordPolicyControl by @its-sami in #8
  • Allow for AD range attribute option by @chastabor in #9

New Contributors

Full Changelog: v1.2.1...v1.3.0

v1.2.1

16 Aug 16:36
cdd90b4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.1.1

22 Jun 12:33
6ce6e35
Compare
Choose a tag to compare

What's Changed

  • Fix documentation of dn property by @simon-lorenz in #5

New Contributors

  • @simon-lorenz made their first contribution in #5

Full Changelog: v1.1.0...v1.1.1

v1.1.0

21 Apr 12:36
e0b8f8f
Compare
Choose a tag to compare

Important: this release will generate process warning when a search entry object encounters an empty attribute name. Empty attribute names are not spec compliant. See ldapjs/node-ldapjs#867 for more details.

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.1.0

v1.0.2

10 Mar 14:36
b37b2f5
Compare
Choose a tag to compare

What's Changed

  • Allow single character attribute names by @jsumners in #3

Full Changelog: v1.0.1...v1.0.2

v1.0.1

08 Mar 22:11
ec0d3f2
Compare
Choose a tag to compare

SearchRequest.scope now returns the associated LDAP scope code instead of a name. SearchRequest.scopeName has been added to facilitate getting a friendly name for the search scope. There is an argument to be made for this being a breaking change, but we see it as a correction in behavior. The .scope is used for matching in search requests when writing an LDAP server. So scopes should able to easily be checked against the exported scope constants (RFC defined constants).

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

22 Feb 17:24
6652801
Compare
Choose a tag to compare

Initial release.