Releases: akash-akya/off_broadway_redis_stream
Releases · akash-akya/off_broadway_redis_stream
v0.7.0
What's Changed
- Upgrade logging to use warning over warn by @mlaurenzano in #48
New Contributors
- @mlaurenzano made their first contribution in #48
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- offload Redis commands until after initilization to prevent crashing by @jzellman in #43
- Bump redix from 1.2.1 to 1.2.2 by @dependabot in #37
- Bump broadway from 1.0.6 to 1.0.7 by @dependabot in #38
- Bump ex_doc from 0.29.4 to 0.30.5 by @dependabot in #44
- Bump redix from 1.2.2 to 1.2.3 by @dependabot in #39
New Contributors
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Bump mox from 1.0.1 to 1.0.2 by @dependabot in #24
- Bump ex_doc from 0.28.3 to 0.29.4 by @dependabot in #35
- update ci workflow by @mlineen in #36
- Bump brodway to v1.0.6
- Bump redix to v1.2.1
New Contributors
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- feat: If the message metadata has a retry_after timestamp only retry that message once time has passed by @d-staehler in #21
- Bump ex_doc from 0.28.2 to 0.28.3 by @dependabot in #22
- Bump broadway from 1.0.2 to 1.0.3 by @dependabot in #20
Full Changelog: v0.3.0...v0.4.0
v0.3.0
- feat: add flag to XDEL messages when XACKing. Thanks to @d-staehler
- bump dependencies
v0.2.0
- bump dependencies: broadway, ex_doc, mox
- update locked dependencies: redix
v0.1.1
- Allow MKSTREAM to be set when creating consumer group