Releases: 76-eddge/k8psh
Releases · 76-eddge/k8psh
v0.9.12
What's Changed
- Added logging of reason for shutdown by @nicklauslittle in #23
- Fix Actions by @nicklauslittle-gov in #26
Full Changelog: v0.9.10...v0.9.12
v0.9.10
What's Changed
- Fix socket readString issue by @nicklauslittle-gov in #22
Full Changelog: v0.9.9...v0.9.10
v0.9.9
What's Changed
- Fix static linking on Windows by @nicklauslittle in #18
- Support WIN32 builds on Linux by @nicklauslittle in #19
- Use more distinct names for macro-local variables by @nicklauslittle-gov in #20
- Add :debug docker image by @nicklauslittle-gov in #21
Full Changelog: v0.9.8...v0.9.9
v0.9.8
Changes:
- Add documentation
- Add socket buffering
v0.9.7
Changes:
- Allow environment variables in server arguments
v0.9.6
Changes:
- Add --copy-to option
v0.9.5
Changes:
- Add CodeQL analysis
- Clarify and cleanup server process execution
- Fix code analysis findings
- Fix socket scoping issue
v0.9.4
Changes:
- Add cleanup even when exceptions are thrown
- Add connect timeout
- Add k8s testing
- Add max connections option
- Fix C++14 -> C++11
- Fix path relativization
- Fix server shutdown on Windows
v0.9.3
Changes:
- Fix sending of command name
v0.9.2
Changes:
- Disable TIME_WAIT on *nix
- Added testing for PID file
- Added default values to environment variables
- Add server arguments to configuration file
- Add license information and new test
- Improve error logging, Fix socket initialization on Windows, Add attempted command symlink on Windows
- Improve robustness of build system