###Fixes
- Add ability to test code that contains faktory batches by returning default values for these rather than crashing/timing out
- Fixes issue where ports that timed our of were closed upstream were not closed in faktory_worker (#172)
- Add more granular warn/error level logging for various events in telemetry (#166)
FaktoryWorker.send_command/2
added to make one-off commands more ergonomic- support added for
TRACK GET
andTRACK SET
commands
- Push timeouts will no longer
raise
by default (instead of raising, they will now return{:error, :timeout}
).
- Fix
parent_id
vsparent_bid
This was a typo making passing of children batches require usingparent_id
overparent_bid
which the docs say - Bump some deps with dependabot (
telemetry
1.0.0 to 1.1.0,ex_doc
from0.28
to0.28.3
- Removed Broadway to simplify supervision tree #149
- Updated exDoc #151
- Enterprise batching support in #139