Skip to content

Commit

Permalink
Release v0.12.8 of the Amazon Kinesis Producer Library (#168)
Browse files Browse the repository at this point in the history
* Ensure that all certificates are registered the `FileAgeManager` to prevent file sweepers from removing them
  * PR #165: #165
* Upgrade aws-java-sdk-core to 1.11.245
  * Issue #164: #164
  * PR #166: #166
  • Loading branch information
pfifer committed Dec 12, 2017
1 parent 8cdacf7 commit 94789ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ For detailed information and installation instructions, see the article [Develop

## Release Notes

### 0.12.8

#### Java
* Ensure that all certificates are registered the `FileAgeManager` to prevent file sweepers from removing them
* [PR #165](https://github.com/awslabs/amazon-kinesis-producer/pull/165)
* Upgrade aws-java-sdk-core to 1.11.245
* [Issue #164](https://github.com/awslabs/amazon-kinesis-producer/issues/164)
* [PR #166](https://github.com/awslabs/amazon-kinesis-producer/pull/166)

### 0.12.7

#### C++ Core
Expand Down
2 changes: 1 addition & 1 deletion java/amazon-kinesis-producer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.amazonaws</groupId>
<artifactId>amazon-kinesis-producer</artifactId>
<version>0.12.8-SNAPSHOT</version>
<version>0.12.8</version>
<name>Amazon Kinesis Producer Library</name>

<scm>
Expand Down

0 comments on commit 94789ff

Please sign in to comment.