From 37da4f8f67e37b3f1d0a48b0e153da6027c87149 Mon Sep 17 00:00:00 2001 From: Ramachandran G Date: Mon, 23 Sep 2024 09:58:15 +0530 Subject: [PATCH] *Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 876f683..b256a26 100755 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ export LS_JAVA_OPTS="-Dhttp.proxyHost=1.2.34 -Dhttp.proxyPort=8989 -Dhttps.prox | Version | Release Date | Notes | | --- | --- | --- | +| 2.0.8 | 2024-10-23 | - Fix library deprecations, fix issues in the Azure Identity library | +| 2.0.7 | 2024-01-01 | - Update Kusto JAVA SDK | | 2.0.3 | 2023-12-12 | - Make JSON mapping field optional. If not provided logstash output JSON attribute names will be used for column resolution | | 2.0.2 | 2023-11-28 | - Bugfix for the scenario where the plugin uses managed identity. Instead of providing the managed identity name as empty in the config,it can completely be skipped | | 2.0.0 | 2023-09-19 | - Upgrade to the latest Java SDK version [5.0.2](https://github.com/Azure/azure-kusto-java/releases/tag/v5.0.2). Tests have been performed on **__Logstash 8.5__** and up (Does not work with 6.x or 7.x versions of Logstash - For these versions use 1.x.x versions of logstash-output-kusto gem) - Fixes CVE's in common-text & outdated Jackson libraries |