- Chore: add short docs for how to release the gem (#76)
- Update activerecord requirement from >= 5, <= 7.2 to >= 5, <= 8.1 (#78)
- Add support for gh-ost v1.1.6 command line flags and drop deprecated flag (#79)
- Update activerecord requirement from >= 5, <= 7.1 to >= 5, <= 7.2 (#75)
- Add support for optional async argument (#72)
- Allow backticks in gh-ost query (#71)
- Add support for ActiveRecord 7.0.1 (#69)
- Add support for ActiveRecord 7 (#67)
- Fix compatibility for ActiveRecord 6.1 (#61)
- Add comma to allowed characters when cleaning SQL queries (#52)
- Bump rexml from 3.2.4 to 3.2.5 (security fix) (#35)
- Add azure configuration option now available with gh-ost v1.1.1 (#36)
- Fix bug caused by missing
require 'ghost_adapter'
for non-rails apps (#34)
- Add templating to configuration values. See the docs for more info on how to use this feature.
- Fix bug caused by missing
require 'open3'
that occurs for some ruby versions
- Fix bug #26 causing environment configuration to be overwritten by some other configuration methods.
- Fix bug #28 that resulted in add_index and remove_index calls to not run through
gh-ost