Skip to content

Releases: Azure/kafka-sink-azure-kusto

* Update to the latest version of SDK and address CVE's

09 Oct 05:25
b911bcf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.3...v4.0.4

Update SDK Libraries and fix bug on MSAL version mismatches

16 Aug 13:12
fe9542c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.2...v4.0.3

v4.0.2

03 Jul 11:18
69da656
Compare
Choose a tag to compare

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...v4.0.2

v4.0.1

09 May 12:55
fc7fc15
Compare
Choose a tag to compare

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

16 Mar 07:00
e1d444c
Compare
Choose a tag to compare

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

10 Mar 04:26
6b0bfbc
Compare
Choose a tag to compare

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

15 Dec 13:13
e9e6d70
Compare
Choose a tag to compare

New Feature

  • Added Proxy support for KustoSinkTask

v3.0.7

06 Dec 14:01
5870a7c
Compare
Choose a tag to compare

Bug Fixes:

  • Fix CVE errors in Jackson
  • Filter and log empty records

v3.0.6

29 Nov 13:26
f8c1dbe
Compare
Choose a tag to compare
  • Upgrade Kusto Java SDK to 3.2.1
  • fix failing unit test case (mitigate text4shell RCE vulnerability)

v3.0.4

07 Sep 10:57
Compare
Choose a tag to compare

** 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