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

Commit 9303d4f

Browse files
committed
Prepare for 1.0.0 release
1 parent 69eb6d9 commit 9303d4f

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

CHANGES.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
# ldapjs Changelog
22

3-
## CURRENT
3+
## 1.0.0
44

5+
- Update dependencies
6+
* asn1 to 0.2.3
7+
* bunyan to 1.5.1
8+
* dtrace-provider to 0.6.0
9+
- Removed pooled client
10+
- Removed custom formatting for GUIDs
11+
- Completely overhaul DN parsing/formatting
12+
- Add options for format preservation
13+
- Removed `spaced()` and `rndSpaced` from DN API
14+
- Fix parent/child rules regarding empty DNs
15+
- Request routing overhaul
16+
* #154 Route lookups do not depend on object property order
17+
* #111 Null ('') DN will act as catch-all
18+
- Add StartTLS support to client (Sponsored by: DoubleCheck Email Manager)
19+
- Improve robustness of client reconnect logic
520
- Add 'resultError' event to client
621
- Update paged search automation in client
722
- Add Change.apply method for modifying objects
8-
- Update bunyan to 0.23.1
923
- #143 Preserve raw Buffer value in Control objects
1024
- Test code coverage with node-istanbul
1125
- Convert tests to node-tape
@@ -14,22 +28,14 @@
1428
- #134 Allow configuration of derefAliases client option
1529
- #197 Properly dispatch unbind requests
1630
- #196 Handle string ports properly in server.listen
17-
- Request routing overhaul
18-
* #154 Route lookups do not depend on object property order
19-
* #111 Null ('') DN will act as catch-all
2031
- Add basic server API tests
2132
- Store EqualityFilter value as Buffer
2233
- Run full test suite during 'make test'
2334
- #190 Add error code 123 from RFC4370
2435
- #178 Perform strict presence testing on attribute vals
2536
- #183 Accept buffers or strings for cert/key in createServer
2637
- #180 Add '-i, --insecure' option and to all ldapjs-\* CLIs
27-
- Completely overhaul DN parsing/formatting
28-
- Add options for format preservation
29-
- Removed `spaced()` and `rndSpaced` from DN API
30-
- Fix parent/child rules regarding empty DNs
3138
- #254 Allow simple client bind with empty credentials
32-
- Add StartTLS support to client
3339

3440
## 0.7.1
3541

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"name": "ldapjs",
1515
"homepage": "http://ldapjs.org",
1616
"description": "LDAP client and server APIs",
17-
"version": "0.7.1",
17+
"version": "1.0.0",
1818
"license": "MIT",
1919
"repository": {
2020
"type": "git",

0 commit comments

Comments
 (0)