2.0.0
Minitrino Release Notes: 2.0.0
Release Overview
This release marks the deprecation of Minipresto. The original package is still
available on PyPi and can therefore be installed with pip install minipresto
.
Version 2.0.0 requires an updated Docker installation. Check the readme for
details.
CLI Changes and Additions
- Refactored from Presto to Trino
- Update Python packages (Docker)
- Fix Minipresto library version file not being captured in snapshot
- Fix text wrapping issue in terminal
- Display library version with
minitrino version
command - Handle enterprise modules if there is not SEP license provided
Library Changes and Additions
- Refactored from Presto to Trino
- Update Docker Compose reference from 3.7 -> 3.8
- Change
hive-s3
module catalog fromhive_hms
tohive_s3
- Change
hive-minio
module catalog fromhive_hms_minio
tohive_minio
- Add
delta-lake
module - Add
file-access-control
module - Update
system-ranger
module to be compatible with Presto -> Trino refactor
Other
- None