Releases: xtrime-ru/TelegramApiServer
v1.8.2
v1.8.1
Store madelineProto cache in mysql
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
EventHandler Optimisation
Now EventHandler starts only if there is listeners on websocket. This allow use TelegramApiServer along with bot api webhooks.
Broken session detection
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
getMedia and getMediaPreview now return media (or redirect to source media) from messages with web page preview.
Fix start without sessions
v1.7.4 Update composer
Recursive session search in subfolders
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
v1.7.2 Dockerfile fix