Releases: abgoyal/sqlproxy
Releases · abgoyal/sqlproxy
Release list
v0.0.16
v0.0.15
Changelog
- d58c388 Add startup and shutdown lifecycle triggers
- d069319 Classify SQL per statement and run multi-statement query steps
- fc0f635 Enforce read-only SQLite and stop -validate creating database files
- a98d849 Exercise every example endpoint and bind json params as JSON text
- d8752c3 Make -validate compile workflows so it cannot pass a config the server rejects
- f272be6 Reject condition literals that no declared trigger can match
v0.0.13
v0.0.12
Changelog
- 9a26e48 Add SQL Server e2e test suite with containerized instance
v0.0.11
v0.0.10
Changelog
- 2a5dd4f Add e2e tests for condition expression functions
v0.0.9
Changelog
- b8f47f1 Add step reference validation for conditions
v0.0.8
Changelog
- b7fead3 Add AST-based alias expansion, shared expr functions, and division safety
- 762ef91 Document matches function behavior for invalid regex patterns
- f27b58d Fix formatBytes to handle negative values correctly
- 1feb5b4 Fix parseCookies to use first-wins for duplicate cookie names
- a585153 Make isIPv4 and isIPv6 mutually exclusive for IPv4-mapped addresses
- 3e9076d Remove webhook dead code from tmpl package
v0.0.7
Changelog
- b382297 Use snake_case for template context variables