1
0
mirror of https://github.com/alm494/sql_proxy.git synced 2026-04-22 19:33:55 +02:00
Files
sql_proxy/CHANGELOG
T
2026-04-12 13:42:42 +03:00

29 lines
1.2 KiB
Plaintext

1.4.4:
- 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
1.4.3:
- Fix: minor bugfixes
1.4.2:
- Feature: Added support for writing BLOB data. The API version remains 1.2, as all existing 1.2 features are unchanged.
1.4.1:
- Fix: Added a DEBUG_LOG parameter to prevent SQL queries and GUIDs from being exposed in logs in production environments.
- Feature: Added support for reading BLOB data. The API version remains 1.2, as all existing 1.2 features are unchanged.
1.3.1:
- Feature: Added systemd support, including an installation script.
- Feature: Logging now directs output to the console or the system journal, depending on the runtime mode.
1.2.1:
- Initial release on GitHub