Recent Releases of https://github.com/ruby-ldap/ruby-net-ldap
https://github.com/ruby-ldap/ruby-net-ldap - v0.20.0
What's Changed
- Update test.yml by @HarlemSquirrel in https://github.com/ruby-ldap/ruby-net-ldap/pull/433
- #431, Add
ostructas a dependency to the gemspec by @Ivanov-Anton in https://github.com/ruby-ldap/ruby-net-ldap/pull/432 - Require Ruby >= 3.0 by @HarlemSquirrel in https://github.com/ruby-ldap/ruby-net-ldap/pull/435
- Link to usage examples by @sebbASF in https://github.com/ruby-ldap/ruby-net-ldap/pull/428
- Add controls for modify and add operations by @zeroSteiner in https://github.com/ruby-ldap/ruby-net-ldap/pull/426
- Add support for ldapwhoami (RFC4532) (now with tests) by @zeroSteiner in https://github.com/ruby-ldap/ruby-net-ldap/pull/425
- Update for ruby 3.4 by @HarlemSquirrel in https://github.com/ruby-ldap/ruby-net-ldap/pull/439
- Add ruby 3.4 to CI by @hakeem0114 in https://github.com/ruby-ldap/ruby-net-ldap/pull/438
- Add support for UTF-8 encoded passwords by @frankwalentowski in https://github.com/ruby-ldap/ruby-net-ldap/pull/430
- Prepare v0.20.0 by @HarlemSquirrel in https://github.com/ruby-ldap/ruby-net-ldap/pull/441
New Contributors
- @Ivanov-Anton made their first contribution in https://github.com/ruby-ldap/ruby-net-ldap/pull/432
- @sebbASF made their first contribution in https://github.com/ruby-ldap/ruby-net-ldap/pull/428
- @zeroSteiner made their first contribution in https://github.com/ruby-ldap/ruby-net-ldap/pull/426
- @hakeem0114 made their first contribution in https://github.com/ruby-ldap/ruby-net-ldap/pull/438
- @frankwalentowski made their first contribution in https://github.com/ruby-ldap/ruby-net-ldap/pull/430
Full Changelog: https://github.com/ruby-ldap/ruby-net-ldap/compare/v0.19.0...v0.20.0
- Ruby
Published by HarlemSquirrel 5 months ago
https://github.com/ruby-ldap/ruby-net-ldap - v0.19.0
What's Changed
- Net::LDAP::DN - Retain trailing spaces in RDN values in DNs by @TomSellers in https://github.com/ruby-ldap/ruby-net-ldap/pull/412
- Add in ability for users to specify LDAP controls when conducting searches by @gwillcox-r7 in https://github.com/ruby-ldap/ruby-net-ldap/pull/411
- Document
connect_timeoutin Constructor Details by @alexjfisher in https://github.com/ruby-ldap/ruby-net-ldap/pull/415 - Fix openssl error when using multiple hosts by @jpdasma in https://github.com/ruby-ldap/ruby-net-ldap/pull/417
New Contributors
- @TomSellers made their first contribution in https://github.com/ruby-ldap/ruby-net-ldap/pull/412
- @gwillcox-r7 made their first contribution in https://github.com/ruby-ldap/ruby-net-ldap/pull/411
- @alexjfisher made their first contribution in https://github.com/ruby-ldap/ruby-net-ldap/pull/415
Full Changelog: https://github.com/ruby-ldap/ruby-net-ldap/compare/v0.18.0...v0.19.0
- Ruby
Published by HarlemSquirrel about 2 years ago
https://github.com/ruby-ldap/ruby-net-ldap - v0.17.1
- Fixed shebang of bash #385
- Omit some tests for now until we update our CA cert #386
- Add Ruby 3.0 support #388
- Add TruffleRuby 21.0.0 to CI #389
- Correct a typo in an error message #391
- Enable bundler caching for travis #390
- Fix circular require while loading lib/net/ldap/entry.rb and lib/net/ldap/dataset.rb #392
- Handle nil value in GetbyteForSSLSocket::getbyte #306
- Ruby
Published by HarlemSquirrel over 3 years ago
https://github.com/ruby-ldap/ruby-net-ldap - v0.17.0
- Added private recursive_delete as alternative to DELETE_TREE #268
- Test suite updates #373 #376 #377
- Use Base64.strict_encode64 and SSHA256 #303
- Remove deprecated ConnectionRefusedError #366
- Added method to get a duplicate of the internal Hash #286
- Remove a circular require #380
- Fix LdapServerAsnSyntax compile #379
- Implement '==' operator for entries #381
- Fix for undefined method for write exception #383
- Ruby
Published by HarlemSquirrel about 5 years ago
https://github.com/ruby-ldap/ruby-net-ldap -
- Add Net::LDAP::InvalidDNError #371
- Use require_relative instead of require #360
- Address some warnings and fix JRuby test omissions #365
- Bump rake dev dependency to 12.3 #359
- Enable rubocop in ci #251
- Enhance rubocop configuration and test syntax #344
- CI: Drop rbx-2, uninstallable #364
- Fix RuboCop warnings #312
- Fix wrong error class #305
- CONTRIBUTING.md: Repair link to Issues #309
- Make the
generate()method more idiomatic... #326 - Make
encode_sort_controls()more idiomatic... #327 - Make the
instrument()method more idiomatic... #328 - Fix uninitialised Net::LDAP::LdapPduError #338
- README.rdoc: Use SVG build badge #310
- Update TravisCI config to inclue Ruby 2.7 #346
- add explicit ** to silence Ruby 2.7 warning #342
- Support parsing filters with attribute tags #345
- Bump rubocop development dependency version #336
- Add link to generated and hosted documentation on rubydoc #319
- Fix 'uninitialized constant Net::LDAP::PDU::LdapPduError' error #317
- simplify encoding logic: no more chomping required #362
- Ruby
Published by HarlemSquirrel over 5 years ago
https://github.com/ruby-ldap/ruby-net-ldap - v0.16.2
Net::LDAP#opendoes not cachebindresult #334- Fix CI build #333
- Fix to
“undefined method 'result_code'”#308 - Fixed Exception: incompatible character encodings: ASCII-8BIT and UTF-8 in
filter.rb#285
- Ruby
Published by mtodd about 6 years ago
https://github.com/ruby-ldap/ruby-net-ldap - v0.10.1
- Bug fixes:
- Fix Integer BER encoding of signed values
- Ruby
Published by mtodd about 11 years ago