Releases: timschumi/gmod-chttp
Releases · timschumi/gmod-chttp
Version 1.10.2
Version 1.10.1
- Update to zlib 1.3.1, OpenSSL 3.2.0, and curl 8.5.0
Version 1.10.0
- Update to OpenSSL 3.1.3 and curl 8.4.0
- Add update notifications (configuration)
- Add light telemetry (configuration, feedback)
Version 1.9.0
- Update to zlib 1.3, OpenSSL 3.1.2, and curl 8.2.1
- Add support for disabling redirects
- Recreate the timer for processing requests automatically
Version 1.8.2
- Update to OpenSSL 3.1.1 and curl 8.1.2
- Concatenate multiple headers with the same name with a comma
Version 1.8.1
This release contains security fixes for third-party dependencies. Updating is strongly encouraged, as the fixed security issues might be applicable to the functionality of the module.
- Update OpenSSL to 3.0.8
Version 1.8.0
This release contains security fixes for third-party dependencies and new features. Updating is strongly encouraged, as the fixed security issues might be applicable to the functionality of the module.
- Update zlib to 1.2.13
- Update OpenSSL to 3.0.7
- Update curl to 7.86.0
- Add a global
CHTTP_VERSION
variable - Automatically determine the version number from the last Git tag
- Build binaries on GitHub actions
- Change the code formatting rules
Version 1.7.0
This release contains new features. Updating is encouraged, but not necessary.
- Switch to using zero-delay timers for processing requests. This makes requests on hibernating servers work.
Version 1.6.1
This release contains dependency updates. Updating is recommended, but not strictly necessary.
- Update OpenSSL to 3.0.4
- Update curl to 7.83.1
Version 1.6.0
- Build Linux binaries using the Steam runtime
- Build Windows binaries on Debian 11
- Update to zlib 1.2.12, OpenSSL 3.0.2 and curl 7.82.0
- Warn if the system entropy is too low on Linux
- Change the default request timeout to 60 seconds to match HTTP