From 6a38de1d8aae890e7485793a5d27380fad5b580e Mon Sep 17 00:00:00 2001 From: kanthi subramanian Date: Tue, 21 Jul 2026 18:48:41 -0500 Subject: [PATCH] Updated release notes for v0.18.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9d6b64..284a092 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.18.0](https://github.com/Altinity/ice/compare/v0.17.0...master) + +### Added + +- `ice` - Add support for deleting partitions with logic operators other than equals ([#194](https://github.com/Altinity/ice/pull/194)) +- `ice` - Add --purge option to delete command to physically delete data files ([#192](https://github.com/Altinity/ice/pull/192)) + +### Fixed + +- `ice-rest-catalog` - Add error message that explains the empty URI scheme instead of a NPE ([#188](https://github.com/Altinity/ice/pull/188)) +- `ice` - Fix unauthorized exception with ice due to missing auth header ([#196](https://github.com/Altinity/ice/pull/196)) + ## [0.17.0](https://github.com/Altinity/ice/compare/v0.16.0...v0.17.0) ### Added