Skip to content

v0.0.4

Compare
Choose a tag to compare
@surister surister released this 02 Jul 12:58
· 81 commits to main since this release

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