Skip to content

Commit

Permalink
Make SSL optional when selecting SASL Auth
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <[email protected]>
  • Loading branch information
fbricon committed Jul 9, 2021
1 parent 889a606 commit f6a1f84
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4,670 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@ All notable changes to `Tools for Apache Kafka®` are documented in this file.
## [0.13.0]
### Added
- Show cluster state in kafka file. See [#175](https://github.com/jlandersen/vscode-kafka/pull/175).
- Hide internal [strimzi](https://strimzi.io/) topics/consumers by default. See [#176](https://github.com/jlandersen/vscode-kafka/pull/176).
- Validation for available topics in `.kafka` files. See [#153](https://github.com/jlandersen/vscode-kafka/issues/153).
- Simplify snippets. See [#180](https://github.com/jlandersen/vscode-kafka/pull/180).
- Hover support in `.kafka` files. See [#149](https://github.com/jlandersen/vscode-kafka/issues/149).
- String encoding serialization support. See [#181](https://github.com/jlandersen/vscode-kafka/issues/181).
- Refresh Cluster Provider API when extensions are installed/uninstalled. See [#137](https://github.com/jlandersen/vscode-kafka/issues/137).
- Edit cluster configuration. See [#25](https://github.com/jlandersen/vscode-kafka/issues/25).
- Added SSL configuration. See [#86](https://github.com/jlandersen/vscode-kafka/issues/86).

### Changed
- Hide internal [strimzi](https://strimzi.io/) topics/consumers by default. See [#176](https://github.com/jlandersen/vscode-kafka/pull/176).
- Changed cluster wizard to use a Webview. See [#88](https://github.com/jlandersen/vscode-kafka/issues/88).
- Allow non-SSL configuration with SASL authentication. See [#200](https://github.com/jlandersen/vscode-kafka/issues/200).

## [0.12.0] - 2021-04-26
### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Features:
- Produce (randomized) messages
- Consume messages
- SASL/PLAIN, SASL/SCRAM-256, SASL/SCRAM-512 Authentication (Kafka 0.10+)
- SSL Support
- Clusters can be contributed by 3rd party extensions

Planned features, in no particular order:
- More administration features
- Improved new cluster wizard
- Improved .kafka validation support
- SSL support
- Better SSL support

You might also find useful information in the [Online Documentation](https://github.com/jlandersen/vscode-kafka/blob/master/docs/README.md)
or you can read this documentation inside your editor with the command `Open Documentation` available with `Ctrl+Shift+P`:
Expand Down
Loading

0 comments on commit f6a1f84

Please sign in to comment.