Releases: alm494/sql_proxy
Releases · alm494/sql_proxy
sql-proxy 1.4.4 (x86_64)
- Security: Error responses now return safe HTTP status text instead of detailed database error messages to prevent information leakage
- Security: Added MAX_CONNECTIONS environment variable to limit concurrent database connections and prevent resource exhaustion (DoS protection)
- Fix: Fixed race condition in GetById() when upgrading from read lock to write lock
- Fix: Fixed memory leak in RunMaintenance() where prepared statement deletions were not persisted to the connection pool
- Feature: Error responses now use consistent JSON format with api_version, error, and status fields
sql-proxy 1.4.3 (x86_64)
minor bugfixes
sql-proxy 1.4.2 (x86_64)
added BLOB read/write feature
sql-proxy 1.3.1 (x86_64)
systemd support and install script
sql-proxy 1.2.1 (x86_64)
fixed binding to all ip addresses