Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading