Releases: SPANDigital/pycel2sql
Releases · SPANDigital/pycel2sql
v0.3.0
Changes since v0.2.0
- Add release-pycel2sql agent skill (#14) (1c4f931)
- Add port-from-upstream agent skill (#13) (768fa45)
- Add add-cel-feature agent skill (#12) (aa58004)
- Add add-sql-dialect agent skill (#11) (47be345)
- Add skill-authoring agent skill (#10) (a7db259)
- ci: restrict GITHUB_TOKEN to contents:read in CI workflow (#9) (167eb4f)
- Bump pyasn1 from 0.6.2 to 0.6.3 (#5) (8434f96)
- Bump cryptography from 46.0.5 to 46.0.7 (#4) (5da65f5)
- Bump pytest from 9.0.2 to 9.0.3 (#3) (0368cec)
- Bump python-dotenv from 1.2.1 to 1.2.2 (#2) (800bcce)
- Add Apache Spark dialect, observe-fork options, and BigQuery COALESCE fix (#8) (be6f12d)
- Bump pygments from 2.19.2 to 2.20.0 (#6) (86a3aa3)
- Bump requests from 2.32.5 to 2.33.0 (#7) (df9cf9e)
- Set package ecosystem to 'pip' in dependabot config (9d22063)
Full changelog: v0.2.0...v0.3.0
v0.2.0
v0.1.0
Initial release
- Add schema introspection for all five SQL dialects (4b600fa)
- Add CLAUDE.md and update README with full documentation (183afe1)
- Make BigQuery integration tests opt-in via environment variable (9f8e854)
- Reduce BQ pull timeout to 60s, add 10min job timeout (85a2f72)
- Add explicit image pull timeout for BigQuery emulator (87e191e)
- Fix BigQuery integration tests: skip gracefully on container failure (1c4927a)
- Add CI/CD workflows and PyPI release pipeline (768a256)
- Add additional dialects, integration tests, index analysis, and BigQuery support (2168ecb)
- Uncomment .idea/ in .gitignore to exclude JetBrains files (fbac529)
- Port cel2sql Go library to Python with full CEL-to-SQL conversion (6123f57)
- Initial commit (5c89661)
Full changelog: 5c89661...v0.1.0