Skip to content

Releases: Azure/logstash-output-kusto

Upgrade SDK versions

23 Sep 05:11
73fe9c0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.7...v2.0.8

v2.0.7

09 Aug 08:05
7e4d38a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.6...v2.0.7

Version v2.0.6

26 Jun 15:54
c116778
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.5...v2.0.6

Version v2.0.5

17 Mar 14:09
4492872
Compare
Choose a tag to compare

Upgrade Java SDK and fix bugs reported for ConcurrentModificationException in the SDK

What's Changed

Full Changelog: v2.0.4...v2.0.5

Version v2.0.4

03 Jan 11:14
da1a448
Compare
Choose a tag to compare

What's Changed

  • Mapping is no longer mandatory in the logstash config
  • Fix vulnerabilities specified in #63

Full Changelog: v2.0.2...v2.0.4

Version v2.0.2

24 Nov 03:41
4865615
Compare
Choose a tag to compare

What's Changed

  • Added line specifying support for MS Fabric and Synapse
  • replacing .empty? with .nil? in test for app_key and app_id by @gbordier in #60
  • Update version by @ag-ramachandran in #61

Version v2.0.1

16 Oct 04:48
33cbb65
Compare
Choose a tag to compare

Add support for managed identity

What's Changed

Full Changelog: v2.0.0...v2.0.1

Version v2.0.0

26 Sep 10:59
f27b030
Compare
Choose a tag to compare

Fixes CVE vulnerabilities in commons-text and upgrades libraries to Kusto Java SDK 5.0.2
Changes build system to gradle for packaging dependent libraries

Full Changelog: v1.0.6...v2.0.0

Version v1.0.6

29 Nov 06:34
f903842
Compare
Choose a tag to compare

v1.0.6

Updates underlying Kusto SDK library to https://github.com/Azure/azure-kusto-java/releases/tag/v3.2.1

Bug Fixes:

Security fixes from the underlying SDK

Version v1.0.5

04 Aug 05:18
1cb8c9b
Compare
Choose a tag to compare

Updates underlying Kusto SDK library to https://github.com/Azure/azure-kusto-java/releases/tag/v3.1.3

Features:

  • Support for HTTP and HTTPS proxies specified through configuration

Bug Fixes:

  • Filter 0-byte files from getting flushed to ADX (#38)