Releases: trilogy-libraries/activerecord-trilogy-adapter
Releases · trilogy-libraries/activerecord-trilogy-adapter
v3.1.2
v3.1.1
What's Changed
- Incorporate Rails PR #48061 by @lorint in #50
- Incorporate Rails PR #48112 by @lorint in #51
- Fixes #53 - Implement dbconsole support by @lorint in #55
- Fixes #54 - Apply connection configuration by @lorint in #56
- Incorporate Rails PR #48109 by @lorint in #57
- Incorporate Rails commit 191ae49 by @lorint in #58
- Incorporate Rails PR #48068 by @lorint in #59
Full Changelog: v3.1.0...v3.1.1
v3.1.0
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
- @dbussink made their first contribution in #49
- @bensheldon made their first contribution in #43
Full Changelog: v3.0.0...v3.1.0
v3.0.0
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
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
v2.1.0
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.