Skip to content

Releases: xtrime-ru/TelegramApiServer

v1.8.2

13 Jun 22:26
Compare
Choose a tag to compare
Disable build in docker-compose

v1.8.1

12 Jun 22:47
Compare
Choose a tag to compare
Add timezone setting

Store madelineProto cache in mysql

11 Jun 18:47
Compare
Choose a tag to compare

Huge update for madelineProto and docker-compose files.

I implemented new storage mechanism in madelineProto to keep data in mysql instead of memory.

Docker-compose file updated too. Start using TelegramApiServer with mysql as simple as docker-compose up -d.

v1.7.8

27 May 23:21
Compare
Choose a tag to compare

Bugfixes and improvements

EventHandler Optimisation

12 Apr 22:10
Compare
Choose a tag to compare

Now EventHandler starts only if there is listeners on websocket. This allow use TelegramApiServer along with bot api webhooks.

Broken session detection

12 Apr 19:15
Compare
Choose a tag to compare

New approach in critical errors handling. If critical error is occurred, then all sessions will be checked and broken session will be disabled with no downtime.

Add support for media from webpage preview

07 Apr 22:55
Compare
Choose a tag to compare

getMedia and getMediaPreview now return media (or redirect to source media) from messages with web page preview.

Fix start without sessions

02 Apr 13:12
Compare
Choose a tag to compare
v1.7.4

Update composer

Recursive session search in subfolders

28 Mar 15:27
Compare
Choose a tag to compare

When running TAS with argument --session=* glob will search for sessions in sessions folder recursive. This means sessions from subfolders will be started too.

Dockerfile fix

11 Mar 00:05
Compare
Choose a tag to compare
v1.7.2

Dockerfile fix