Skip to content

Releases: alm494/sql_proxy

sql-proxy 1.4.5 (x86_64)

Choose a tag to compare

@alm494 alm494 released this 26 May 03:57
  • Fix: systemd support improved

sql-proxy 1.4.4 (x86_64)

Choose a tag to compare

@alm494 alm494 released this 12 Apr 10:53
  • 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)

Choose a tag to compare

@alm494 alm494 released this 07 Oct 06:11

minor bugfixes

sql-proxy 1.4.2 (x86_64)

Choose a tag to compare

@alm494 alm494 released this 02 Oct 17:16

added BLOB read/write feature

sql-proxy 1.3.1 (x86_64)

Choose a tag to compare

@alm494 alm494 released this 01 Oct 05:24

systemd support and install script

sql-proxy 1.2.1 (x86_64)

Choose a tag to compare

@alm494 alm494 released this 29 Jul 03:31
fixed binding to all ip addresses