Skip to content

Releases: trusted/iron_trail

v0.1.1

04 Feb 15:03
edc859f
Compare
Choose a tag to compare

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

29 Jan 19:02
fe48971
Compare
Choose a tag to compare

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

22 Jan 19:27
8ce1a88
Compare
Choose a tag to compare

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

06 Jan 17:07
@izn izn
8ac082d
Compare
Choose a tag to compare

Fixed

  • #travel_to now returns nil when no versions are found in the specified timestamp.

v0.0.4

30 Dec 17:46
219031f
Compare
Choose a tag to compare

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