forked from neurogeek/haproxyctl
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Frank Wall
committed
Dec 5, 2023
1 parent
2f63cd9
commit 4b933e6
Showing
2 changed files
with
74 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,43 @@ | ||
2015 May, 19. | ||
0.4 | ||
- Added support for specifying sockets as a TCP socket: | ||
- support for -k tcp://1.2.3.4:port | ||
- support for -k unix:///some/path | ||
|
||
2013 Nov, 4. | ||
0.3.1 | ||
- Fixed wrong self accidentally passed to self._getResult. | ||
|
||
2013 Oct, 31. | ||
0.3 | ||
- Added new commands (frontends, backends) | ||
|
||
2013 May, 8. | ||
0.2 | ||
- Added new commands (get weight, set weight, servers) | ||
- Fixed problems with the buffer size while reading from the socket. | ||
- Restructured command execution and arguments in haproxyctl | ||
|
||
2013 May, 7. | ||
0.1 | ||
- Initial development. | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
|
||
## v0.5.0 - 2015-05-24 | ||
|
||
### Changed | ||
* Support for Python3 | ||
|
||
## v0.4.0 - 2015-05-19 | ||
|
||
### Added | ||
* Added 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 | ||
* Fixed wrong self accidentally passed to self._getResult. | ||
|
||
## v0.3.0 - 2013-10-31 | ||
|
||
### Added | ||
* Added new commands (frontends, backends) | ||
|
||
## v0.2.0 - 2013-05-08 | ||
|
||
### Added | ||
* Added new commands (get weight, set weight, servers) | ||
|
||
### Changed | ||
* Restructured command execution and arguments in haproxyctl | ||
|
||
### Fixed | ||
* Fixed problems with the buffer size while reading from the socket. | ||
|
||
## v0.1.0 - 2013-05-07 | ||
|
||
Initial release of haproxyctl. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters