Skip to content

Bump trilogy from 2.10.0 to 2.12.3#148

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/trilogy-2.12.3
Open

Bump trilogy from 2.10.0 to 2.12.3#148
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/trilogy-2.12.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2026

Bumps trilogy from 2.10.0 to 2.12.3.

Release notes

Sourced from trilogy's releases.

v2.12.3

  • Exclude Trilogy#server_version from Synchronization mutex.

v2.12.2

  • Fixed incorrect usec for local time casting.

v2.12.1

  • Fixed local time casting sometimes using the wrong offset.

v2.12.0

  • Fixed compatibility with Manticore.
  • Improved performance of result parsing and type casting in the Ruby extension. Particularly for datetime fields.
  • Added Trilogy::Result#in_transaction?

v2.11.1

Fixed

  • Allow concurrent calls to Trilogy#closed?. #277.

v2.11.0

Changed

  • Establish socket connection in Ruby #218

Added

  • Support caching_sha2_password over TCP without TLS by requesting the server RSA public key when needed. #262
  • Now raise an explicit error when a single connection is being used concurrently by multiple threads or fibers. #226.
  • Trilogy#abandon_results! as an optimized alternative to client.next_result while client.more_results_exist?. #264

Fixed

  • Handle server disconnects (Error 4031) correctly by raising Trilogy::BaseConnectionError instead of raising a QueryError / TRILOGY_INVALID_SEQUENCE_ID. #257.
  • Column names in results are now encoded using the connection encoding. #210.
  • Use correct malloc and free to avoid invalid pointer crashes #266 and #269
Changelog

Sourced from trilogy's changelog.

2.12.3

Fixed

  • Exclude Trilogy#server_version from Synchronization mutex.

2.12.2

  • Fixed incorrect usec for local time casting.

2.12.1

  • Fixed local time casting sometimes using the wrong offset.

2.12.0

  • Fixed compatibility with Manticore.
  • Improved performance of result parsing and type casting in the Ruby extension. Particularly for datetime fields.
  • Added Trilogy::Result#in_transaction?

2.11.1

Fixed

  • Allow concurrent calls to Trilogy#closed?. #277.

2.11.0

Changed

  • Establish socket connection in Ruby #218

Added

  • Support caching_sha2_password over TCP without TLS by requesting the server RSA public key when needed. #262
  • Now raise an explicit error when a single connection is being used concurrently by multiple threads or fibers. #226.
  • Trilogy#abandon_results! as an optimized alternative to client.next_result while client.more_results_exist?. #264

Fixed

  • Handle server disconnects (Error 4031) correctly by raising Trilogy::BaseConnectionError instead of raising a QueryError / TRILOGY_INVALID_SEQUENCE_ID. #257.
  • Column names in results are now encoded using the connection encoding. #210.
  • Use correct malloc and free to avoid invalid pointer crashes #266 and #269
Commits
  • 9fa6862 Release v2.12.3
  • 1583e09 Exclude server_version from Synchronization mutex
  • b89f376 Release v2.12.2
  • 31a58dc Fix local time usec bug (#287)
  • b5f8172 Release v2.12.1
  • 8b3e151 Don't use rb_time_timespec_new for local times
  • 5c1f9e1 Release v2.12.0
  • d273e35 Update CHANGELOG
  • ec0ef18 Ensure Result#fields and #rows are always arrays
  • 73df802 Read EOF/OK packets with info message after row data
  • 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 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)

Bumps [trilogy](https://github.com/trilogy-libraries/trilogy) from 2.10.0 to 2.12.3.
- [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.10.0...v2.12.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Apr 3, 2026
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.

0 participants