Skip to content

v0.6.0a1 — MySQL/MariaDB Proxy Runtime

Pre-release
Pre-release

Choose a tag to compare

@omardoesdata omardoesdata released this 01 Aug 20:22
· 61 commits to main since this release
bd58099

MySQL/MariaDB runtime alpha release. Adds wire-protocol proxying, authentication relay, command dispatch, session database tracking, policy enforcement, impact estimation, audit logging, logical packet reassembly, and connection lifecycle handling. Validated against a real MariaDB 12.3 backend and client, including safe query forwarding, targeted updates, blocking of full-table mutations and structural operations, database switching, authentication failure handling, package installation, and fresh-wheel runtime execution. Known limitations: prepared statements are not supported, TLS termination is not supported, and MySQL/MariaDB clients must connect without TLS, such as with --ssl=OFF.