Skip to content

Releases: zio/zio-sqs

v0.6.4

07 Nov 14:21
feeb3cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.6.4

v0.6.3

31 Oct 14:44
0d17fc9
Compare
Choose a tag to compare

What's Changed

  • Update zio-aws-netty, zio-aws-sqs to 7.28.29.2 by @scala-steward in #742
  • Update README.md by @zio-assistant in #743

Full Changelog: v0.6.2...v0.6.3

v0.6.2

30 Oct 13:39
011c268
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @zio-assistant made their first contribution in #722

Full Changelog: v0.6.1...v0.6.2

v0.6.1

03 Sep 15:20
1929992
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

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)