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 trilogy from 2.4.1 to 2.8.1 #534

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2024

Bumps trilogy from 2.4.1 to 2.8.1.

Release notes

Sourced from trilogy's releases.

v2.8.1

Fixed

  • Fix "Got packets out of order" errors on connect. #184

v2.8.0

Added

  • Add support for caching_sha2_password when using MySQL 8.0+. #165
  • Add support for mysql_clear_password client plugin. #171
  • Add connection #check. #154

Fixed

  • Use connect_timeout for initial connection. #159

v2.7.0

  • Trilogy::SyscallError::* errors now use the standard Module#=== implementation #143
  • Trilogy::TimeoutError no longer inherits from Errno::ETIMEDOUT #143
  • Deprecated Trilogy::ConnectionRefusedError and Trilogy::ConnectionResetError, replaced by Trilogy::SyscallError::ECONNREFUSED and Trilogy::SyscallError::ECONNRESET #143

v2.6.1

Fixed

  • Report EOFError: TRILOGY_CLOSED_CONNECTION for SSL_ERROR_ZERO_RETURN
  • write_timeout on connection now raises Trilogy::TimeoutError (previously it raised EINPROGRESS)
  • Fix memory leak on failed connections
  • Fix memory leak when connecting to unix socket

v2.6.0

Changed

  • TCP_NODELAY is enabled on all TCP connections #122
  • Trilogy::EOFError is now raised for TRILOGY_CLOSED_CONNECTION instead of the generic Trilogy::QueryError #118
  • Trilogy::SyscallError now inherits Trilogy::ConnectionError #118

v2.5.0

2.5.0

Fixed

  • Fix build with LibreSSL #73
  • Fix build error on FreeBSD #82
  • Fix Trilogy.new with no arguments #94
  • Fix issues with OpenSSL #95 #112
    • Avoid closing connections that are not connected
    • Always close socket on error
    • Clear error queue after close
    • Clear error queue before each operation to defend against other misbehaving libraries
  • Close connection if interrupted by a Ruby timeout #110

... (truncated)

Changelog

Sourced from trilogy's changelog.

2.8.1

Fixed

  • Fix "Got packets out of order" errors on connect. #184

2.8.0

Added

  • Add support for caching_sha2_password when using MySQL 8.0+. #165
  • Add support for mysql_clear_password client plugin. #171
  • Add connection #check. #154

Fixed

  • Use connect_timeout for initial connection. #159

2.7.0

Changed

  • Trilogy::SyscallError::* errors now use the standard Module#=== implementation #143
  • Trilogy::TimeoutError no longer inherits from Errno::ETIMEDOUT #143
  • Deprecated Trilogy::ConnectionRefusedError and Trilogy::ConnectionResetError, replaced by Trilogy::SyscallError::ECONNREFUSED and Trilogy::SyscallError::ECONNRESET #143

2.6.1

Fixed

  • Report EOFError: TRILOGY_CLOSED_CONNECTION for SSL_ERROR_ZERO_RETURN
  • write_timeout on connection now raises Trilogy::TimeoutError (previously it raised EINPROGRESS)
  • Fix memory leak on failed connections
  • Fix memory leak when connecting to unix socket

2.6.0

Changed

  • TCP_NODELAY is enabled on all TCP connections #122
  • Trilogy::EOFError is now raised for TRILOGY_CLOSED_CONNECTION instead of the generic Trilogy::QueryError #118
  • Trilogy::SyscallError now inherits Trilogy::ConnectionError #118

2.5.0

Fixed

  • Fix build with LibreSSL #73
  • Fix build error on FreeBSD #82

... (truncated)

Commits
  • 0a18015 Release v2.8.1
  • e588e65 Merge pull request #186 from trilogy-libraries/add-changelog-for-184
  • 21d5692 Fix typo in CHANGELOG
  • 18f2360 Add changelog entry for #184
  • 004d02a Merge pull request #185 from trilogy-libraries/create-auth-users
  • 717c7cb Create and delete auth users in tests
  • 3703624 Merge pull request #184 from skipkayhil/hm-no-seq-reset-on-connect
  • 8b80fce Restore resetting sequence_number in connect_send
  • cb788be Fix "Got packets our of order" errors on connect
  • 1b5c43b Don't check in .gem files
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jul 25, 2024
@iandelahorne iandelahorne self-assigned this Aug 28, 2024
@iandelahorne
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/bundler/trilogy-2.8.1 branch from 06e4677 to f8f5434 Compare August 28, 2024 20:37
@iandelahorne
Copy link
Contributor

@dependabot rebase

Bumps [trilogy](https://github.com/trilogy-libraries/trilogy) from 2.4.1 to 2.8.1.
- [Release notes](https://github.com/trilogy-libraries/trilogy/releases)
- [Changelog](https://github.com/trilogy-libraries/trilogy/blob/main/CHANGELOG.md)
- [Commits](trilogy-libraries/trilogy@v2.4.1...v2.8.1)

---
updated-dependencies:
- dependency-name: trilogy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/trilogy-2.8.1 branch from f8f5434 to 290d61b Compare August 29, 2024 00:09
@iandelahorne iandelahorne merged commit 2c1b76d into main Aug 29, 2024
42 checks passed
@iandelahorne iandelahorne deleted the dependabot/bundler/trilogy-2.8.1 branch August 29, 2024 00:28
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant