Skip to content

Releases: francescopepe/formigo

v0.0.10

22 Oct 13:41
c9fd186
Compare
Choose a tag to compare

0.0.10 (2024-10-22)

Features

  • export Worker, Consumer and Handlers (3e4b72c)

v0.0.9

27 Aug 21:43
3ead0c6
Compare
Choose a tag to compare

0.0.9 (2024-08-27)

Features

  • make the retriever stop immediately if the context is canceled (0ffeeae)

v0.0.8

22 Aug 08:21
cc77bc3
Compare
Choose a tag to compare

0.0.8 (2024-08-22)

Features

  • add batch response to support partial failures (a9f90db)
  • make formigo.Message JSON encodable (9d72b46)
  • pass formigo message to handlers to get more info (1967ed6)

chore

  • rename single message handler and consumer to message handler and consumer (0936e34)

BREAKING CHANGES

  • multiMessageHandler renamed to batchHandler. It now requires a BatchResponse
  • single message handler and consumer renamed
  • messages passed to the handlers are not the queue messages, but formigo ones.

v0.0.7

17 Jun 15:15
8181967
Compare
Choose a tag to compare

0.0.7 (2024-06-17)

Features

  • reportFunc returns a boolean value to decide whether the error counts towards to threshold (ab739c8)

BREAKING CHANGES

  • reportFunc must return a boolean

v0.0.6

16 Feb 21:19
24d1260
Compare
Choose a tag to compare

0.0.6 (2024-02-16)

Bug Fixes

v0.0.5

12 Feb 15:17
e4e8e86
Compare
Choose a tag to compare

What's Changed

  • chore: rename module to match repo name by @RichToms in #9

Full Changelog: v0.0.4...v0.0.5

v0.0.4

12 Feb 11:29
1df7df7
Compare
Choose a tag to compare

What's Changed

  • De-duplicate message batch prior to deletion by @RichToms in #8

New Contributors

Full Changelog: v0.0.3...v0.0.4

v0.0.3

10 Jul 14:48
68e6c72
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

07 Jul 13:50
96467d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.2

v0.0.1

06 Jul 21:05
4654807
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/francescopepe/go-queue-worker/commits/v0.0.1