Releases: betodealmeida/shillelagh
1.0.16
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
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
1.0.13
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
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.