|
1 | 1 | # ldapjs Changelog
|
2 | 2 |
|
3 |
| -## CURRENT |
| 3 | +## 1.0.0 |
4 | 4 |
|
| 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 |
5 | 20 | - Add 'resultError' event to client
|
6 | 21 | - Update paged search automation in client
|
7 | 22 | - Add Change.apply method for modifying objects
|
8 |
| -- Update bunyan to 0.23.1 |
9 | 23 | - #143 Preserve raw Buffer value in Control objects
|
10 | 24 | - Test code coverage with node-istanbul
|
11 | 25 | - Convert tests to node-tape
|
|
14 | 28 | - #134 Allow configuration of derefAliases client option
|
15 | 29 | - #197 Properly dispatch unbind requests
|
16 | 30 | - #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 |
20 | 31 | - Add basic server API tests
|
21 | 32 | - Store EqualityFilter value as Buffer
|
22 | 33 | - Run full test suite during 'make test'
|
23 | 34 | - #190 Add error code 123 from RFC4370
|
24 | 35 | - #178 Perform strict presence testing on attribute vals
|
25 | 36 | - #183 Accept buffers or strings for cert/key in createServer
|
26 | 37 | - #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 |
31 | 38 | - #254 Allow simple client bind with empty credentials
|
32 |
| -- Add StartTLS support to client |
33 | 39 |
|
34 | 40 | ## 0.7.1
|
35 | 41 |
|
|
0 commit comments