From 9e4553364e6cfc4f18c43af31e4ecce42bd53317 Mon Sep 17 00:00:00 2001 From: Ohad Bitton Date: Tue, 23 Jan 2024 13:29:51 +0200 Subject: [PATCH] v5.0.4 --- CHANGELOG.md | 10 ++++++++-- pom.xml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd40545e..19cf9c9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [5.0.4] - 2024-01-23 +### Fixed +- Getting ingestion resources could fail with containers list being empty. +- Added missing headers in commands +- Throw KustoServiceQueryError when Kusto service result includes OneApiError(s) + ### Changed - Changed binary files data format compression to false +- Enforce valid server timeout range - [5.0.3] - 2023-11-27 +## [5.0.3] - 2023-11-27 ### Fixed * IOException is sometimes considered transient ### Added diff --git a/pom.xml b/pom.xml index 1655362e..33df01d3 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ - 5.0.3 + 5.0.4 UTF-8 1.8