v0.11.0
This release includes several changes and fixes to how the extension handles SASL and TLS configurations. It also includes a feature by @enamrik 🙏 that lets users choose their subject name strategies for naming schemas in Schema Registry. Details of what happened are available on the respective PRs.
Previously the JS API docs were in the README, but after merging #87, the docs are available separately. The docs always refer to the latest changes on the main
branch, as explained here.
The release process and branching are also changed.
What's Changed
- Fix SASL and TLS issues reported in #56 and #84 (and possibly #67) by @mostafa in #86
- Add support for using different subject name strategies by @enamrik in #88
- Add API docs with typedoc by @mostafa in #87
- Lots of changes to READMEs by @mostafa in d165b4d 98102b7 7a76adb a611a18 82e8185 5036e83 6df4449
New Contributors
Full Changelog: v0.10.0...v0.11.0