1
0
mirror of https://github.com/alm494/sql_proxy.git synced 2026-04-26 19:41:50 +02:00
Files
sql_proxy/CHANGELOG
T
Almaz Sharipov 8e8abffca9 release 1.4.3
2025-10-07 09:08:11 +03:00

21 lines
641 B
Plaintext

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