Releases: splitgraph/seafowl
Releases · splitgraph/seafowl
v0.2.10
[0.2.10] - 2022-12-30
- Add region config parameter for Amazon S3 object store
(#255)
- Enable querying external Delta tables in Seafowl
(#252)
- Implement remote table factory (#250)
v0.2.9
[0.2.9] - 2022-12-23
- Add support for pushdown in remote tables:
- Factor out remote tables into a separate crate (#238)
- Upgrade to DataFusion 15 (#248)
v0.2.8
[0.2.8] - 2022-11-21
- Implement
table_partitions
system table (#214)
- Add WASI + MessagePack UDF language variant (#149)
v0.2.7
[0.2.7] - 2022-11-17
- Import JSON values as strings in
CREATE EXTERNAL TABLE
(#208)
- Add support for SQLite in
CREATE EXTERNAL TABLE
(#200)
v0.2.6
[0.2.6] - 2022-11-08
- Update to DataFusion 14 / Arrow 26 (#198)
- Bugfix:
VACUUM
with shared partitions (#191)
- Bugfix:
DELETE
with certain filters that cover a whole partition
(#192)
- Initial support for other databases in
CREATE EXTERNAL TABLE
(#190)
- More documentation pending. Example:
CREATE EXTERNAL TABLE t STORED AS TABLE 'public.t' LOCATION 'postgresql://uname:pw@host:port/dbname'
v0.2.5
[0.2.5] - 2022-11-02
- Upgrade to DataFusion 13 (784f10bb) / Arrow 25.0.0
(#176)
- Use ZSTD compression in Parquet files (#182)
- Fix HTTP external tables using pre-signed S3 URLs
(#183)
- Fix
INSERT INTO .. SELECT FROM
(#184)
- Fix some
OUTER JOIN
issues by using a minimum of 2 target_partition
s
(#189)
v0.2.4
[0.2.4] - 2022-10-25
- Add
system.table_versions
table for inspecting table history
(#168)
- Add SQLite
catalog.read_only
option for compatibility with LiteFS replicas
(#171)
v0.2.3
[0.2.3] - 2022-10-21
- Add support for time travel queries (
SELECT * FROM table('2022-01-01T00:00:00')
)
(#154)
- Allow overriding SQLite journal mode (#158)
v0.2.2
[0.2.2] - 2022-10-12
- Allow using SQL types in WASM UDF definitions (#147)
v0.2.1
[0.2.1] - 2022-09-30
- Cached GET API now accepts URL-encoded query text in X-Seafowl-Header
(#122)
- Add support for
DELETE
statements (#121)
- Add support for
UPDATE
statements (#127)