Skip to content

Releases: betodealmeida/shillelagh

1.0.16

15 Jul 16:25
187bbfb
Compare
Choose a tag to compare

This release has no external changes. The only change is how parameters are passed from SQLite to the adapter. The new serialize function uses pickle to allow passing more than just strings to adapters.

1.0.15

13 Jul 23:48
e56c8f2
Compare
Choose a tag to compare

Includes a new adapter for S3 files, using S3 Select:

SELECT * FROM "s3://bucket-name/sample_data.csv";

Supports CSV, JSON, and Parquet.

Also changes the way integers work, now we manipulate them as strings inside SQLite to prevent overflows.

1.0.14

25 May 21:44
8d2f7db
Compare
Choose a tag to compare

Includes a small fix by @AAfghahi allowing column names to have double quotes in them.

1.0.13

02 May 23:04
797edc9
Compare
Choose a tag to compare

Release 1.0.13 drops support for Python 3.7. We're also starting to test shillelagh with Python 3.10, hopefully we'll add support soon.

Shillelagh 1.0

19 Aug 04:57
Compare
Choose a tag to compare

After almost 1 year of development and 4 of planning, I finally released Shillelagh 1.0. The initial release focused on a stable and flexible API, with a solid adapter (Google Sheets). For the next milestone my plan is to focus on adding more adapters and improving performance.