Skip to content

0.22.0

Compare
Choose a tag to compare
@kalaspuff kalaspuff released this 25 Feb 07:24
· 1117 commits to master since this release
b0bed97

Improvements to previous behaviour for middlewares

  • Handle exceptions lower in the stack for messaging services (AMQP and AWS SNS+SQS handlers), which now allows catching exceptions in middlewares, which was previously not possible. Note that existing middlewares calling underlying functions may differ in their behaviour unless logic catching raised exceptions with try-finally is applied. (github: @justcallmelarry)

Additional updates

  • Improved documentation for uses of tomodachi.get_service (github: @jmfederico)
  • Type hint annotation improvements.