Releases: Azure/kafka-sink-azure-kusto
Releases · Azure/kafka-sink-azure-kusto
* Update to the latest version of SDK and address CVE's
Update SDK Libraries and fix bug on MSAL version mismatches
What's Changed
- [chore] Readme update Kafka by @asaharn in #104
-
- Fix issue [Bug] aad.auth.strategy managed_identity does not work wi… by @ag-ramachandran in #106
New Contributors
Full Changelog: v4.0.2...v4.0.3
v4.0.2
What's Changed
- Feature/update sdk jdk8 by @ag-ramachandran in #103
- Update dependencies from Kusto SDK.
- JDK8 compatible
- Fix OSS vulnerabilities / CVE's
Full Changelog:
v4.0.1
What's Changed
- Upgrade to the latest Java SDK
- E2E Tests with test containers
- Update vulnernable libs to latest
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's Changed
Features:
- Upgrade Kusto SDK to use JAVA-11 and up. The previous releases will only get security fixes.
Fixes
- CVE's on previous release versions
Breaking Changes:
kusto.validation.table.enable
: Is now an opt-in. Validation of permissions will not be done for ingestor roles unless explicitly requested for.
Full Changelog: v3.0.9...v4.0.0
v3.0.9
What's Changed
Fixes:
- Fix review comments reported in Checkmarx.
- Handle files with restricted permissions
Full Changelog: v3.0.8...v3.0.9
v3.0.8
New Feature
- Added Proxy support for KustoSinkTask
v3.0.7
Bug Fixes:
- Fix CVE errors in Jackson
- Filter and log empty records
v3.0.6
- Upgrade Kusto Java SDK to 3.2.1
- fix failing unit test case (mitigate text4shell RCE vulnerability)
v3.0.4
** New feature **
New feature: Make mapping optional , fixes Issue#76
New feature: Make table validation optional when the connector starts up (Refer: kusto.validation.table.enable).
Bug fix
Stop collecting messages when DLQ is not enabled. Provides better scaling & reduces GC pressure