-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#61: Fixed bug that skips setting SSL keystore and truststore file wh…
…en using `SASL_SSL` protocol (#62) Co-authored-by: jakobbraun <[email protected]>
- Loading branch information
1 parent
c341ce1
commit bb8c055
Showing
6 changed files
with
76 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Kafka Connector Extension 1.5.1, released 2021-10-15 | ||
|
||
Code name: Fixed setting SSL keystore and truststore files | ||
|
||
## Summary | ||
|
||
This release fixes a bug that skips setting SSL keystore and truststore files when using `SASL_SSL` protocol. | ||
|
||
## Bug Fixes | ||
|
||
* #61: Fixed bug that skips setting SSL files when using SASL_SSL protocol | ||
|
||
## Dependency Updates | ||
|
||
### Runtime Dependency Updates | ||
|
||
### Test Dependency Updates | ||
|
||
* Updated `com.exasol:exasol-testcontainers:5.1.0` to `5.1.1` | ||
|
||
### Plugin Updates |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters