Skip to content

Latest commit

History

History
58 lines (38 loc) 路 2.18 KB

CHANGELOG.md

File metadata and controls

58 lines (38 loc) 路 2.18 KB

Change Log

Unreleased - ReleaseDate

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)

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)

0.2.2 - 2022-10-12

  • Allow using SQL types in WASM UDF definitions (#147)

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)

0.2.0 - 2022-09-21

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

  • Fix storage of nullable / list columns (#119)
  • Default columns in CREATE TABLE to nullable (#119)

0.1.1 - 2022-09-16

  • Upgrade to DataFusion 12 (#113)

0.1.0 - 2022-09-12

Fixes

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