Skip to content

SQL Safety Proxy v0.7.0a1

Pre-release
Pre-release

Choose a tag to compare

@omardoesdata omardoesdata released this 12 Aug 18:30
· 45 commits to main since this release
1c5952a

SQL Safety Proxy v0.7.0a1

Highlights:

  • MySQL prepared-statement inspection
  • Prepared statement lifecycle support
  • MySQL transaction-state tracking
  • COM_PING and COM_STMT_RESET support
  • MariaDB server protocol compatibility through mysql-connector-python
  • Runtime hardening, sanitization, redaction, and resource limits
  • PostgreSQL regression hardening
  • Isolated concurrency and recovery validation

Validation:

  • 320 tests passed
  • Python 3.11, 3.12, and 3.13 CI passed
  • Real PostgreSQL runtime validation passed
  • Real MariaDB server validation via mysql-connector-python passed
  • Concurrency/recovery validation passed
  • Wheel and sdist passed twine checks
  • Fresh-wheel validation passed

Known limitation:
MariaDB Connector/Python itself is not part of the supported Windows validation gate due to a reproducible native runtime crash in the current Windows environment.