@@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased] ( https://github.com/altinity/ice/compare/v0.10.1...master )
99
10+ ## [ 0.13.0] ( https://github.com/altinity/ice/compare/v0.12.0...v0.13.0 )
11+ ### Added
12+ - ` ice ` - Added iceberg-gcp mvn dependencies for GCS support ([ #99 ] ( https://github.com/Altinity/ice/pull/99 ) )
13+ - ` ice ` - Added describe-parquet command to print info of parquet files ([ #65 ] ( https://github.com/Altinity/ice/pull/65 ) )
14+ - ` ice ` - Prevent empty namespace creation ([ #105 ] ( https://github.com/Altinity/ice/pull/105 ) )
15+ - ` ice-rest-catalog ` - Iceberg metrics and Grafana dashboard ([ #82 ] ( https://github.com/Altinity/ice/pull/82 ) )
16+ - ` ice ` - Ice cli partitions ([ #114 ] ( https://github.com/Altinity/ice/pull/114 ) )
17+ - ` ice ` - Add option to pass partition name when creating partitions. ([ #123 ] ( https://github.com/Altinity/ice/pull/123 ) )
18+ - ` ice ` - Ice cli files command ([ #112 ] ( https://github.com/Altinity/ice/pull/112 ) )
19+ - ` ice ` - Add support for list-namespaces ([ #131 ] ( https://github.com/Altinity/ice/pull/131 ) )
20+ - ` ice ` - Add shell mode for autocompletion of commands. ([ #118 ] ( https://github.com/Altinity/ice/pull/118 ) )
21+ - ` ice ` - Configurable compression ([ #115 ] ( https://github.com/Altinity/ice/pull/115 ) )
22+ - ` ice ` - Added logic to support bucket partitioning ([ #97 ] ( https://github.com/Altinity/ice/pull/97 ) )
23+
24+ ### Fixed
25+ - ` ice ` - Null pageToken ([ #128 ] ( https://github.com/Altinity/ice/pull/128 ) )
26+ - ` ice ` - Fix insert inferred partition not writing to partition folder ([ #120 ] ( https://github.com/Altinity/ice/pull/120 ) )
27+ - ` ice ` - Fix delete partition for transformed partition types ([ #94 ] ( https://github.com/Altinity/ice/pull/94 ) )
28+
29+ ### Other
30+ - Add integration tests using templates ([ #75 ] ( https://github.com/Altinity/ice/pull/75 ) )
31+ - Add Docker integration tests ([ #108 ] ( https://github.com/Altinity/ice/pull/108 ) )
32+ - Disable docker test in mvn verify ([ #109 ] ( https://github.com/Altinity/ice/pull/109 ) )
33+ - Fix pre release ([ #113 ] ( https://github.com/Altinity/ice/pull/113 ) )
34+ - Added test for schema evolution. ([ #125 ] ( https://github.com/Altinity/ice/pull/125 ) )
35+ - Added fix for malformed warehouse file path ([ #133 ] ( https://github.com/Altinity/ice/pull/133 ) )
36+
1037## [ 0.12.0] ( https://github.com/altinity/ice/compare/v0.11.1...v0.12.0 )
1138
1239### Added
0 commit comments