Skip to content

Releases: commercetools/fs2-queues

v0.5.0

07 Oct 07:32
a769474
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

19 Sep 08:02
e4a23d6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

21 Aug 15:06
7174f94
Compare
Choose a tag to compare

What's Changed

  • Introducing a message handler abstraction by @AL333Z in #24
  • Add Azure global settings for queue creation by @satabin in #27
  • Seal the API traits by @satabin in #28

Full Changelog: v0.2.0...v0.3.0

v0.2.0

04 Jul 12:10
c5e8c28
Compare
Choose a tag to compare

This release brings some enhancements and stability in the API.

  • Experimental support for GCP Pub/Sub (see #19)
  • Decouple deserialization errors from processing errors (see #21)
  • Add support for querying basic statistics for queues (see #25)

For a full list of closed issues and PRs, you can refer to the milestone

v0.1.0

14 May 06:34
d30f33e
Compare
Choose a tag to compare

This is the first release of the library.

It includes the basic feature to publish and subscribe to queues with implementations for SQS and Azure Service Bus Queues.

It also provides some integration with circe for data encoding and decoding, as well as otel4s with support for traces and metrics.