TelegramApiServer Versions Save

Fast, simple, async php telegram api server: MadelineProto + Amp HTTP Server

v1.10.14

1 year ago

Upgrade dependencies:

  • MariaDb
  • MadelineProto

v1.10.13

1 year ago

Update websocket server:

  • Add ping heartbeats in websocket server (to fix possible issues with connection);
  • Fix session name retrive in eventHandler;
  • Fix event handler shutdown;
  • Update method signatures for latest amphp websocket-server requirements.

v1.10.12

1 year ago

MadelineProto fixes and latest latest TL 142 support.

v1.10.11

2 years ago

MadelineProto v7 and latest TL 135 support.

v1.10.10

2 years ago
  • Decrease db memory consumption (docker-compose)
  • Disable limit of requests from one IP.

v1.10.9

2 years ago

Latest madelineProto version and small fixes

v1.10.8

3 years ago

Support of latest madelineProto and exceptions logging bugfix.

v1.10.7

3 years ago

v1.10.6

3 years ago

Update to newest madelineProto version with various fixes.

v1.10.5

3 years ago
  • upgrade madelineproto
  • update extension list in Docker file
  • fix critical bug in health monitor: health check was done only once.