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

Releases: ldapjs/node-ldapjs

v2.3.1

04 Aug 03:39
d691fd3
Compare
Choose a tag to compare
  • Ensuring a connection in an anonymous state has a consistent bindDN variable (#750)
  • Fix adding buffers like thumbnailPhoto in Active Directory (#754)
  • Fix modifying a really long DN (#753)

v2.3.0

27 May 20:21
b499098
Compare
Choose a tag to compare
  • [feature]: Search callback response will emit SearchRequest after every search request is sent (#730)
  • [feature]: Make server.newConnection public to allow multithreaded servers (#727)
  • Queue events until a listener appears for pages searches (#723)
  • Add multithreaded server examples (#727)

v2.2.4

24 Feb 16:41
2ee04b1
Compare
Choose a tag to compare
  • connectTimeout and connectRefused errors will emit an error if those events are not listened to #704

v2.2.3

03 Dec 02:01
b829a1d
Compare
Choose a tag to compare
  • Fix variable scoping causing crash #686

v2.2.2

18 Nov 07:08
8405888
Compare
Choose a tag to compare

Remove .nyc-output files #681

v2.2.1

13 Nov 14:40
badbe6d
Compare
Choose a tag to compare
  • Remove use of logging methods in conditional tests #677

v2.2.0

21 Sep 00:13
bebe558
Compare
Choose a tag to compare
  • Add support for multiple servers (client) #408 #658

v2.1.1

29 Jul 23:21
1962a34
Compare
Choose a tag to compare
  • Fix RDN path separators in server responses #646

v2.1.0

21 Jul 22:01
b8100b1
Compare
Choose a tag to compare
  • Simplify Ber instance checking #630

v2.0.0

31 May 13:11
2a6d2be
Compare
Choose a tag to compare

This is the first major release since the project was graciously moved to open maintenance via the ldapjs GitHub organization. Thank you to @melloc for making the organization a reality, and to all those who have contributed to this release.

Personally, I wanted to get a lot more done before issuing this release. But I have not had the necessary time (or fortitude) to dedicate to get it up to where I wanted. However, this release has been serving people quite well for some time via the rc-phase. So at @UziTech's urging (#604), I am publishing this release.

Truly, it is time to move this needle forward. The main goal of this release was to make ldapjs compatible with the most recent releases of Node.js core, and that has been accomplished. It won't be much longer before the next LTS of core is released and the oldest current LTS is retired. So we need to get a release out that supports that to-be retired LTS.

Breaking Changes

This list is likely non-exhaustive. For the full list of changes, please review the commit log.

  • Drop support for Node <= 8 #537 #559
  • D-Trace dependency removed (can still be used if manually enabled) #466
  • Remove Bunyan dependency #399
  • Binary scripts removed (might be published as standalone module in the future) #546
  • Update ldap-filter module #521