v1.10.2
release-drafter
released this
04 Feb 08:40
·
3502 commits
to develop
since this release
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
- docs(appconfig): Use correct import for docstring (#271) by @michaelbrewer
- chore: typo in parser docs (#274) by @heitorlessa
🐛 Bug and hot fixes
- fix: batch processing exceptions (#276) by @cakepietoast
Internal
- chore: bump to 1.10.2 (#282) by @heitorlessa
- chore: fix immer and socket.io CVEs (#278) by @heitorlessa
This release was made possible by the following contributors:
@cakepietoast, @heitorlessa, @michaelbrewer and @nadobando