You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+10-5
Original file line number
Diff line number
Diff line change
@@ -64,21 +64,26 @@ build, use this command::
64
64
65
65
Release Notes
66
66
-------------
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
+
67
72
Release 1.1.0 (Jun 1, 2017)
68
73
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69
74
* Add support for different formats for SQS messages from the same SQS queue to identify CloudTrail log files. This includes the following:
70
75
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.
74
79
75
80
* 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:
76
81
77
82
* Parsing message failure:
78
83
79
-
* File is not JSON
84
+
* File is not JSON.
80
85
* 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.
82
87
83
88
* Consuming log failure, such as processing events in a log file.
0 commit comments