Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

63 lines (41 loc) · 1.54 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.

v0.6.1 - 2023-12-05

Changed

  • Include README in Python package

v0.6.0 - 2023-12-05

Added

  • New API commands: showServers, set/getServerWeight
  • New API output formats: json, bootstrap (OPNsense)

Changed

  • Map commands disableServer and enableServer to set server state maint|ready
  • Print 'None' if no output is returned by HAProxy
  • Decode HAProxy socket output as UTF-8 instead of ASCII

v0.5.0 - 2015-05-24

Changed

  • Support for Python3

v0.4.0 - 2015-05-19

Added

  • Add support for specifying sockets as a TCP socket:
  • support for -k tcp://1.2.3.4:port
  • support for -k unix:///some/path

v0.3.1 - 2013-11-04

Fixed

  • Fix wrong self accidentally passed to self._getResult.

v0.3.0 - 2013-10-31

Added

  • Add new commands (frontends, backends)

v0.2.0 - 2013-05-08

Added

  • Add new commands (get weight, set weight, servers)

Changed

  • Restructure command execution and arguments in haproxyctl

Fixed

  • Fix problems with the buffer size while reading from the socket.

v0.1.0 - 2013-05-07

Initial release of haproxyctl.