Skip to content

Releases: flant/artery

v1.4.2

30 Mar 09:20
2bb2cf6

Choose a tag to compare

What's Changed

v1.4.1

26 Mar 16:02

Choose a tag to compare

Changes

  • Hotfix methods publicity

v1.4.0

26 Mar 15:24
da147bf

Choose a tag to compare

What's Changed

Upgrading

There is new a migration, install it via rails artery:install:migrations. For new outbox publishing function you should configure it in initializer:

Artery.configure do |config|
  config.inline_publish = false
end

v1.3.1

26 Mar 10:58

Choose a tag to compare

What's Changed

v1.3.0

23 Mar 13:23
a54d14d

Choose a tag to compare

What's Changed

  • Fixed race condition when calculating previous_index #82
  • Refactored logging #83

Upgrading

There is new migration, install it via rails artery:install:migrations.

Bump rails dependency version to 8.1.1

25 Nov 09:39
6ceb5c0

Choose a tag to compare

Rails dependency version limited to 8.2 (< 8.2)