Skip to content

Releases: abgoyal/sqlproxy

v0.0.13

25 May 06:56

Choose a tag to compare

Changelog

  • 7c5ec71 Add literal-aware SQL tokenizer and OUTPUT/RETURNING support
  • 4928820 Eliminate per-request struct allocation in step execution

v0.0.12

24 May 09:17

Choose a tag to compare

Changelog

  • 9a26e48 Add SQL Server e2e test suite with containerized instance

v0.0.11

24 May 08:26

Choose a tag to compare

Changelog

  • 82da042 Add MySQL database support
  • b081460 Add self-hosted httpbin and MySQL e2e test suite

v0.0.10

27 Jan 08:19

Choose a tag to compare

Changelog

  • 2a5dd4f Add e2e tests for condition expression functions

v0.0.9

27 Jan 08:19

Choose a tag to compare

Changelog

  • b8f47f1 Add step reference validation for conditions

v0.0.8

27 Jan 08:19

Choose a tag to compare

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

23 Jan 11:52

Choose a tag to compare

Changelog

  • b382297 Use snake_case for template context variables

v0.0.6

21 Jan 09:16

Choose a tag to compare

Changelog

  • c5a8329 Add rate limit reset endpoint and E2E test isolation helpers
  • 21924da Add rate limit resets to fix CI E2E test failures

v0.0.4

16 Jan 14:49

Choose a tag to compare

Changelog

  • dda64ac Add comprehensive E2E test suite with shared infrastructure

v0.0.3

16 Jan 09:48

Choose a tag to compare

Changelog

  • bad7996 Fix release workflow name