Skip to content

Commit

Permalink
Merge pull request #126 from hhkkxxx133/new_release_1.1.7
Browse files Browse the repository at this point in the history
Prepare release 1.1.7
  • Loading branch information
sidyag authored Jun 20, 2023
2 parents 0722020 + 0102042 commit 4e75798
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.6</version>
<version>1.1.7</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.7
- Add support to pass session credentials to an STS role credential provider
- Add support for external id for role-based authentication

### Release 1.1.6
- Update dependencies to address the following security vulnerability
* CVE-2022-41915
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-02-01T09:51:00Z
#Updated on 2023-06-20T15:25:00Z
platform=java
version=1.1.6
version=1.1.7

0 comments on commit 4e75798

Please sign in to comment.