Skip to content

Releases: bkroeker/temporal_tables

v3.0.1

20 Feb 17:05
d502ba4
Compare
Choose a tag to compare

What's Changed

Fixed an issue when tables are using PKs not named id. If this change causes any bugs for you, please comment on the below linked PR ASAP.

Full Changelog: v3.0.0...v3.0.1

v3.0.0

11 Jan 22:27
edcb8d7
Compare
Choose a tag to compare

What's Changed

Added support for models with nested class names (e.g. Parent::Child)
Implemented monkey patch to workaround issue with the Rails StatementCache

Dropped support for Ruby < 3.0
Dropped support for Rails 6.0
Added support for Rails 7.1

PRs:

Full Changelog: v2.0.0...v3.0.0