Skip to content

Commit

Permalink
Merge pull request #133 from hhkkxxx133/new-release
Browse files Browse the repository at this point in the history
Prepare release 1.1.8
  • Loading branch information
sidyag authored Aug 10, 2023
2 parents 69f62e5 + a97b50e commit 31ae54a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The recommended way to use this library is to consume it from maven central whil
<dependency>
<groupId>software.amazon.msk</groupId>
<artifactId>aws-msk-iam-auth</artifactId>
<version>1.1.7</version>
<version>1.1.8</version>
</dependency>
```
If you want to use it with a pre-existing Kafka client, you could build the uber jar and place it in the Kafka client's
Expand Down Expand Up @@ -502,6 +502,10 @@ public static String UriEncode(CharSequence input, boolean encodeSlash) {

## Release Notes

### Release 1.1.8
- Add support for STS regional endpoint
- Update AWS SDK dependencies to the latest to address the security vulnerabilities

### Release 1.1.7
- Add support to pass session credentials to an STS role credential provider
- Add support for external id for role-based authentication
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Updated on 2023-06-20T15:25:00Z
#Updated on 2023-06-20T13:45:00Z
platform=java
version=1.1.7
version=1.1.8

0 comments on commit 31ae54a

Please sign in to comment.