Releases: zio/zio-sqs
Releases · zio/zio-sqs
v0.6.4
What's Changed
- Update zio-aws-netty, zio-aws-sqs to 7.28.29.3 by @scala-steward in #745
- Update sbt, scripted-plugin to 1.10.5 by @scala-steward in #744
- Update README.md by @zio-assistant in #747
Full Changelog: v0.6.3...v0.6.4
v0.6.3
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
What's Changed
- Update scala-library to 2.12.20 by @scala-steward in #721
- Update README.md by @zio-assistant in #722
- Update elasticmq-core, elasticmq-rest-sqs to 1.6.8 by @scala-steward in #723
- Update sbt to 1.10.2 by @scala-steward in #724
- Update scala3-library to 3.3.4 by @scala-steward in #726
- Update scala-library to 2.13.15 by @scala-steward in #725
- Update zio, zio-streams, zio-test, ... to 2.1.11 by @scala-steward in #728
- Update sbt-ci-release to 1.7.0 by @scala-steward in #727
- Update sbt-ci-release to 1.8.0 by @scala-steward in #729
- Update zio-aws-netty, zio-aws-sqs to 7.28.26.1 by @scala-steward in #736
- Update sbt, scripted-plugin to 1.10.3 by @scala-steward in #735
- Update elasticmq-core, elasticmq-rest-sqs to 1.6.9 by @scala-steward in #737
- Update sbt-ci-release to 1.9.0 by @scala-steward in #732
- ElasticMQ supports Scala 3 LTS so stop using cross version by @calvinlfer in #738
- Update sbt, scripted-plugin to 1.10.4 by @scala-steward in #741
- Update zio-aws-netty, zio-aws-sqs to 7.28.29.1 by @scala-steward in #740
New Contributors
- @zio-assistant made their first contribution in #722
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- Update libraries to latest by @calvinlfer in #720
New Contributors
- @calvinlfer made their first contribution in #720
Full Changelog: v0.6.0...v0.6.1
v0.6.0
This release brings support for Scala 3.
v0.5.0
This version brings support for ZIO 2.0 final.
v0.4.3
v0.4.2
Changes
- Update zio-aws-netty, zio-aws-sqs to 3.15.79.1 @scala-steward (#515)
- Update scala-collection-compat to 2.4.1 @scala-steward (#502)
- Update zio, zio-streams, zio-test, ... to 1.0.4 @scala-steward (#489)
v0.4.1
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)