Releases: camitz/CloudWatchAppender
Releases · camitz/CloudWatchAppender
Bugfixes
5.0.4-beta Bins were not included in some packages
4.7.0.6
Introducing 5.0
5.0.1-beta Update deploy.
4.7.0.5
Moved to AWS SDK 3.0 dependency
Updated dependencies
Moved to AWS SDK 3.0 dependency
4.7-beta Tests pass.
Going to beta
4.6-beta Move to beta
Zero values allowed
Previously zero values in was defaulted to 1. This may be considered a breaking change for a limited category of users and then in a limited number of cases.
Zero values allowed
Previously zero values in was defaulted to 1. This may be considered a breaking change for a limited category of users and then in a limited number of cases.
Resolving issue 14 and 15
Resolving issue #14:
- Metadata requests were not retried and hence often failed. Messages like NoInstanceID were cached.
- Now properly attempts 10 times with 2 second timeout.
- Error messages may still result as pattern output but this is transient once metadata can be collected.
Resolving issue #15
- MessageParsers can be replaced. DummyLogEventMessageParser is provided for convenience.
- This resolves the problem when you really want reserved keynames to appear in the message, as in
Message: my important message
.