Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

38 lines (22 loc) · 1.39 KB

CHANGELOG

0.4.1

  • Add support for ActiveRecord 7.0.1 (#69)

0.4.0

  • Add support for ActiveRecord 7 (#67)

0.3.0

  • Fix compatibility for ActiveRecord 6.1 (#61)

0.2.3

  • Add comma to allowed characters when cleaning SQL queries (#52)

0.2.2

  • 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)

0.2.1

  • Fix bug caused by missing require 'ghost_adapter' for non-rails apps (#34)

0.2.0

  • Add templating to configuration values. See the docs for more info on how to use this feature.

0.1.4

  • Fix bug caused by missing require 'open3' that occurs for some ruby versions

0.1.3

  • Fix bug #26 causing environment configuration to be overwritten by some other configuration methods.

0.1.2

  • Fix bug #28 that resulted in add_index and remove_index calls to not run through gh-ost