Skip to content

v1.10.2

Compare
Choose a tag to compare
@release-drafter release-drafter released this 04 Feb 08:40
· 3502 commits to develop since this release
2591050

Changes

This quick release fixes:

  • batch processing utility when dealing with multiple exceptions when processing SQS records
  • package size for Python <3.8 where typing_extensions module was being installed unnecessarily
  • Typos in the documentation

🌟 Minor Changes

  • fix: remove unnecessary typing-extensions for py3.8 (#281) by @nadobando

📜 Documentation updates

🐛 Bug and hot fixes

  • fix: batch processing exceptions (#276) by @cakepietoast

Internal

This release was made possible by the following contributors:

@cakepietoast, @heitorlessa, @michaelbrewer and @nadobando