We accidentally switched to short-polling in v0.7.0 from the default (long polling) that was previously there. This caused user's AWS bills to increase when using default settings which was not desirable. The current default has now moved back to long-polling (20 seconds).
Special thanks to @fabian-braun for pointing this out and he has linked some good documentation on this matter
What's Changed
- Update zio-aws-netty, zio-aws-sqs to 7.31.1.1 by @scala-steward in #802
- Update README.md by @zio-assistant in #803
- Update CODEOWNERS by @ghostdogpr in #807
- Update zio-aws-netty, zio-aws-sqs to 7.31.1.5 by @scala-steward in #806
- Update sbt, scripted-plugin to 1.10.11 by @scala-steward in #805
- Update zio-aws-netty, zio-aws-sqs to 7.31.6.1 by @scala-steward in #808
- Re-enable long polling (20 seconds) as the default by @calvinlfer in #810
Full Changelog: v0.7.3...v0.8.0