Skip to content

Commit

Permalink
v5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ohbitton committed Jan 23, 2024
1 parent 1a34fd4 commit 9e45533
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</developers>

<properties>
<revision>5.0.3</revision> <!-- CHANGE THIS to adjust project version-->
<revision>5.0.4</revision> <!-- CHANGE THIS to adjust project version-->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<!-- Use 1.0.6 for fasterxml v 2.12.x (good for databricks runtime 2.10.x) -->
Expand Down

0 comments on commit 9e45533

Please sign in to comment.