Skip to content

0.15.0

Compare
Choose a tag to compare
@kalaspuff kalaspuff released this 27 Feb 09:22
· 1851 commits to master since this release
  • message_middleware will now receive four arguments instead of the earlier three. func: Callable, service: Any, message: Any, topic: str for SNS and func: Callable, service: Any, message: Any, route_key: str for AMQP. If you are using middlewares for messaging you will most likely need to update these.
  • Additional kwargs may be passed into the aws_sns_sqs_publish and amqp_publish functions and will be forwarded to the message_protocol build_message function.