File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ === Net::LDAP 0.20.0
2+ * Update test.yml by @HarlemSquirrel in #433
3+ * Add `ostruct` as a dependency to the gemspec by @Ivanov-Anton in #432
4+ * Require Ruby >= 3.0 by @HarlemSquirrel in #435
5+ * Link to usage examples by @sebbASF in #428
6+ * Add controls for modify and add operations by @zeroSteiner in #426
7+ * Add support for ldapwhoami (RFC4532) (now with tests) by @zeroSteiner in #425
8+ * Update for ruby 3.4 by @HarlemSquirrel in #439
9+ * Add ruby 3.4 to CI by @hakeem0114 in #438
10+ * Add support for UTF-8 encoded passwords by @frankwalentowski in #430
11+
112=== Net::LDAP 0.19.0
213* Net::LDAP::DN - Retain trailing spaces in RDN values in DNs #412
314* Add in ability for users to specify LDAP controls when conducting searches #411
Original file line number Diff line number Diff line change 11module Net
22 class LDAP
3- VERSION = "0.19 .0"
3+ VERSION = "0.20 .0"
44 end
55end
You can’t perform that action at this time.
0 commit comments