Skip to content

Bump trilogy from 2.12.6 to 2.13.0 - #3086

Merged
flavorjones merged 2 commits into
mainfrom
dependabot/bundler/trilogy-2.13.0
Sep 7, 2026
Merged

Bump trilogy from 2.12.6 to 2.13.0#3086
flavorjones merged 2 commits into
mainfrom
dependabot/bundler/trilogy-2.13.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps trilogy from 2.12.6 to 2.13.0.

Release notes

Sourced from trilogy's releases.

v2.13.0

Fixed

  • Add GC guard for all string configs. #313
  • Convert argument before reading encoding in Trilogy#escape. #314
  • Prevent synchronization mutex leak. #316

Changed

  • The Ruby client now defaults connect_timeout to 5 seconds. Pass connect_timeout: nil to disable the timeout. #309
Changelog

Sourced from trilogy's changelog.

2.13.0

Fixed

  • Add GC guard for all string configs. #313
  • Convert argument before reading encoding in Trilogy#escape. #314
  • Prevent synchronization mutex leak. #316

Changed

  • The Ruby client now defaults connect_timeout to 5 seconds. Pass connect_timeout: nil to disable the timeout. #309
Commits
  • c818115 Release v2.13.0
  • dfcde7a Merge pull request #316 from trilogy-libraries/prevent-synchronization-mutex-...
  • f859b80 Prevent synchronization mutex leak
  • c25b18e CI: test against MariaDB 12.3 instead of 12.1 (#315)
  • 52fae80 Read the encoding after StringValue in Trilogy#escape (#314)
  • 63392f0 rb_trilogy_connect: add GC guard for all string configs (#313)
  • 7f45ace Merge pull request #311 from fkmy/fix-typos
  • 256e617 Fix typos in comments and test messages
  • bdd4882 CI: compare MySQL major version numerically on macOS (#310)
  • 62a04e8 Default connect_timeout to 5 seconds (#309)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Aug 28, 2026
Copilot AI balanced review requested due to automatic review settings August 28, 2026 20:24
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Aug 28, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Trilogy MySQL client to 2.13.0, incorporating connection safety and resource-leak fixes.

Changes:

  • Raises the Trilogy requirement to ~> 2.13.
  • Refreshes standard and SaaS lockfiles with version 2.13.0 and its checksum.

Tip

If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or run gh pr ready --undo.
Click "Ready for review" or run gh pr ready to reengage.

Reviewed changes

Copilot reviewed 1 out of 3 changed files in this pull request and generated no comments.

File Description
Gemfile Updates the Trilogy version constraint.
Gemfile.lock Locks Trilogy 2.13.0 for the standard application.
Gemfile.saas.lock Locks Trilogy 2.13.0 for SaaS deployments.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@flavorjones

Copy link
Copy Markdown
Member

@dependabot recreate

@dependabot
dependabot Bot force-pushed the dependabot/bundler/trilogy-2.13.0 branch from 21e7fff to 4c5e499 Compare September 7, 2026 15:43
@flavorjones

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@flavorjones

Copy link
Copy Markdown
Member

@dependabot recreate

Bumps [trilogy](https://github.com/trilogy-libraries/trilogy) from 2.12.6 to 2.13.0.
- [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.12.6...v2.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/bundler/trilogy-2.13.0 branch from 25c9ab4 to e1f720e Compare September 7, 2026 15:52
@flavorjones
flavorjones merged commit 932cba5 into main Sep 7, 2026
9 checks passed
@flavorjones
flavorjones deleted the dependabot/bundler/trilogy-2.13.0 branch September 7, 2026 15:56
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.

2 participants