Skip to content

Releases: hashicorp/mql

v0.1.4

14 May 14:09
59f68fd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.3

19 Dec 21:48
2101c56
Compare
Choose a tag to compare

What's Changed

  • docs: fix a few string quoting bits by @jimlambrt in #27
  • SEC-090: Automated trusted workflow pinning (2023-09-27) by @hashicorp-tsccr in #28
  • chore: add govulncheck to github actions by @jimlambrt in #30
  • chore: add race checker to "go test" in github action by @jimlambrt in #31
  • chore: add github action to check diffs on generated bits by @jimlambrt in #32
  • chore (docs): fix minor delimiter mistake in README by @jimlambrt in #29
  • chore(deps): bump golang.org/x/crypto from 0.7.0 to 0.17.0 in /tests/postgres by @dependabot in #33
  • fix: multi-column queries by @jimlambrt in #34

Full Changelog: v0.1.2...v0.1.3

v0.1.2

18 Sep 21:38
52a3917
Compare
Choose a tag to compare
  • fix: remove "like" from sql keywords checked in fuzzing (PR)
  • feat: add support for backtick and single-quote string delimiters (PR)
  • feat: require string tokens used as comparison values to be delimited (PR)
  • chore: automate some coverage reporting bits (PR)
  • tests: add fuzz test for mql.Parse(...)(PR)

v0.1.1

17 Aug 00:23
a435dd3
Compare
Choose a tag to compare

It was a fast-follower patch release, but was needed to support developers that use the database/sql package.

  • tests: add postgres integration tests (PR).
  • feat: add WithPgPlaceholder() option (PR). This PR was critical to support folks who use the database/sql package.

v0.1.0

15 Aug 20:55
f38bfb1
Compare
Choose a tag to compare

v0.1.0 is the first release. As a result there are no changes, improvements, or bugfixes from past versions.