Releases: Azure/logstash-output-kusto
Releases · Azure/logstash-output-kusto
Upgrade SDK versions
v2.0.7
Version v2.0.6
Version v2.0.5
Upgrade Java SDK and fix bugs reported for ConcurrentModificationException in the SDK
What's Changed
- Feature/upgrade version of kusto sdk by @ag-ramachandran in #70
Full Changelog: v2.0.4...v2.0.5
Version v2.0.4
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
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
Add support for managed identity
What's Changed
- Feature/support managed identity by @ag-ramachandran in #57
Full Changelog: v2.0.0...v2.0.1
Version v2.0.0
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
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
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)