This file documents notable changes for each version.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added opencontainer labels to Docker.
- Build a static binary in Docker with rust-musl-builder
- Use alpine as running image.
- Updated to tokio 1.0 / warp 0.3 / prometheus 0.11
- Level of "sleeping for" log message is now
DEBUG
instead ofINFO
.
- Stop retrying to get events after 10 attempts.
- Removed healthcheck from Docker as it didn't work well with configuring the listen socket.
- Updated dependencies
- Updated docker base image to Rust 1.45.
- Support for AWS organizations.
- Retries with exponential backoff of describe_events calls.