TelegramApiServer Versions Save

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

v2.2.1

4 months ago

Features:

  1. Fix support of proxy;
  2. Allow to switch serializer via env or json settings.

v2.2.0

4 months ago

Docker upgrades:

  • php8.3
  • additional extensions for better perfomance

v2.1.0

4 months ago

Update for MYSQL table prefixes. Now table prefix is same as session name and not account id. No session files required for start anymore.

How to upgrade:

  1. Stop containers and remove session files:
    docker compose down
    docker compose up -d mysql
    rm -rf vendor/
    rm -rf sessions/session.madeline/*
    
  2. Rename tables in MadelineProto MYSQL database from XXXXX_MTProto_session to session_MTProto_session:
    Снимок экрана 2023-11-19 в 18 50 14 If you have multiple containers/sessions you need to rename tables according to session names.
  3. docker compose up -d

v2.0.3

8 months ago

v2.0.2

9 months ago

Fixes:

  • Reduce flood wait timeout to prevent infinite flood wait loop
  • getSession statuses and healthcheck
  • support systems without pcintl ext

v2.0.1

10 months ago

Bugfixes:

  • Fix healthcheck
  • Fix invalid json while checking ip in blacklist
  • Fix downloadToDir method

v2.0.0

11 months ago

Big update!

  • MadelineProto v8 with alot of bug-fixes
  • Amphp v3 with fibers
  • docker compose refactoring and main container renamed to just "api"

v1.11.1

1 year ago

Last stable release before migration to amp v3 and madelineProto v8

v1.11.0

1 year ago

Refactor docker entrypoint. Allow to override cli arguments. One command setup.

v1.10.15

1 year ago

New php version