All Versions
11
Latest Version
Avg Release Cycle
47 days
Latest Release
1546 days ago

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 bumped pg gem. See CHANGELOG.md for details.

  • v0.4.3 Changes

    April 23, 2019

    v0.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 to assert_tables so users can assert on only past or future tables if they wish.
    • Fix #21 by adding documentation on how to migrate existing data from unpartitioned tables
  • 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 if partition_table failed before swapping tables.
  • v0.3.1 Changes

    October 22, 2018

    ๐Ÿ”„ Changes

    • Bump up approved_tables to PgDice module.
  • 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.
  • 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.