Skip to content

Commit dece9d5

Browse files
authored
Merge pull request #102 from Altinity/release_notes_0_12_0
Added release notes for 0.12.0
2 parents 5709873 + e712ab4 commit dece9d5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ 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.12.0](https://github.com/altinity/ice/compare/v0.11.1...v0.12.0)
11+
12+
### Added
13+
- `ice` - Added drop partition field in alter table.
14+
15+
### Changed
16+
- `ice` - Logic to throw exception when the user tries to use -force-no-copy for file(row group/block)
17+
with multiple partitions.
18+
- `ice` - User friendly message in REST catalog initialization if server cannot be reached.
19+
20+
### Fixed
21+
`ice` - Parquet conversion to iceberg for long data type.
22+
23+
### Documentation
24+
- Added High level k8s architecture diagram.
25+
- Documented inserting multiple files (and transaction support).
26+
1027
## [0.11.0](https://github.com/altinity/ice/compare/v0.10.1...v0.11.0)
1128

1229
### Added

0 commit comments

Comments
 (0)