Skip to content

Commit d98ba6e

Browse files
authored
Merge pull request #480 from awslabs/pub-v0.15.4
Prepare for KPL Release 0.15.4
2 parents 96e7933 + 0159733 commit d98ba6e

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Changelog
22

3+
### 0.15.4
4+
35
### 0.15.3
46
* [#478](https://github.com/awslabs/amazon-kinesis-producer/pull/478) Update AWS SDK CPP version
57

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ If you have further questions [please open a GitHub Issue](https://github.com/aw
6060
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]
6161

6262
## Release Notes
63+
### 0.15.4
6364

6465
### 0.15.3
6566
* [#478](https://github.com/awslabs/amazon-kinesis-producer/pull/478) Update AWS SDK CPP version

java/amazon-kinesis-producer-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>com.amazonaws</groupId>
5858
<artifactId>amazon-kinesis-producer</artifactId>
59-
<version>0.15.3</version>
59+
<version>0.15.4</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.slf4j</groupId>

java/amazon-kinesis-producer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.amazonaws</groupId>
55
<artifactId>amazon-kinesis-producer</artifactId>
6-
<version>0.15.3</version>
6+
<version>0.15.4</version>
77
<name>Amazon Kinesis Producer Library</name>
88

99
<scm>

java/amazon-kinesis-producer/src/main/java/com/amazonaws/services/kinesis/producer/GlueSchemaRegistrySerializerInstance.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
public final class GlueSchemaRegistrySerializerInstance {
1212

1313
private volatile GlueSchemaRegistrySerializer instance = null;
14-
private static final String USER_AGENT_APP_NAME = "kpl-0.15.3";
14+
private static final String USER_AGENT_APP_NAME = "kpl-0.15.4";
1515

1616
/**
1717
* Instantiate GlueSchemaRegistrySerializer using the KinesisProducerConfiguration.

0 commit comments

Comments
 (0)