Skip to content

Commit

Permalink
Merge pull request #321 from yatins47/yatins-test
Browse files Browse the repository at this point in the history
Adding release notes for 0.14.2 release.
  • Loading branch information
yatins47 authored Nov 20, 2020
2 parents c559503 + 3c5caf1 commit ac4d2c8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
## Changelog
### 0.14.2
* [PR #320] Adding support for Glue Schema Registry.
* Serialize and send schemas along with records, support for compression and auto-registration of schemas.
* [PR #316] Bumping junit from 4.12 to 4.13.1
* [PR #312] Adding new parameter in KPL config to allow cert path to be overridden.
* [PR #310] Fixing bug to make the executor service to use 4*num_cores threads.
* [PR #307] Dependency Upgrade
* Upgrade Guava to 26.0-jre
* Update BOOST C++ Libraries link as cert expired on the older link

### 0.14.1
* [PR #302] Dependency Upgrade
* upgrade org.hibernate.validator:hibernate-validator 6.0.2.Final -> 6.0.18.Final
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,18 @@ If you have further questions [please open a GitHub Issue](https://github.com/aw
This is a restatement of the [notice published](https://docs.aws.amazon.com/streams/latest/dev/kinesis-kpl-upgrades.html) in the [Amazon Kinesis Data Streams Developer Guide][kinesis-developer-guide]

## Release Notes
### 0.14.2
* [PR #320] Adding support for Glue Schema Registry.
* Serialize and send schemas along with records, support for compression and auto-registration of schemas.
* [PR #316] Bumping junit from 4.12 to 4.13.1
* [PR #312] Adding new parameter in KPL config to allow cert path to be overridden.
* [PR #310] Fixing bug to make the executor service to use 4*num_cores threads.
* [PR #307] Dependency Upgrade
* Upgrade Guava to 26.0-jre
* Update BOOST C++ Libraries link as cert expired on the older link



### 0.14.1
* [PR #302] Dependency Upgrade
* upgrade org.hibernate.validator:hibernate-validator 6.0.2.Final -> 6.0.18.Final
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 @@ -56,7 +56,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>amazon-kinesis-producer</artifactId>
<version>0.14.1</version>
<version>0.14.2</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.14.1</version>
<version>0.14.2</version>
<name>Amazon Kinesis Producer Library</name>

<scm>
Expand Down

0 comments on commit ac4d2c8

Please sign in to comment.