Skip to content

Commit

Permalink
Merge pull request #553 from awslabs/pub-v0.15.9
Browse files Browse the repository at this point in the history
prepare for KPL release 0.15.9
  • Loading branch information
aakkem committed Dec 14, 2023
2 parents c26c293 + 3fef5c8 commit 30d5565
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,7 @@
## Changelog
## 0.15.9
* [#552](https://github.com/awslabs/amazon-kinesis-producer/pull/552) Add StreamARN parameter to support CAA
* StreamARN parameter can be now be used to benefit from Cross account access for KPL requests.
## 0.15.8
* [#537](https://github.com/awslabs/amazon-kinesis-producer/pull/537) Update to latest version of Glue Schema Registry library

Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -65,6 +65,10 @@ 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.9
* [#552](https://github.com/awslabs/amazon-kinesis-producer/pull/552) Add StreamARN parameter to support CAA
* StreamARN parameter can be now be used to benefit from Cross account access for KPL requests.

## 0.15.8
* [#537](https://github.com/awslabs/amazon-kinesis-producer/pull/537) Update to latest version of Glue Schema Registry library

Expand Down
2 changes: 1 addition & 1 deletion java/amazon-kinesis-producer-sample/pom.xml
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>amazon-kinesis-producer</artifactId>
<version>0.15.8</version>
<version>0.15.9</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java/amazon-kinesis-producer/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.amazonaws</groupId>
<artifactId>amazon-kinesis-producer</artifactId>
<version>0.15.8</version>
<version>0.15.9</version>
<name>Amazon Kinesis Producer Library</name>

<scm>
Expand Down
Expand Up @@ -11,7 +11,7 @@
public final class GlueSchemaRegistrySerializerInstance {

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

/**
* Instantiate GlueSchemaRegistrySerializer using the KinesisProducerConfiguration.
Expand Down

0 comments on commit 30d5565

Please sign in to comment.