Releases: hashicorp/mql
Releases · hashicorp/mql
v0.1.5
What's Changed
- Add CODEOWNERS file in CODEOWNERS by @mukeshjc in #43
- chore(deps): bump golang.org/x/crypto from 0.23.0 to 0.31.0 in /tests/postgres by @dependabot in #44
- chore: update deps and workflows by @jimlambrt in #46
- feat: add support for table column mapping by @dlclark in #45
- fix (parser): fix issue #42 related to WS before rparen by @jimlambrt in #47
- chore: update postgres ci go deps by @jimlambrt in #50
- support column tags for filter / column names by @TerminalFi in #48
- chore: update all deps by @jimlambrt in #54
- chore: changelog for release by @jimlambrt in #55
New Contributors
- @mukeshjc made their first contribution in #43
- @dlclark made their first contribution in #45
- @TerminalFi made their first contribution in #48
Full Changelog: v0.1.4...v0.1.5
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.