Lines Matching +full:runs +full:- +full:on

4 0.8.0 (2022-05-21)
5 ------------------
8 * Allow a PSR-3 compatible logging instance to be set on the LDAP server for info / error events.
10 0.7.0 (2022-01-22)
11 ------------------
17 * When setting the options on the LdapClient you can now choose to force a disconnect at the same t…
21 0.6.1 (2021-12-11)
22 ------------------
26 0.6.0 (2019-12-14)
27 ------------------
28 * Add initial SASL support with a limited set of mechanisms (DIGEST-MD5, CRAM-MD5, PLAIN, ANONYMOUS…
29 * The Server RequestHandler interface now requires type-hints for all methods.
35 * Introduced code coverage to CI runs.
36 * Moved CI runs into Github Actions.
37 * Use PSR-12 coding standards via ECS.
39 0.5.0 (2019-03-11)
40 ------------------
41 * Vastly improved memory efficiency and performance in general (especially on large search results).
53 * Implement OpenLDAP / Active Directory test servers with test data during CI runs for integration …
57 0.4.0 (2018-04-20)
58 ------------------
65 * Throw an exception on referrals by default. Do not allow ignoring them, only following them.
67 0.3.0 (2018-02-12)
68 ------------------
70 * Add an LDAP URL parser / object based on RFC 4516.
76 0.2.0 (2017-12-08)
77 ------------------
80 * Added a string filter parser based on RFC 4515. Allows creating filter objects from arbitrary str…
81 * Added a toString() method on filters for displaying their string filter representation.
85 * Be more defensive on RDN creation when parsing the string.
89 0.1.0 (2017-10-22)
90 ------------------