Skip to content

Releases: splitgraph/seafowl

v0.4.2

26 May 12:56

Choose a tag to compare

[0.4.2] - 2023-05-26

  • Enable specifying the GET endpoint cache-control header via config
    (#422)
  • Upgrade to DataFusion 25 and Arrow 39 (#415)

v0.4.1

17 May 08:21

Choose a tag to compare

[0.4.1] - 2023-05-17

  • Upgrade to DataFusion 24 and Arrow 38 (#403)
  • Enable passing query as a path parameter in the GET endpoint
    (#402)

v0.4.0

11 May 07:56

Choose a tag to compare

[0.4.0] - 2023-05-11

  • Remove legacy table reading logic (#390)
  • Upgrade DataFusion to 23 and Arrow to 37 (#386)
  • Add support for GCS bucket object stores (#379)

v0.3.4

27 Apr 10:35

Choose a tag to compare

[0.3.4] - 2023-04-27

  • Return result type info in the content-type header, and bump object_store crate
    (#367)

v0.3.3

20 Apr 09:25

Choose a tag to compare

[0.3.3] - 2023-04-20

  • Fix table renaming to quoted identifiers with special characters
    (#362)
  • Upgrade DataFusion to v22.0.0 and Arrow to v36.0.0
    (#360)

v0.3.2

05 Apr 14:25
b5b0acc

Choose a tag to compare

[0.3.2] - 2023-04-04

  • Enable caching of S3 objects in the local FS (#341)
  • Fix the silent panic in the cache eviction hook rendering it useless
    (#334)

v0.3.1

29 Mar 14:42

Choose a tag to compare

[0.3.1] - 2023-03-29

  • Fix unimplemented method in AWS object store, and broaden integration test coverage by extending
    target object stores to include a MinIO instance
    (#331)
  • Enable cached GET endpoint for authorized requests, and enable dropping of external tables
    (#326)

v0.3.0

22 Mar 17:09

Choose a tag to compare

[0.3.0] - 2023-03-22

  • Migration of storage layer to delta-rs (#307)
  • Purge legacy logic (#313)
  • Deltify parquet writing logic (#316)
  • Implement VACUUM DATABASE command (#320)
  • Enable VACUUM for Delta tables (#322)

v0.2.12

14 Feb 16:37

Choose a tag to compare

[0.2.12] - 2023-02-14

  • Upgrade to DataFusion 18.0.0 (#297)
  • Implement multi-database support for upload endpoint
    (#291)
  • Implement multi-database support for GET and POST query endpoints
    (#289)

v0.2.11

27 Jan 11:57

Choose a tag to compare

[0.2.11] - 2023-01-27

  • Upgrade to DataFusion post-16.0 (#270)
  • Add an ssl_cert_file option to the config (#278)
  • Migrate to DataFusion's native DML nodes for logical write statement planning
    (#281)