Skip to content

v0.15.3: consumer & retry enhancements (2020-09-11)

Compare
Choose a tag to compare
@mpareja mpareja released this 11 Sep 13:10
· 25 commits to master since this release

Highlights

  • consumer: allow specifying identifier without consumer group details. Unique identifiers must be provided when operating multiple consumers on the same stream to ensure consumer positions are tracking distinctly.
  • retry: propagate the value returned by the function being retried

Commits

  • (e317d51) consumer: allow specifying identifier without consumer group details
  • (7a53756) package: upgrade pg to 8.3.3, confirmed no performance regressions
  • (c80e3ef) retry: support returning the value returned by the retried function
  • (ac9bd3f) CHANGELOG: correct typo