Releases: crate/cratedb-sqlparse
Releases · crate/cratedb-sqlparse
v0.0.4
TLDR:
We now support metadata, access it with meta = stmt.metadata, more info at the READMEs
CrateDB version: 5.7.2
Tag says v0.0.3 but it got uploaded as v0.0.4
What's Changed
- JavaScript: Minor adjustments to README and .gitignore by @amotl in #18
- JavaScript: Add CI configuration for software tests and Dependabot by @amotl in #20
- Bump vite from 5.2.8 to 5.2.11 in /cratedb_sqlparse_js by @dependabot in #21
- Bump vitest from 1.4.0 to 1.6.0 in /cratedb_sqlparse_js by @dependabot in #22
- Replace the version on the target index_files rather instead of appending by @surister in #23
- JavaScript: Fix package entrypoint. Naming things. by @amotl in #24
- JavaScript: Update project metadata file
package.jsonbefore upload by @amotl in #25 - Py+JS: Update project badges for PyPI and npmjs.com by @amotl in #26
- Improve version section in javascript's taraget README.md by @surister in #27
- Bump vite from 5.2.11 to 5.2.12 in /cratedb_sqlparse_js by @dependabot in #29
- Change error handling strategy and add verbose errors by @surister in #30
- Improve python README.md by @surister in #33
- Improve heuristics of assigning an error to its statement by @surister in #34
- Bump vite from 5.2.12 to 5.2.13 in /cratedb_sqlparse_js by @dependabot in #35
- Extract metadata from the query into the statement. by @surister in #36
- Add
with_propertiesandinterpolated_propertiesby @surister in #37 - Bump vite from 5.2.13 to 5.3.1 in /cratedb_sqlparse_js by @dependabot in #40
- CI: Add release workflow for staging the Python package through GHA to PyPI by @amotl in #41
- Python: Prepare v0.0.3 by @surister in #42
- Add valid pypi versioningit's version scheme by @surister in #47
- Set all versioningit to next_version by @surister in #48
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- Rework setup grammar script to better handle more targets. by @surister in #4
- Re-organize project, add proper LICENSE.md by @surister in #6
- Add readme, modify setup_grammar.py to show proper usage. by @surister in #7
- Fix build path by @surister in #8
- Add specific steps on how to build locally. by @surister in #9
- Python: Improve project setup and test runner conveniences after unboxing. Add CI configuration. Prepare packaging. by @amotl in #10
- Python: Format code using ruff, and satisfy linters by @amotl in #11
New Contributors
- @surister made their first contribution in #4
- @amotl made their first contribution in #10
- @dependabot made their first contribution in #12
Full Changelog: https://github.com/crate/cratedb-sqlparse/commits/v0.0.2