Skip to content

Releases: zendesk/active_record_host_pool

v2.0.0

08 Jan 10:48
8dcd94e
Compare
Choose a tag to compare

Added

  • Add support for Rails 7.1.
  • Trilogy is now a supported MySQL database adapter. ActiveRecordHostPool no longer requires mysql2, nor does it explicitly require activerecord-trilogy-adapter. Applications using ARHP will now need to explicitly require one of these adapters in its gemfile. When using activerecord-trilogy-adapter also ensure that the trilogy gem is locked to v2.5.0+.

Removed

  • Remove mysql2 as a direct dependency, test Rails 7.0 with mysql2 and activerecord-trilogy-adapter.
  • Remove support for Rails 5.1, 5.2, and 6.0.

Fixed

  • Implement equality for connection proxies to consider database; allows fixture loading for different databases

Full Changelog: v1.2.5...v2.0.0

v2.0.0.pre.2

21 Nov 15:04
b6bfb8a
Compare
Choose a tag to compare
v2.0.0.pre.2 Pre-release
Pre-release

Added

  • Add support for Rails 7.1.
  • Trilogy is now a supported MySQL database adapter. ActiveRecordHostPool no longer requires mysql2, nor does it explicitly require activerecord-trilogy-adapter. Applications using ARHP will now need to explicitly require one of these adapters in its gemfile. When using activerecord-trilogy-adapter also ensure that the trilogy gem is locked to v2.5.0+.

Removed

  • Remove mysql2 as a direct dependency, test Rails 7.0 with mysql2 and activerecord-trilogy-adapter.
  • Remove support for Rails 5.1, 5.2, and 6.0.

Full Changelog: v1.2.5...v2.0.0.pre.2

v2.0.0.pre.1

21 Nov 14:21
f469c1b
Compare
Choose a tag to compare
v2.0.0.pre.1 Pre-release
Pre-release

Added

  • Add support for Rails 7.1.
  • Trilogy is now a supported MySQL database adapter. ActiveRecordHostPool no longer requires mysql2, nor does it explicitly require activerecord-trilogy-adapter. Applications using ARHP will now need to explicitly require one of these adapters in its gemfile. When using activerecord-trilogy-adapter also ensure that the trilogy gem is locked to v2.5.0+.

Removed

  • Remove mysql2 as a direct dependency, test Rails 7.0 with mysql2 and activerecord-trilogy-adapter.
  • Remove support for Rails 5.1, 5.2, and 6.0.

Full Changelog: v1.2.5...v2.0.0.pre.1