Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Latest commit

 

History

History
42 lines (28 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

42 lines (28 loc) · 1.36 KB

Changelog

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.

[1.2.0] - 2020-03-06

Added

  • Add support for timeout_server in rules backend.
  • Add global settings timeout_server_max and timeout_server_default to haproxy.

Changed

  • Default timeout_server is now undefined (infinite) for orm_external backend.
  • For all other backends (except stats) timeout_server is 15s (previous value of defaults->timeout_server).

[1.1.2] - 2019-08-27

Added

  • Extended documentation (rule examples)

Changed

  • Fix log format for external ORM listener

[1.1.1] - 2019-05-28

Changed

  • Extended log format to include multiple timing fields.

[1.1.0] - 2019-05-09

Added

  • Add support for max_connections + max_queued_connections to servers in backend
  • Explicitly set timeout queue 10s in haproxy template.
  • Travis CI

Changed

  • Port echo_server.py used in deployment tests to python3.

[1.0.0] - 2019-03-15

Open source release.