Releases: IlluminusLimited/pgdice
First stable release!
This release is basically identical to v0.4.3
with the exception of a bumped pg
gem. See CHANGELOG.md for details.
Fix broken logger initialization
v0.4.2 had a change that caused the logger to be eagerly initialized which made it not possible to set your own logger.
Retry on broken connections!
#19 was fixed and now we retry on a broken PG::Connection
Months matter too!
This release fixes a bug with partitioning for month-based tables when the month was < 10. See CHANGELOG.md for details.
Only: Is now an option
If you don't want to assert on both past
and future
tables you can use only:
now in assert_tables
.
See the CHANGELOG.md for more details
Stop breaking my rails tasks
See the CHANGELOG.md that I remembered to update this time. Fixes #24
Undo partitions for real this time
Check out #22 for more details on this fix.
I approve of these tables
PgDice
now responds to approved_tables
. Yay!
Simpler API
All the methods that users will use are now available on the PgDice
module. This will make metaprogramming around this gem much simpler.
Tiny tweak
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.