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.
- 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.
- Long message processing times can cause the SQS queue to be clogged.
- Log unhandled messages.
0.6.1 - 2019-07-29
- Fixed a crash that occurred when deleting SQS messages.
0.6.0 - 2019-07-26
- Telemetry events are now fired during event handling.
- Events can be delivered directly to handlers, bypassing the queue.
- Messages are now deleted after handlers complete.
- Fixed a crash that occurred when message decoding failed.
0.5.1 - 2019-06-04
- Documentation and test updates.
- 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
- Support timeouts longer than 15 minutes.
0.3.0 - 2018-04-19
- Renamed
send
tocall_after
. - Update README.md.
0.2.0 - 2018-04-19
- Add documentation to README.md
0.1.0 - 2018-04-18
Initial release.