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
+
1
12
=== Net::LDAP 0.19.0
2
13
* Net::LDAP::DN - Retain trailing spaces in RDN values in DNs #412
3
14
* Add in ability for users to specify LDAP controls when conducting searches #411
Original file line number Diff line number Diff line change 1
1
module Net
2
2
class LDAP
3
- VERSION = "0.19 .0"
3
+ VERSION = "0.20 .0"
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments