Skip to content

Releases: IlluminusLimited/pgdice

First stable release!

31 Jan 13:43
a525ca2
Compare
Choose a tag to compare

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

23 Apr 19:27
Compare
Choose a tag to compare

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!

23 Apr 03:50
Compare
Choose a tag to compare
Pre-release

#19 was fixed and now we retry on a broken PG::Connection

Months matter too!

21 Mar 18:41
Compare
Choose a tag to compare
Months matter too! Pre-release
Pre-release

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

07 Dec 04:51
Compare
Choose a tag to compare
Pre-release

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

30 Nov 15:28
01e9aa1
Compare
Choose a tag to compare
Pre-release

See the CHANGELOG.md that I remembered to update this time. Fixes #24

Undo partitions for real this time

29 Nov 16:04
dc16dab
Compare
Choose a tag to compare
Pre-release

Check out #22 for more details on this fix.

I approve of these tables

22 Nov 20:08
Compare
Choose a tag to compare
Pre-release

PgDice now responds to approved_tables. Yay!

Simpler API

21 Nov 22:24
1d159cc
Compare
Choose a tag to compare
Simpler API Pre-release
Pre-release

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

21 Nov 18:38
Compare
Choose a tag to compare
Tiny tweak Pre-release
Pre-release

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.