Skip to content

Releases: zio/zio-sqs

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

v0.2.6

26 May 00:09
8ec1e62
Compare
Choose a tag to compare
  • Upgraded ZIO to 1.0.0-RC20
  • Upgraded sqs to 2.13.23

v0.2.5

16 May 10:24
2dbed20
Compare
Choose a tag to compare
  • Upgraded ZIO to 1.0.0-RC19
  • Upgraded sqs to 2.13.18

v0.2.4

05 May 08:56
6bfb7f2
Compare
Choose a tag to compare
  • Remove useless dependency on Clock
  • Updated sqs to 2.13.9

v0.2.3

25 Apr 12:50
7b6a2e4
Compare
Choose a tag to compare
  • Made visibilityTimeout and waitTimeSeconds settings optional #258 by @kvnflm
  • Updated sqs to 2.13.3

v0.2.2

12 Mar 01:24
d89f4ab
Compare
Choose a tag to compare

Upgrade dependencies:

  • zio to 1.0.0-RC18-2
  • sqs to 2.10.84