Skip to content

Commit b588d51

Browse files
committed
Add 0.3.0 release notes
1 parent a814e6d commit b588d51

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased](https://github.com/altinity/ice/compare/v0.2.0...master)
8+
## [Unreleased](https://github.com/altinity/ice/compare/v0.3.0...master)
9+
10+
## [0.3.0](https://github.com/altinity/ice/compare/v0.2.0...v0.3.0)
11+
12+
### Added
13+
- [S3 Table buckets](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-buckets.html) support.
14+
- `ice scan`, `ice create-namespace', `ice delete-namespace' commands.
15+
- Ability to use `ice` with catalogs serving self-signed certificates (via `caCrt` config option).
16+
17+
### Changed
18+
- `debug*` images not require `java -jar` to launch ice/ice-rest-catalog.
19+
20+
### Fixed
21+
- ice-rest-catalog retrying operations regardless of whether errors are retryable or not.
22+
- ice insert failing when both --force-table-auth and -p are set even if table already exists and -p is effectively no-op.
23+
- ice insert not including failed input URL.
24+
- LocalFileIO printing properties.
925

1026
## [0.2.0](https://github.com/altinity/ice/compare/v0.1.1...v0.2.0)
1127

0 commit comments

Comments
 (0)