Skip to content

v2.0.0-beta.14

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jan 14:38
· 8 commits to beta since this release
dca7620

2.0.0-beta.14 (2024-01-19)

Features

  • Throw by default from failed SQS publish (#1194) (dca7620)

BREAKING CHANGES

  • SQSService#publish throws by default instead of
    handling errors. To maintain old behaviour, you can pass "catch" in
    the failureMode parameter.