Releases: j256/cloudwatch-logback-appender
Releases · j256/cloudwatch-logback-appender
2.1
2.0
- Render the log-stream name with the Ec2PatternLayout to support %date and other patterns.
- Added %uuid, %hostName, %hostAddress, %systemProperty, and %systemEnviron layout patterns.
- Added support for the handling of event messages larger than 256k. Thanks to @fs-aikito and @alexvanacker.
- Fixed event race conditions by adding copyEvents setting (default true). Thanks to @fs-aikito.
- Added printRejectedEvents config setting for sending failed events to stderr.
- Moved to requiring java 7.
1.11
1.9
- Create the Cloudwatch log-group and log-stream using reflection to hack around the AWS SDK incompatibility.
1.10
- Got rid of Long.compare(...). Not in Java 6.
1.8
- Added sorting of events before posting to CloudWatch because otherwise an exception is thrown by AWS.
1.7
- Fixed problem with the DefaultAWSCredentialsProviderChain properties. Thanks to alexfoxgill.
1.6
- Fix to the EC2 instance name lookup to add in the region. Thanks to alexfoxgill.
1.5
- Added support for cloudwatchappender.aws.accessKeyId cloudwatchappender.aws.secretKey properties.
- Better handling of sequence token with a retry.
- Added better unit tests and fixed a couple of wiring issues.