Skip to content

Releases: luismottacampos/pt-osc

v0.2.5

31 May 23:15
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release
  • added version requirement to mysql2 gem to keep things from breaking (thanks @taavi!) [#15]
  • prevent potentially dangerous usage of execute within a pt-osc (thanks @taavi!) [#16]
  • reconnect to MySQL if connection timed out during pt-osc execution (thanks @jongrieman!) [#17]

v0.2.4

09 Mar 04:23
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release
  • relaxed version requirements for bundler and activerecord-import

v0.2.3

09 Mar 04:04
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release
  • a warning will be issued if an ALTER command is called outside of a PtOscMigration

v0.2.2

14 Feb 23:40
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release
  • fix bugs with string quoting, use shellwords instead
  • added integration tests for execution of pt-osc migrations
  • support user and password flags in percona config
  • pull username and password from database config when available

v0.2.1 — YANKED

27 Jan 08:42
Compare
Choose a tag to compare
v0.2.1 — YANKED Pre-release
Pre-release

This version causes issues with normal MySQL commands and should not be used

  • properly quote string values in MySQL commands
  • added additional tests

v0.2.0

15 Jan 05:29
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • support for setting the --check-alter flag
  • internal improvements to the way percona options are handled
  • removed support for Ruby 1.9.2

v0.1.3

05 Oct 04:11
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release
  • fix for loading percona config
  • added test coverage for loading run_mode from config

v0.1.2

18 Aug 07:30
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

v0.1.1

18 Aug 06:21
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • now compatible with versions 0.5.0 and later of zdennis/activerecord-import
  • fixed LoadError in ActiveRecord::PtOscMigration

v0.1.0

18 Aug 06:41
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • renamed PtOscAdapter -> MysqlPtOscAdapter for better compatibility with Rails db Rake tasks.