Releases: xtrime-ru/TelegramApiServer
Releases · xtrime-ru/TelegramApiServer
v2.7.0
v2.6.0
Features:
- Enable mysql compression by default
- Feat: Throw error if json is invalid in request
- Check files synchronously before asynchronous download, to return error code in case of problems with file metadata.
Fixes:
- Fix: API.methodCallAsyncRead
- Fix: support old keys format for methods with request in properties.
- Fix: download profile pictures
- Fix: remove cached db settings to ensure they properly upgraded
Full Changelog: v2.5.0...v2.6.0
v2.5.0
What's Changed
- Refactor request properties by @danog in #178
No need to wrap requests properties in data array. TelegramApiServer extract list of properties of called method and adapt request properties to correct shape. Old shape withdatawrapper is also supported for backward capability.
Full Changelog: v2.4.4...v2.5.0
v2.4.4
- Update madelineProto to TL200
- Use version for docker image
Full Changelog: v2.4.3...v2.4.4
v2.4.3
Hotfix: downloadToResponse was broken in v2.4.2
Full Changelog: v2.4.2...v2.4.3
v2.4.2
v2.4.1
Upgrade php to 8.4 in docker
Full Changelog: v2.4.0...v2.4.1
v2.4.0
What's Changed
- feat: add sendVideo method by @MarcusLestrange in #173
- edit Readme by @MarcusLestrange in #174
- php8.4 support
New Contributors
- @MarcusLestrange made their first contribution in #173
Full Changelog: v2.3.1...v2.4.0
v2.3.1
Full Changelog: v2.3.0...v2.3.1
v2.3.0
Features:
- Add Password protection for API: https://github.com/xtrime-ru/TelegramApiServer?tab=readme-ov-file#security
- Latest madelineProto version
Fixes:
- Docker 26 DNS issue: #155, amphp/dns#118