Skip to content

Commit d56b849

Browse files
committed
Update 0.9.0 release notes
1 parent 1f76b97 commit d56b849

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ 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.8.1...master)
8+
## [Unreleased](https://github.com/altinity/ice/compare/v0.9.0...master)
9+
10+
## [0.9.0](https://github.com/altinity/ice/compare/v0.8.1...v0.9.0)
911

1012
### Added
11-
- Support for vended credentials.
13+
- Support for vended credentials.
14+
This enables creating new tables from existing Parquet files located in S3 without having direct access to object storage.
15+
e.g. `ice create-table foo.bar --use-vended-credentials --schema-from-parquet=s3://catalog-bucket/foo/bar/external-data/sample.parquet`.
1216
- `ice alter-table` command.
1317
- `ice insert --force-duplicates` CLI flag.
1418
- `ice describe` output to include nested metrics.

0 commit comments

Comments
 (0)