Skip to content

Latest commit

 

History

History
74 lines (56 loc) · 2.11 KB

CHANGELOG.md

File metadata and controls

74 lines (56 loc) · 2.11 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.7.0] - 2019-07-29

Changed

  • Use a single standard SQS queue for all types of messages.
  • Configuration requires a queue URL instead of a queue name.
  • Removed batch signaling.
  • Removed the deprecated 0.4.x API.

Fixed

  • Long message processing times can cause the SQS queue to be clogged.

Added

  • Log unhandled messages.

0.6.1 - 2019-07-29

Fixed

  • Fixed a crash that occurred when deleting SQS messages.

0.6.0 - 2019-07-26

Added

  • Telemetry events are now fired during event handling.
  • Events can be delivered directly to handlers, bypassing the queue.

Changed

  • Messages are now deleted after handlers complete.

Fixed

  • Fixed a crash that occurred when message decoding failed.

0.5.1 - 2019-06-04

Changed

  • Documentation and test updates.

Fixed

  • Work around a hackney issue leaving SSL messages in queue.
  • Improve crash handling in the poller.

0.5.0 - 2019-04-16

  • Major rewrite.
  • Add a new API and deprecate the old one.

0.4.0 - 2018-04-30

Changed

  • Support timeouts longer than 15 minutes.

0.3.0 - 2018-04-19

Changed

  • Renamed send to call_after.
  • Update README.md.

0.2.0 - 2018-04-19

Added

  • Add documentation to README.md

0.1.0 - 2018-04-18

Initial release.