Skip to content

Commit

Permalink
Preparing for release 0.15.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Naman Kumar authored and namanksrivastava committed Oct 9, 2023
1 parent 655e172 commit ee57529
Showing 5 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog
## 0.15.8
* [#537](https://github.com/awslabs/amazon-kinesis-producer/pull/537) Update to latest version of Glue Schema Registry library

## 0.15.7
* [#498](https://github.com/awslabs/amazon-kinesis-producer/pull/498) Fix some memory leak cases in legacy code
* Upgrade SDK version to avoid s2n_cleanup related memory leak
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -65,6 +65,9 @@ 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.15.8
* [#537](https://github.com/awslabs/amazon-kinesis-producer/pull/537) Update to latest version of Glue Schema Registry library

## 0.15.7
* [#498](https://github.com/awslabs/amazon-kinesis-producer/pull/498) Fix some memory leak cases in legacy code
* Upgrade SDK version to avoid s2n_cleanup related memory leak
2 changes: 1 addition & 1 deletion java/amazon-kinesis-producer-sample/pom.xml
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>amazon-kinesis-producer</artifactId>
<version>0.15.7</version>
<version>0.15.8</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
2 changes: 1 addition & 1 deletion java/amazon-kinesis-producer/pom.xml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.amazonaws</groupId>
<artifactId>amazon-kinesis-producer</artifactId>
<version>0.15.7</version>
<version>0.15.8</version>
<name>Amazon Kinesis Producer Library</name>

<scm>
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
public final class GlueSchemaRegistrySerializerInstance {

private volatile GlueSchemaRegistrySerializer instance = null;
private static final String USER_AGENT_APP_NAME = "kpl-0.15.7";
private static final String USER_AGENT_APP_NAME = "kpl-0.15.8";

/**
* Instantiate GlueSchemaRegistrySerializer using the KinesisProducerConfiguration.

0 comments on commit ee57529

Please sign in to comment.