File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,23 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
You can’t perform that action at this time.
0 commit comments