diff --git a/CHANGELOG.md b/CHANGELOG.md index 88e9374..93c8b8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,38 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass - [x] +## [1.4.0] - 2024-11-29 + +### Added + +- new environment variable `Q3RCON_TARGET_HOST` for setting the host the gameserver is on. + +### Changed + +- environment variable `Q3RCON_HOST` renamed to `Q3RCON_PROXY_HOST` +- environment variable `Q3RCON_PROXY` renamed to `Q3RCON_TARGET_PORTS`. +- default session timeout changed from 5 to 20 minutes. + +## [1.3.0] - 2024-10-23 + +### Added + +- Add sessionCache for tracking sessions. +- Functional option `WithStaleTimeout` renamed to `WithSessionTimeout` + +## [1.2.0] - 2024-10-19 + +### Added + +- optional function `WithStaleTimeout`, use it to configure the session timeout value. + - it defaults to 5 minutes. + +## [1.1.0] - 2024-09-28 + +### Added + +- connection (challenge) requests are now logged. + ## [0.6.0] - 2024-03-21 ### Added