Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 14:35
725ff6b

1.0.0 (2025-07-01)

Bug Fixes

  • try running commitlint from base to head insead (e1dea93)
  • update formigo reference and delete retract block in go.mod (84934ce)

Features

  • reportFunc returns a boolean value to decide whether the error counts towards to threshold (ab739c8)
  • add batch response to support partial failures (a9f90db)
  • export Worker, Consumer and Handlers (3e4b72c)
  • make formigo.Message JSON encodable (9d72b46)
  • make the retriever stop immediately if the context is canceled (0ffeeae)
  • 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.
  • reportFunc must return a boolean