v3.0.0
Breaking Changes
Elsa.Util.partition_countnow 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 newElsa.Util.partition_count!version of the function. Effectively the behavior ofpartition_count!will be similar to the oldpartition_count, because the old version would raise a pattern match failure if the underlying get_metadata call failed.
Other Changes
- Use simplifi fork of brod while we wait for a PR to go through by @nathanmonteleone in #9
- Revert use of private brod in public repo by @nathanmonteleone in #10
- Rework Elsa.partition_count to optionally retry on failure by @nathanmonteleone in #11
- Add credo config and fix inconsistent alias usage by @nathanmonteleone in #12
Full Changelog: v2.5.0...v3.0.0