Skip to content

Releases: crate/cratedb-sqlparse

v0.0.7

18 Sep 08:21
bf2ee2d
Compare
Choose a tag to compare

In pypi this corresponds to v.0.0.7, I know this might be confusing but CI pipeline needs fixing :(
npm is v0.0.6 as expected (manually uploaded)

What's Changed

  • Update mypy requirement from <1.11 to <1.12 in /cratedb_sqlparse_py by @dependabot in #58
  • Bump vite from 5.3.3 to 5.3.4 in /cratedb_sqlparse_js by @dependabot in #60
  • Bump terser from 5.31.2 to 5.31.3 in /cratedb_sqlparse_js by @dependabot in #61
  • Bump vitest from 2.0.3 to 2.0.4 in /cratedb_sqlparse_js by @dependabot in #59
  • Bump vite from 5.3.4 to 5.3.5 in /cratedb_sqlparse_js by @dependabot in #62
  • Update pyproject-fmt requirement from <2.2 to <2.3 in /cratedb_sqlparse_py by @dependabot in #63
  • Bump antlr4 from 4.13.1-patch-1 to 4.13.2 in /cratedb_sqlparse_js by @dependabot in #64
  • Bump vitest from 2.0.4 to 2.0.5 in /cratedb_sqlparse_js by @dependabot in #65
  • Match error singlestmt by @surister in #68
  • Bump terser from 5.31.3 to 5.31.6 in /cratedb_sqlparse_js by @dependabot in #71
  • Bump vite from 5.3.5 to 5.4.2 in /cratedb_sqlparse_js by @dependabot in #75
  • Update validate-pyproject requirement from <0.19 to <0.20 in /cratedb_sqlparse_py by @dependabot in #74
  • Update ruff requirement from <0.6 to <0.7 in /cratedb_sqlparse_py by @dependabot in #73
  • Update poethepoet requirement from <0.28 to <0.29 in /cratedb_sqlparse_py by @dependabot in #78
  • Update poethepoet requirement from <0.28 to <0.29 by @dependabot in #79
  • Bump terser from 5.31.6 to 5.32.0 in /cratedb_sqlparse_js by @dependabot in #81
  • Bump vite from 5.4.2 to 5.4.3 in /cratedb_sqlparse_js by @dependabot in #80
  • Bump vite from 5.4.3 to 5.4.5 in /cratedb_sqlparse_js by @dependabot in #83

Full Changelog: v0.0.5...v0.0.6

v0.0.5

22 Jul 11:05
Compare
Choose a tag to compare

What's Changed

  • Bump vite from 5.3.1 to 5.3.2 in /cratedb_sqlparse_js by @dependabot in #43
  • Update poethepoet requirement from <0.27 to <0.28 in /cratedb_sqlparse_py by @dependabot in #44
  • Update ruff requirement from <0.5 to <0.6 in /cratedb_sqlparse_py by @dependabot in #45
  • Update poethepoet requirement from <0.27 to <0.28 by @dependabot in #46
  • Python: Set python version to just >=3.8 by @surister in #49
  • Add Table model, save all table references to metadata.tables, re… by @surister in #51
  • Javascript: Implement ExceptionCollectorListener and make it default behaviour. by @surister in #38
  • Javascript: Fixing type declaration on export in package.json by @alexdametto in #53
  • Bump vite from 5.3.2 to 5.3.3 in /cratedb_sqlparse_js by @dependabot in #54
  • Bump vitest from 1.6.0 to 2.0.1 in /cratedb_sqlparse_js by @dependabot in #55
  • Bump terser from 5.31.1 to 5.31.2 in /cratedb_sqlparse_js by @dependabot in #57
  • Bump vitest from 2.0.1 to 2.0.3 in /cratedb_sqlparse_js by @dependabot in #56

New Contributors

Full Changelog: v0.0.3...v0.0.5

v0.0.4

02 Jul 12:58
Compare
Choose a tag to compare

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.json before 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_properties and interpolated_properties by @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

21 May 00:03
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/crate/cratedb-sqlparse/commits/v0.0.2