Skip to content

Releases: xtrime-ru/TelegramRSS

v3.1.1

16 Aug 01:24
Compare
Choose a tag to compare
Feat: docker php 8

v3.1.0

15 Aug 22:09
Compare
Choose a tag to compare

This release packed with handy features:

  • If requested peer returned a permanent error, such as: private channel, invalid username, not a channel, etc... it will be cached. All following requests to such peer will return cached error. This allow to reduce number of invalid requests to telegram and avoid FLOOD_WAIT error.
  • State of service saved on disk and loaded after restart. Bans, rate limits and invalid peers are now persistent. its allowed to inspect/edit this files in /cache folder, when service is stopped.

v3.0.3

05 Apr 21:41
Compare
Choose a tag to compare

Varios fixes

v3.0.2

10 Nov 23:44
Compare
Choose a tag to compare

Bug fixes and optimizations

v3.0.1

03 Nov 01:09
Compare
Choose a tag to compare

Disable ban on unavailable TelegramApiServer

v3.0.0

02 Nov 23:12
be37fd3
Compare
Choose a tag to compare

Whats new:

  • Independent RPM settings for media and messages requests.

Breaking changes:

  • New RPM options in .env, and rename of old options. Need to update old .env files manually according to .env.example.

v2.0.1

22 Jul 12:06
Compare
Choose a tag to compare

Fix bugs in media urls and public channels access checks.

New access control

13 Jun 14:01
Compare
Choose a tag to compare

New options in .env to customise access control: rpm, errors limit.
They allow to implement whitelist and blacklist of IP addresses.

For example: set rpm to 0 by default to block all requests, set unlimited rpm and errors limit for 127.0.0.1.

Docker support

11 Jun 18:54
Compare
Choose a tag to compare

Support for docker. Simple install: docker-compose up -d.

v1.1.2

26 May 11:34
Compare
Choose a tag to compare
Webpage preview url fix