Releases: hashicorp/mql
Releases · hashicorp/mql
v0.1.4
What's Changed
- feat: supports configuring multiple converters by @qeesung in #38
- chore: update deps by @jimlambrt in #39
- chore (tests/postgres): update deps by @jimlambrt in #40
New Contributors
Full Changelog: v0.1.3...v0.1.4
v0.1.3
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
- 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
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.