All Versions
23
Latest Version
Avg Release Cycle
60 days
Latest Release
3531 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.2.0 Changes
January 16, 2015- #84 - Require index names to be strings or symbols (Thibaut)
- #39 - Adding the ability to rename columns (erikogan)
- #67 - Allow for optional time filter on .cleanup (joelr)
-
v2.1.0 Changes
July 31, 2014- #48 - Add percentage output for migrations (@arthurnn)
- #60 - Quote table names (@spickermann)
- #59 - Escape table name in select_limit and select_start methods (@stevehodgkiss)
- #57 - Ensure chunking 'where' clause handled separately (@rentalcustard)
- #54 - Chunker handle stride changes (@rentalcustard)
- โฑ #52 - Implement ability to control timeout and stride from Throttler (@edmundsalvacion)
- ๐ #51 - Ensure Lhm.cleanup removes temporary triggers (@edmundsalvacion)
- #46 - Allow custom throttler (@arthurnn)
-
v2.0.0 Changes
July 10, 2013- #44 - Conditional migrations (@durran)
-
v1.3.0 Changes
May 28, 2013- โ Add Lhm.cleanup method for removing copy tables, thanks @bogdan
- Limit copy table names to 64 characters, thanks @charliesome
-
v1.2.0 Changes
February 22, 2013- โ Added DataMapper support, no API changes for current users. Refer to the README for information.
- ๐ Documentation updates. Thanks @tiegz and @vinbarnes.
-
v1.1.0 Changes
April 29, 2012- โ Add option to specify custom index name
- โ Add mysql2 compatibility
- โ Add AtomicSwitcher
-
v1.0.3 Changes
February 23, 2012- ๐ Improve change_column
-
v1.0.2 Changes
February 17, 2012- closes https://github.com/soundcloud/large-hadron-migrator/issues/11 this critical bug could cause data loss. table parser was replaced with an implementation that reads directly from information_schema.
-
v1.0.1 Changes
February 09, 2012- ๐ released to rubygems
-
v1.0.0 Changes
February 09, 2012- โ added change_column
- ๐ final 1.0 release