All Versions
11
Latest Version
Avg Release Cycle
47 days
Latest Release
1883 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.0.1 Changes
January 31, 2020๐ This release is basically identical to
v0.4.3
with the exception of a bumpedpg
gem. See CHANGELOG.md for details. -
v0.4.3 Changes
April 23, 2019v0.4.2 had a change that caused the logger to be eagerly initialized which made it not possible to set your own logger.
-
v0.4.2 Changes
April 22, 2019๐ #19 was fixed and now we retry on a broken
PG::Connection
-
v0.4.1 Changes
March 21, 2019๐ This release fixes a bug with partitioning for month-based tables when the month was < 10. See CHANGELOG.md for details.
-
v0.4.0 Changes
December 06, 2018๐ Changes
- Add
only:
option toassert_tables
so users can assert on onlypast
orfuture
tables if they wish. - Fix #21 by adding documentation on how to migrate existing data from unpartitioned tables
- Add
-
v0.3.3 Changes
November 30, 2018โก๏ธ See the CHANGELOG.md that I remembered to update this time. Fixes #24
-
v0.3.2 Changes
November 29, 2018๐ Changes
- Fix behavior of
undo_partitioning
to drop intermediate tables ifpartition_table
failed before swapping tables.
- Fix behavior of
-
v0.3.1 Changes
October 22, 2018๐ Changes
- Bump up
approved_tables
toPgDice
module.
- Bump up
-
v0.3.0 Changes
October 21, 2018๐ Changes
- Delegate methods from the management classes onto the
PgDice
module itself.- This means the api for this project is significantly more simple to use.
- Delegate methods from the management classes onto the
-
v0.2.1 Changes
October 21, 2018๐ See the CHANGELOG for details.
๐ Long story short I renamed a method and tweaked the readme. Once v1 is released this type of change would be a major version bump.