Skip to content

0.2.0

Compare
Choose a tag to compare
@ajbeach2 ajbeach2 released this 25 Jun 20:22
· 5 commits to master since this release
0189b0e
  • Update Henson-SQS to use asyncio coroutines for sending and receiving
    messages as required by Henson>=0.5.0 (Backwards Incompatible)
  • Register a message acknowledgement callback to delete the incoming message
    from the queue after processing has finished
  • Remove the SQS_DELETE_MESSAGES_ON_READ setting
  • Make queue URL and AWS credentials settings optional
  • Bugfix: postpone internal message queue creation until it's needed by the
    _consume function
  • Bugfix: _begin_consuming needs to return the future, otherwise the exceptions are not bubbled up to Henson