Skip to content

Latest commit

 

History

History
333 lines (261 loc) · 16.4 KB

CHANGELOG.md

File metadata and controls

333 lines (261 loc) · 16.4 KB

Change Log

Unreleased - ReleaseDate

0.5.8 - 2024-08-14

0.5.7 - 2024-06-21

0.5.6 - 2024-04-22

0.5.5 - 2024-02-26

0.5.4 - 2024-01-17

0.5.3 - 2023-12-04

0.5.2 - 2023-09-07

0.5.1 - 2023-08-01

0.5.0 - 2023-07-12

  • Upgrade to DataFusion 27 and Arrow 42 (splitgraph#453)
  • Load schemas without tables and double-check missing DB ids in a given context (splitgraph#446)
  • Implement schema coercion and file streaming in the upload endpoint (splitgraph#439)
  • Return timing data in response headers (splitgraph#438)

0.4.3 - 2023-06-07

0.4.2 - 2023-05-26

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

0.4.1 - 2023-05-17

0.4.0 - 2023-05-11

0.3.4 - 2023-04-27

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

0.3.3 - 2023-04-20

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

0.3.2 - 2023-04-04

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

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 (splitgraph#331)
  • Enable cached GET endpoint for authorized requests, and enable dropping of external tables (splitgraph#326)

0.3.0 - 2023-03-22

0.2.12 - 2023-02-14

0.2.11 - 2023-01-27

0.2.10 - 2022-12-30

0.2.9 - 2022-12-23

0.2.8 - 2022-11-21

0.2.7 - 2022-11-17

0.2.6 - 2022-11-08

  • Update to DataFusion 14 / Arrow 26 (splitgraph#198)
  • Bugfix: VACUUM with shared partitions (splitgraph#191)
  • Bugfix: DELETE with certain filters that cover a whole partition (splitgraph#192)
  • Initial support for other databases in CREATE EXTERNAL TABLE (splitgraph#190)
    • More documentation pending. Example: CREATE EXTERNAL TABLE t STORED AS TABLE 'public.t' LOCATION 'postgresql://uname:pw@host:port/dbname'

0.2.5 - 2022-11-02

0.2.4 - 2022-10-25

  • Add system.table_versions table for inspecting table history (splitgraph#168)
  • Add SQLite catalog.read_only option for compatibility with LiteFS replicas (splitgraph#171)

0.2.3 - 2022-10-21

  • Add support for time travel queries (SELECT * FROM table('2022-01-01T00:00:00')) (splitgraph#154)
  • Allow overriding SQLite journal mode (splitgraph#158)

0.2.2 - 2022-10-12

0.2.1 - 2022-09-30

0.2.0 - 2022-09-21

Breaking: Previous versions of Seafowl won't be able to read data written by this version.

0.1.1 - 2022-09-16

0.1.0 - 2022-09-12

Fixes

  • Use multi-part uploads to fix the memory usage issue when uploading data to S3 (splitgraph#99)