You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)