Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump net-ldap from 0.11 to 0.17.0 #4

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 23, 2021

Bumps net-ldap from 0.11 to 0.17.0.

Release notes

Sourced from net-ldap's releases.

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

v0.16.3

  • 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

v0.16.2

  • Net::LDAP#open does not cache bind result #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
Changelog

Sourced from net-ldap's changelog.

=== Net::LDAP 0.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

=== Net::LDAP 0.16.3

  • 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

=== Net::LDAP 0.16.2

=== Net::LDAP 0.16.1

=== Net::LDAP 0.16.0

... (truncated)

Commits
  • a520ef7 Update history for v0.17.0
  • c7f0921 Bump version to 0.17.0
  • a37cc08 Merge pull request #383 from railsstarter/topic/fix_for_undefined_method_writ...
  • b1eec43 fix for undefined method for write exception
  • e3ff748 Annotate tags instead of creating empty commits
  • 393c59c Update History.rdoc
  • 8c4b201 Merge pull request #381 from erlliam/master
  • 9bf26d3 Update lib/net/ldap/entry.rb
  • 3d43b3a Implement '==' operator for entries
  • d60bb76 Merge pull request #379 from tatsuya-ogawa/feature/fix_server_syntax
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 23, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 24, 2023

Superseded by #7.

@dependabot dependabot bot closed this Jan 24, 2023
@dependabot dependabot bot deleted the dependabot/bundler/net-ldap-0.17.0 branch January 24, 2023 16:05
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file 🔍 Ready for Review Pull Request is not reviewed yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants