All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add support for
timeout_server
in rules backend. - Add global settings
timeout_server_max
andtimeout_server_default
to haproxy.
- Default
timeout_server
is now undefined (infinite) fororm_external
backend. - For all other backends (except stats)
timeout_server
is 15s (previous value ofdefaults->timeout_server
).
- Extended documentation (rule examples)
- Fix log format for external ORM listener
- Extended log format to include multiple timing fields.
- Add support for
max_connections
+max_queued_connections
toservers
in backend - Explicitly set timeout queue 10s in haproxy template.
- Travis CI
- Port echo_server.py used in deployment tests to python3.
Open source release.