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.
- Don't prefix lines with our own timestamp, instead include it in the
dt
attribute. This ensures the client provided timestamps are honored.
2.0.3 - 2019-03-19
- Added terraform module under
/terraform
- Do not encode API key since it is no longer required
2.0.2 - 2019-02-24
- Update README
- Add RELEASING.md
2.0.1 - 2019-02-23
- Updated the logs endpoint from
/sources/:source_id
to/sources/:source_id/frames
2.0.0 - 2019-02-23
- Require a source ID parameter for log routing.
1.0.3 - 2019-01-23
- No functional changes. Documentation and CI was updated.
1.0.2 - 2018-01-12
- Updated the AWS SAM template to accept the
TIMBER_API_KEY
environment variable.
1.0.1 - 2017-08-26
- Ensure that multiple CloudWatch lines are joined with a \n character.
- Initial release