Skip to content

Update dependency trilogy to v2.12.6 - #8

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/trilogy-2.x-lockfile
Open

Update dependency trilogy to v2.12.6#8
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/trilogy-2.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Jan 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
trilogy 2.9.02.12.6 age confidence

Release Notes

trilogy-libraries/trilogy (trilogy)

v2.12.6

Compare Source

Fixed
  • Properly release read buffer on unexpected exception (typically Timeout.timeout).
Added
  • trilogy_sockopt_t now has a void *privdata field to allow passing extra info to the callbacks.

v2.12.5

Compare Source

Fixed
  • Properly set FD_CLOEXEC on trilogy sockets created by Ruby to avoid leaking file descriptor on exec.

v2.12.4

Compare Source

Fixed
  • Add workaround to fix compilation on older rubies combined in Xcode 26.4+.

v2.12.3

Compare Source

Fixed
  • Exclude Trilogy#server_version from Synchronization mutex.

v2.12.2

Compare Source

  • Fixed incorrect usec for local time casting.

v2.12.1

Compare Source

  • Fixed local time casting sometimes using the wrong offset.

v2.12.0

Compare Source

  • 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

Compare Source

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

v2.11.0

Compare Source

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

v2.10.0

Compare Source

Added
  • Add size alias for Trilogy::Result#count. #​209
Fixed
  • Declare bigdecimal dependency for Ruby 3.4+. #​213
  • Fix Ractor support. #​215
  • Use append_cflags instead of appending directly. #​231
  • Don't confuse length encoded int with EOF. #​179
Changed
  • Speed up Trilogy#escape by 3 to 5x. #​212
  • Use a buffer pool. #​214

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/trilogy-2.x-lockfile branch from 63bf4b7 to ea911f3 Compare March 31, 2026 10:35
@renovate renovate Bot changed the title Update dependency trilogy to v2.10.0 Update dependency trilogy to v2.11.1 Mar 31, 2026
@renovate
renovate Bot force-pushed the renovate/trilogy-2.x-lockfile branch from ea911f3 to 0389417 Compare April 15, 2026 11:58
@renovate renovate Bot changed the title Update dependency trilogy to v2.11.1 Update dependency trilogy to v2.12.3 Apr 15, 2026
@renovate
renovate Bot force-pushed the renovate/trilogy-2.x-lockfile branch from 0389417 to 9d8a29e Compare April 19, 2026 05:08
@renovate renovate Bot changed the title Update dependency trilogy to v2.12.3 Update dependency trilogy to v2.12.4 Apr 19, 2026
@renovate
renovate Bot force-pushed the renovate/trilogy-2.x-lockfile branch from 9d8a29e to 25ba0a7 Compare May 13, 2026 19:54
@renovate renovate Bot changed the title Update dependency trilogy to v2.12.4 Update dependency trilogy to v2.12.5 May 13, 2026
@renovate
renovate Bot force-pushed the renovate/trilogy-2.x-lockfile branch from 25ba0a7 to 8a2f601 Compare June 24, 2026 04:15
@renovate renovate Bot changed the title Update dependency trilogy to v2.12.5 Update dependency trilogy to v2.12.6 Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants