Skip to content

Releases: trilogy-libraries/activerecord-trilogy-adapter

v3.1.2

28 Aug 18:35
fcae60d
Compare
Choose a tag to compare

What's Changed

  • correct reference to materialize_transactions in with_trilogy_connection by @dhruvCW in #61

New Contributors

Full Changelog: v3.1.1...v3.1.2

v3.1.1

12 Aug 01:23
049408a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

07 Jul 22:03
254891b
Compare
Choose a tag to compare

Changed

  • Added support for Rails 6.0 and 6.1. #42
  • Backport Rails 7.1a refactors and tweaks. #44, #45, #46, #47, #48

Fixed

  • Remove translation of exception on reconnect to fix Rails test parallel tests. #49

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

16 Jun 18:05
7d7654a
Compare
Choose a tag to compare

What's Changed

  • Added support for Rails 7.0 and removed support for prerelease Rails 7.1 because this adapter was merged into Rails. @lorint in #26

Full Changelog: v2.2.0...v3.0.0

v2.2.0

02 Mar 16:34
v2.2.0
a725d2d
Compare
Choose a tag to compare

Changed

  • Bump minimum Trilogy version to 2.3.0. #32
  • Start using the new Trilogy 2.3.0 error classes. #24
  • Rely on the upstream execute method (which includes an allow_retry option). #12
  • Rely on the upstream raw_execute method (which includes a new warning feature). #29
  • Replace custom dbconsole patch with TrilogyAdapter::Connection#trilogy_adapter_class. #8

Fixed

  • Don't retain the old connection if reconnect fails. #13
  • Call super in TrilogyAdapter#disconnect! to ensure we properly reset state. #11

v2.1.0

26 Sep 20:10
v2.1.0
fad6b0c
Compare
Choose a tag to compare

Added

  • Support string ssl modes.

Fixed

  • Correct version constraint for activerecord.
  • Require a valid connection when quoting a string.
  • Treat IOError as a connectivity-related error.
  • Disable prepared statements, since Trilogy doesn't yet support them.

v2.0.0

10 Aug 20:13
Compare
Choose a tag to compare