Releases: trusted/iron_trail
Releases · trusted/iron_trail
v0.1.1
What's Changed
Added
IronTrail::DbFunctions#trigger_errors_metrics
method to be able to monitor error metrics
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Changed
- Use model timestamps (created_at, updated_at) for irontrail_changes.created_at column
- Use STATEMENT_TIMESTAMP() instead of NOW() for irontrail_changes.created_at column
Full Changelog: v0.0.6...v0.1.0
v0.0.6
Changed
- Dropped
pg_party
dependency and use regular tables in test suite - Test in CI with the latest versions
Full Changelog: v0.0.5...v0.0.6
v0.0.5
v0.0.4
Added
- Improved developer experience, added CONTRIBUTING.md docs
- Publish gem using a github workflow
Fixed
ActiveRecord::Reflection#reflect_on_all_associations
would not work for models having IronTrail enabled
Full Changelog: v0.0.3...v0.0.4