Skip to content

Releases: Shopify/lhm

v4.4.2

05 Sep 16:13
0307198
Compare
Choose a tag to compare

What's Changed

  • Allow caller to set the algorithm that will be used for DDL ALTER TABLE operations by @chitty in #173

Full Changelog: v4.4.1...v4.4.2

v4.4.1

21 Aug 09:17
10aa0f9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.0...v4.4.1

v4.4.0

20 Aug 08:43
a58083d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.0...v4.4.0

v4.3.0

05 Aug 15:44
ee9050b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.3...v4.3.0

v4.2.3

30 Jul 12:10
1344ebe
Compare
Choose a tag to compare

What's Changed

  • Handle composite primary keys with line breaks (#164)

v4.2.2

11 Jun 08:51
7389975
Compare
Choose a tag to compare
  • Avoid using the instant algorithm (#160)

v4.2.1

11 Jun 08:50
33ac601
Compare
Choose a tag to compare
  • Match more ActiveRecord::StatementInvalid errors for trilogy (#157)

v4.2.0

04 Mar 14:23
5b92392
Compare
Choose a tag to compare
  • Support drop/set default in change_colum operations (#156)

4.1.1

22 Nov 08:13
4fd8436
Compare
Choose a tag to compare
  • Fix check for warnings against PK in MySQL 8+ (#154)

4.1.0

12 Oct 17:36
5f748d2
Compare
Choose a tag to compare
  • Test against MySQL 8.0.
  • Test against Ruby Head.
  • Drop support for ActiveRecord below version 6.1, as it has reached EOL.
  • Add support for Trilogy MySQL client. It's works with built in ActiveRecord adapter from Rails 7.1 on, as well as dedicated one in older Rails versions.