Skip to content

v1.46.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 22:28
· 44 commits to main since this release

1.46.0 (2026-08-11)

Bug Fixes

  • ci: fix SAS AST validation for empty strata and run syntax validator with tsx (b6afe2b)
  • sas: optimize SAS validation and safely handle special characters/spaces in strata factor names without dynamic RegExp (dd2dc47)
  • security: resolve Semgrep ReDoS warning for dynamic RegExp on SAS ast-validator (c1a77b9)
  • test: resolve TypeScript compilation errors in sanitizing-logger unit tests (8dc33cc)

Features

  • implement pure Python MT19937 PRNG and standardized dynamic matrix audit trail for R, Python, SAS, STATA (#762) (19fc95b)
  • implement Semantic AST and Symbolic Validator for SAS and Stata scripts (31e7ec0)
  • telemetry: implement property lookup isolation and defensive double-wrap for global logger (034433a)