Releases: Embucket/embucket
Releases · Embucket/embucket
v0.2.1
v0.2.0
Write support
This release adds minimal yet helpful write support. WIth s3 table bucket integration configured following SQL statements are now supported:
CREATE SCHEMAandDROP SCHEMACREATE TABLE,TRUNCATE TABLEandDROP TABLEINSERT INTO,COPY INTOandMERGE INTO
Current limitations are:
- For inserts only
appendoperation is supported - For merge into only copy-on-write semantics is supported
- Copy statements accept file with object store location (no stage support).
Added an option to configure S3 table volume from environment in addition to file configuration.
v0.1.1
Embucket initial release
- Read only mode - supports only SELECT queries
- Exclusive AWS S3 tables integration as external catalog
- AWS Lambda deployment option
v0.1.0
Make clippy and fmt happy (#2) * Make clippy and fmt happy * Add pre-commit conf * Add cache for clippy job