Skip to content

v0.3.1

Choose a tag to compare

@haroya01 haroya01 released this 19 May 03:01
ee56252

0.3.1 (2026-05-19)

Bug Fixes

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