Skip to content

Releases: alm494/sql_proxy

sql-proxy 1.4.4 (x86_64)

12 Apr 10:53

Choose a tag to compare

  • 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)

07 Oct 06:11

Choose a tag to compare

minor bugfixes

sql-proxy 1.4.2 (x86_64)

02 Oct 17:16

Choose a tag to compare

added BLOB read/write feature

sql-proxy 1.3.1 (x86_64)

01 Oct 05:24

Choose a tag to compare

systemd support and install script

sql-proxy 1.2.1 (x86_64)

29 Jul 03:31

Choose a tag to compare

fixed binding to all ip addresses