Releases: HeCorr/telegram-bot-gateway
Release v1.2.0
This release includes code improvements and some new features:
- Implemented the
-i
flag for generating defaultbots.yaml
file - Implemented support for setting config options in the
bots.yaml
file (flags will override them) - Configured the webserver to use the network IP for the strict mode instead of headers (safer, doesn't work behind proxies (yet))
Note: the checksums are generated from the executables, not the archives.
Patch v1.1.1
This patch fixes a memory leak in HTTP requests (I forgot to close the response body as usual).
Note: the checksums are generated from the executables, not the archives.
Release v1.1.0
This version includes improvements to the HTTP client (used for forwarding requests), such as defining a 5 seconds timeout and ignoring certificates (so self-signed ones won't cause errors).
Note: the checksums are generated from the executables, not the archives.
Release v1.0.0
First release, pretty much functional, although redirecting requests to HTTPS servers with self-signed certificates might cause issues.
(this will be fixed in the next release)
Note: the checksums were generated from the executables, not the archives.