Skip to content

Commit 11cd7d0

Browse files
committed
'Version 1.1.1 of the AWS CloudTrail Processing Library'
1 parent 6de18d4 commit 11cd7d0

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: AWS CloudTrail Processing Library for Java
44
Bundle-SymbolicName: com.amazonaws.awscloudtrailprocessinglibrary;singleton:=true
5-
Bundle-Version: 1.1.0
5+
Bundle-Version: 1.1.1
66
Bundle-Vendor: Amazon Technologies, Inc
77
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
88
Require-Bundle: com.amazonaws.sdk;bundle-version="1.11.135"

README.rst

+10-5
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,26 @@ build, use this command::
6464

6565
Release Notes
6666
-------------
67+
Release 1.1.1 (Nov 30, 2017)
68+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69+
* Added support for Boolean identification of management events.
70+
* Updated the CloudTrail event version to 1.06.
71+
6772
Release 1.1.0 (Jun 1, 2017)
6873
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6974
* Add support for different formats for SQS messages from the same SQS queue to identify CloudTrail log files. This includes the following:
7075

71-
* Notifications that CloudTrail sends to an SNS topic
72-
* Notifications that Amazon S3 sends to an SNS topic
73-
* Notifications that Amazon S3 sends directly to the SQS queue
76+
* Notifications that CloudTrail sends to an SNS topic.
77+
* Notifications that Amazon S3 sends to an SNS topic.
78+
* Notifications that Amazon S3 sends directly to the SQS queue.
7479

7580
* Add support for the new deleteMessageUponFailure property. Use this property to delete messages that the CloudTrail Processing Library can't process, such as the following:
7681

7782
* Parsing message failure:
7883

79-
* File is not JSON
84+
* File is not JSON.
8085
* Notification is not an `s3:ObjectCreated:Put event`__.
81-
* CloudTrail digest files, and other formats such as .jpeg or txt are unsupported
86+
* CloudTrail digest files, and other formats such as .jpeg or txt are unsupported.
8287

8388
* Consuming log failure, such as processing events in a log file.
8489

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>aws-cloudtrail-processing-library</artifactId>
66
<packaging>jar</packaging>
77
<name>AWS CloudTrail Processing Library for Java</name>
8-
<version>1.1.0</version>
8+
<version>1.1.1</version>
99
<description>AWS CloudTrail Processing Library for Java helps Java
1010
developers to easily consume and process log files from AWS
1111
CloudTrail.

0 commit comments

Comments
 (0)