Skip to content

Releases: simplifi/elsa_fi

v3.3.0

07 Aug 17:55
d226343

Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.3.0

v3.2.0

19 Jun 18:26
2e9bd10

Choose a tag to compare

What's Changed

  • Add Assignments complete callback.
  • Fix race condition in WorkerSupervisor.
  • Fix error in WorkerSupervisor supervision tree.
  • Improve lifecycle callback documentation.
    by @nathanmonteleone in #14

Full Changelog: v3.1.0...v3.2.0

v3.1.0

02 Jun 23:05
60b81a6

Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0

28 May 21:01
228940d

Choose a tag to compare

Breaking Changes

  • Elsa.Util.partition_count now returns a tuple of {:ok, integer} or {:error, reason} instead of a single integer. If this is breaking compilation, the easiest way to update any application code is to replace it with the new Elsa.Util.partition_count! version of the function. Effectively the behavior of partition_count! will be similar to the old partition_count, because the old version would raise a pattern match failure if the underlying get_metadata call failed.

Other Changes

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

v2.5.0 - Fix a bug that caused a rewind in some cases if the handler crashed

30 Apr 17:39
94ff633

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0 - additional stability fixes for WorkerSupervisor

09 Apr 14:29
052b256

Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0 - Fix a race condition in WorkerSupervisor restart

03 Apr 19:45
026ae4b

Choose a tag to compare

What's Changed

  • Add terminate_child so we get a more reliable shutdown of the dynamic… by @nathanmonteleone in #5

Full Changelog: v2.2.0...v2.3.0

v2.2.0 - Upgrade to brod 4.4.0

02 Apr 21:35
d2b5584

Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0 - Faster shutdown of consumer workers

02 Apr 17:08
cb00d1c

Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.1.0

v2.0.2 - Credo cleanup

01 Apr 22:44
ebfd51b

Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2