ha-handler/changelog.md

25 lines
839 B
Markdown
Raw Normal View History

2022-02-23 17:56:04 +01:00
# 2022-02-23 - v0.2.1
* haproxy: properly close file descriptor after socker query.
* Add editorconfig, (mix) format codebase.
# 2022-02-21 - v0.2.0
* haproxy: fix invalid deduplication / merging of stat entries.
* pgsql: refactoring, wire mode of operation (primary, secondary).
* control: route PGSQL traffic to primary server(s).
* web: display friendly names instead of IDs of HAProxy servers and backends.
2022-02-19 11:46:35 +01:00
# 2022-02-19 - v0.1.1
* web: fix HTML overview page in release environments:
- web: bundle EEX template in Controller module at compile-time.
- web: evaluate static paths at runtime.
# 2022-02-19 - v0.1.0
* Initial tagged release - expect rough edges.
* web: simple HTML status page.
* haproxy: wiring to the stats socket, extract statistics.
* pgsql: initial plumbing, only able to extract version for the time being.