Releases: Shopify/lhm
Releases · Shopify/lhm
Release list
v4.5.1
What's Changed
- Create update before insert trigger by @coding-chimp in #181
Full Changelog: v4.5.0...v4.5.1
v4.5.0
What's Changed
- Update test matrix by @coding-chimp in #176
- Add option to force tables to use default engine by @coding-chimp in #175
- Drop support for EOL AR v6.1 by @coding-chimp in #178
- Change default algorithm for add/rename/remove column operations by @coding-chimp in #177
- Add support for tables with generated columns by @iamadalek in #141
Full Changelog: v4.4.2...v4.5.0
v4.4.2
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
What's Changed
- Make backup reduction available to all throttlers by @coding-chimp in #172
Full Changelog: v4.4.0...v4.4.1
v4.4.0
What's Changed
- Add rails-head to Appraisals setup by @driv3r in #169
- Handle max binlog size exceeded error with smaller batch by @Saadkhalid913 in #165
Full Changelog: v4.3.0...v4.4.0
v4.3.0
What's Changed
- Update docker compose command to be V2 compatible: by @Saadkhalid913 in #167
- Test against rails head by @driv3r in #168
New Contributors
- @Saadkhalid913 made their first contribution in #167
Full Changelog: v4.2.3...v4.3.0
v4.2.3
What's Changed
- Handle composite primary keys with line breaks (#164)
v4.2.2
- Avoid using the instant algorithm (#160)
v4.2.1
- Match more ActiveRecord::StatementInvalid errors for trilogy (#157)
v4.2.0
- Support drop/set default in change_colum operations (#156)