Skip to content

Releases: zio/zio-sqs

v0.6.0

19 Jul 00:08
4d049ed
Compare
Choose a tag to compare

This release brings support for Scala 3.

v0.5.0

05 Jul 07:54
341faca
Compare
Choose a tag to compare

This version brings support for ZIO 2.0 final.

v0.4.3

21 Dec 20:05
f4104ed
Compare
Choose a tag to compare

This version only updates dependencies: zio-aws to 3.17.100.3 and zio to 1.0.13 (#598 by @lmlynik).

v0.4.2

10 Feb 12:31
7ca7850
Compare
Choose a tag to compare

Changes

v0.4.1

30 Nov 00:06
8b21ed0
Compare
Choose a tag to compare
  • Fixed an issue causing the producer to halt on sqs errors (#458) by @gchudnov

v0.4.0

17 Nov 09:28
7ade248
Compare
Choose a tag to compare

zio-sqs is now built on top of zio-aws, a library of auto-generated wrapper classes for all AWS services based on the AWS Java SDK. This has the advantage of staying up to date with newer SDK versions more easily and allows zio-sqs to focus more on adding higher-level functionality. It also promotes interoperability with other (future) libraries for AWS which are based on zio-aws. The README and examples have been updated. (#436 by @svroonland)

v0.3.2

07 Oct 02:30
d567121
Compare
Choose a tag to compare
  • Upgraded ZIO to 1.0.2 (there was a binary compatibility issue with ZStream.fromQueue, so you need to upgrade if you use ZIO 1.0.2).

v0.3.1

11 Sep 08:15
2f992cc
Compare
Choose a tag to compare
  • Added support to delayed delivery of single messages #362 by @aquamatthias
  • Updated sqs to 2.14.15

v0.3.0

04 Aug 00:33
06f9c44
Compare
Choose a tag to compare
  • Upgraded ZIO to 1.0.0
  • Upgraded sqs to 2.13.66

v0.2.7

20 Jun 10:34
71251d3
Compare
Choose a tag to compare
  • Upgraded ZIO to 1.0.0-RC21
  • Upgraded sqs to 2.13.41