Skip to content

v3.0.0

Choose a tag to compare

@nathanmonteleone nathanmonteleone released this 28 May 21:01
· 14 commits to main since this release
228940d

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