Skip to content

0.5.2

Compare
Choose a tag to compare
@Zsmerritt Zsmerritt released this 26 Jan 07:42
· 27 commits to main since this release

[0.5.2] - 2022/01/25

  • Fixed issue where message bytes exceeded max in rare cases with many small messages
  • Added optional arguments
    • maxBytesPerMessage Changes how large each message can be before [largeMessageBehavior] takes effect. Min 5, Max 262116
    • maxBytesPerRequest Changes how many bytes can be sent in each API request before a second request is made.
    • maxMessagesPerRequest Changes the maximum number of messages that can be sent in each API request
  • Added special case for timeout exception with detail message & steps forward
  • Updated README with info on new optional arguments
  • Added special case for InvalidParameterException along with instructions for reporting them

Full Changelog: 0.5.1...0.5.2