Releases: zio/zio-sqs
Releases · zio/zio-sqs
v0.4.0
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
- 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
- Added support to delayed delivery of single messages #362 by @aquamatthias
- Updated sqs to 2.14.15
v0.3.0
- Upgraded ZIO to 1.0.0
- Upgraded sqs to 2.13.66
v0.2.7
- Upgraded ZIO to 1.0.0-RC21
- Upgraded sqs to 2.13.41
v0.2.6
- Upgraded ZIO to 1.0.0-RC20
- Upgraded sqs to 2.13.23
v0.2.5
- Upgraded ZIO to 1.0.0-RC19
- Upgraded sqs to 2.13.18
v0.2.4
- Remove useless dependency on Clock
- Updated sqs to 2.13.9
v0.2.3
v0.2.2
Upgrade dependencies:
- zio to 1.0.0-RC18-2
- sqs to 2.10.84