Skip to content

Releases: HeCorr/telegram-bot-gateway

Release v1.2.0

08 Dec 22:15
29423ab
Compare
Choose a tag to compare

This release includes code improvements and some new features:

  • Implemented the -i flag for generating default bots.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

21 Nov 17:21
0a8cd3e
Compare
Choose a tag to compare

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

21 Nov 05:36
c5d53b8
Compare
Choose a tag to compare

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

20 Nov 05:23
4d7d731
Compare
Choose a tag to compare

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.