Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.3.0"}
{".":"0.3.1"}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.

This changelog is automatically generated by [release-please](https://github.com/googleapis/release-please).

## [0.3.1](https://github.com/haroya01/query-audit/compare/v0.3.0...v0.3.1) (2026-05-19)


### Bug Fixes

* **core:** exclude temp/staging tables from RepeatedSingleInsertDetector ([#129](https://github.com/haroya01/query-audit/issues/129)) ([#135](https://github.com/haroya01/query-audit/issues/135)) ([4018a23](https://github.com/haroya01/query-audit/commit/4018a23b15e8f2cab46a848ff2471e5b762c6959))
* **core:** make CountInsteadOfExistsDetector opt-in ([#126](https://github.com/haroya01/query-audit/issues/126)) ([#138](https://github.com/haroya01/query-audit/issues/138)) ([31aaf6c](https://github.com/haroya01/query-audit/commit/31aaf6c7b89f76c27a6a18b0e493ca34b5cf0a15))
* **core:** make isQuerySuppressed literal- and word-boundary aware ([#124](https://github.com/haroya01/query-audit/issues/124)) ([#140](https://github.com/haroya01/query-audit/issues/140)) ([908b081](https://github.com/haroya01/query-audit/commit/908b08196cf63197a7b61dd9202c535d2d6bb1bc))
* **core:** mask string literals before SELECT * detection ([#145](https://github.com/haroya01/query-audit/issues/145)) ([b926522](https://github.com/haroya01/query-audit/commit/b92652282919d25c9e7b51e700b19eddbb5769da))
* **core:** resolve schema-qualified table names against unqualified metadata ([#128](https://github.com/haroya01/query-audit/issues/128)) ([#136](https://github.com/haroya01/query-audit/issues/136)) ([b1d8543](https://github.com/haroya01/query-audit/commit/b1d854329e56dbc8be3c55e609d886f6b59d3a82))
* **core:** suppress DistinctMisuse rule when query contains a JOIN ([#127](https://github.com/haroya01/query-audit/issues/127)) ([#137](https://github.com/haroya01/query-audit/issues/137)) ([8fbcafb](https://github.com/haroya01/query-audit/commit/8fbcafb4ff5dc489c9ed8379ef59f442d1aa987f))
* **core:** suppress ImplicitTypeConversion on known-numeric _code columns ([#125](https://github.com/haroya01/query-audit/issues/125)) ([#139](https://github.com/haroya01/query-audit/issues/139)) ([f409bce](https://github.com/haroya01/query-audit/commit/f409bce6b6f5f754e410ff92366228cca594a8e7))
* **core:** unquote backtick/double-quoted table tokens in alias resolution ([#82](https://github.com/haroya01/query-audit/issues/82)) ([304ccf1](https://github.com/haroya01/query-audit/commit/304ccf1f429df00d4642f8a4e4e76248f89e86d2))
* **junit5:** detach QueryInterceptor from shared ProxyDataSource in afterAll ([#146](https://github.com/haroya01/query-audit/issues/146)) ([6ec2f25](https://github.com/haroya01/query-audit/commit/6ec2f25a8be2fda091656abd62463df24fd0e167))
* **spring-boot-starter:** add query-audit.wrap-data-source escape hatch ([#134](https://github.com/haroya01/query-audit/issues/134)) ([#142](https://github.com/haroya01/query-audit/issues/142)) ([e71a226](https://github.com/haroya01/query-audit/commit/e71a226fbf63821e6ebd827de85830f7aa109e68))

## [0.3.0](https://github.com/haroya01/query-audit/compare/v0.2.0...v0.3.0) (2026-04-22)


Expand Down
Loading