Skip to content

v2.2.0

Compare
Choose a tag to compare
@composerinteralia composerinteralia released this 02 Mar 16:34
· 70 commits to main since this release
v2.2.0
a725d2d

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