Skip to content

Commit

Permalink
Release 0.12.3 of the Amazon Kinesis Producer Library
Browse files Browse the repository at this point in the history
* The Java process will periodically reset the last modified times for
  native components. This will help to ensure that these files aren't
  deleted by automated cleanup scripts.
  * Fixes Issue #81
  • Loading branch information
pfifer committed Nov 25, 2016
1 parent 9bfd8d8 commit 23d4dfd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ For detailed information and installation instructions, see the article [Develop

## Release Notes

### 0.12.3

#### Java

* The Java process will periodically reset the last modified times for native components. This will help to ensure that these files aren't deleted by automated cleanup scripts.
* Fixes [Issue #81](https://github.com/awslabs/amazon-kinesis-producer/issues/81)

### 0.12.2

#### C++ Core
Expand Down
2 changes: 1 addition & 1 deletion java/amazon-kinesis-producer-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>amazon-kinesis-producer</artifactId>
<version>0.12.2</version>
<version>0.12.3</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
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.3-SNAPSHOT</version>
<version>0.12.3</version>
<name>Amazon Kinesis Producer Library</name>

<scm>
Expand Down

0 comments on commit 23d4dfd

Please sign in to comment.