Skip to content

Releases: loyldg/mytelegram

v0.20.429

29 Apr 10:28
Compare
Choose a tag to compare
  • Fix: WebA/Android client reconnecting issue
  • Fix: Other minor issues

v0.20.422

20 Apr 14:36
6ac90c1
Compare
Choose a tag to compare
  • Upgrade to layer 177
  • Improve the stability of the server
  • Optimize APIs for mobile APP(Android,iOS)
  • Channel functions optimization (search messages, delete messages,comments, etc.)
  • Added new SMS sender(vonage)
  • Added verification code configuration (verification code length, expiration time)
  • Other minor bug fixes

Full Changelog: v0.18.223...v0.20.422

v0.18.223

23 Feb 15:16
Compare
Choose a tag to compare
  • Update API schema on layer 173
  • Contact management
  • ChatInvites management
  • Join channel by link
  • Other minor bug fixes

Full Changelog: v0.16.108...v0.18.223

v0.16.108

09 Jan 13:51
Compare
Choose a tag to compare
  • Update API schema on layer 170
  • Implement future auth tokens
  • Implement channel PeerColor
  • Improve security
    • All temp auth keys are no longer stored in the database, but are stored in memory
    • The default expiration time of temp auth keys is 12 hours
    • Other minor security issues
  • Fix TFutureSalts serialization issue
  • Other minor bug fixes

v0.15.1214

15 Dec 08:04
Compare
Choose a tag to compare

(2023-12-15)

  • Feat:Upgrade to layer 167 (c86a022)
  • Chore:Update Dockerfile and build scripts (6b59b8b)
  • Doc:Add docker build instructions (81ab053)
  • Doc:Remove demo servers (cd1ce2d)
  • Doc:Update build instructions (094e744)
  • Doc:Updated build instructions (49a369e)
  • docs:Update README.md (4784e9b)
  • Feat:Add default implementation of RpcDropAnswerHandler (41d45a9)
  • Feat:GetBlockedHandler returns default data (76944d5)
  • Feat:GetPassword/GetPrivacy/CanSendStory returns default data (96a05a0)
  • Feat:User/Channel peerColor (05431f7)
  • Fix:Add missing JsonSerializable types (6f08775)
  • Fix:Get cached authorization use wrong cache key (eb2b8ec)
  • Fix:Implement new APIs (41b454b)
  • Fix:ImportAuthorizationHandler always throw exceptions (e5ad7ab)
  • Fix:No value(DcOptions[1]) passed to messenger server (271a9c9)
  • Fix:PtsReadModel not update (8f1b280)
  • Fix:Set the authorizations expiration time to 10 minutes (9548c7e)
  • Refactor:Cleanup code (f4ca76c)
  • Reimplement SMS server (d176ebd)
  • Update build script (28fa839)
  • Update docker config (942ddeb)
  • Update log message (266adf9)
  • Upgrade version to v0.15.1214 (1717046)

v0.15.1125

03 Dec 13:52
Compare
Choose a tag to compare

Features

  • Upgrade API version to layer 166
  • Split messenger server into command server(handle command request) and query server(handle query request) to improve performance
  • Use new serializer
  • Feat:Add accesshash service to check peer's accesshash
  • Feat:Add multi layer support
  • Fix:Gateway server bugs
  • Fix:WebK load emoji list issue
  • Fix:Create channel issue
  • Fix:Other bugs

v0.13.614

14 Jun 12:44
Compare
Choose a tag to compare
v0.13.614 Pre-release
Pre-release
  • Fix:Send large file(>5MB) failed

Full Changelog: v0.13.421...v0.13.614

v0.13.421

29 Apr 13:15
Compare
Choose a tag to compare

Features

  • Upgraded MTProto version to Layer 158
  • New:Implemented TCP and WebSocket server based on Kestrel
  • Fixed:Call InviteToChannelHandler not reply
  • Fixed:Other minor bugs

v0.12.304

04 Mar 09:40
Compare
Choose a tag to compare

Features

  • Upgrade MTProto version to layer 152
  • Fix other bugs

What's Changed

  • Chore(deps): Bump MongoDB.Driver from 2.15.1 to 2.19.0 in /source/src/EventFlow.MongoDB by @dependabot in #15

New Contributors

Full Changelog: v0.11.1102...v0.12.304

v0.11.1102

03 Nov 09:53
Compare
Choose a tag to compare

Features

  • Upgrade MTProto version to layer 146
  • Use Minio to store files
  • Implement delete channel participant history api
  • Fix:Get dialogs returns only first 20 rows data
  • Fix:Deleted messages not delete from readmodels
  • Fix:Gateway server issues
  • Fix:User signup issues
  • Fix:Other bugs