Skip to content

Releases: ilyalatt/Telega

0.5.0

07 Dec 20:24
Compare
Choose a tag to compare

A lot of breaking changes. The goal is too eliminate confusing for such a library LanguageExt and replace it with standard primitives. Check out Telega.Playground to simplify the migration process.

  • Layer 135
  • Fixed Updates and Upload
  • Simplified union tags
  • IReadOnlyList instead of Arr
  • T? instead of Option
  • NullExtensions for convenient extensions like NChoose
  • LanguageExt removal
  • A lot of new helper methods
  • YAML DTO string representation

0.4.0

06 Mar 18:35
Compare
Choose a tag to compare
  • ResolveUsername, SendMedia, SendMultimedia, UploadMediaAsPhoto, UploadMediaAsDocument, JoinChannel methods thanks to @tarasverq
  • TgInvalidPasswordException instead of cryptic Unknown rpc error (400, 'PASSWORD_HASH_INVALID') also by @tarasverq
  • layer 124

0.3.3

15 Jul 14:01
Compare
Choose a tag to compare
  • layer 114
  • fix of DownloadFile bug that prevents download of big files

0.3.2-preview002

17 Apr 10:49
Compare
Choose a tag to compare
0.3.2-preview002 Pre-release
Pre-release
  • fix DC migration without auth issue, #21
  • layer 98
  • enhanced implicit casting of DTOs, DU.Tag -> Some<DU> case

0.3.2-preview001

15 Apr 21:21
Compare
Choose a tag to compare
0.3.2-preview001 Pre-release
Pre-release

updates stream sketch

0.3.1

04 Feb 18:00
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release
  • fixed ACKs
  • flood middleware (prevent requests if a client is locked by a flood error)
  • layer 95

0.3.0

04 Feb 18:09
628873c
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • TgMiddlewareChain, DelayCallMiddleware which is used be default to prevent a flood error
  • a periodical asynchronous Store saving (100ms) instead of save on each change
  • automatic reconnect attempt on each call
  • an internal class TgBellhop, which handles work with a pool of connections via TgConnectionPool with DCs and enhances performance
  • change of Session, new Version field to prevent usage of sessions with deprecated format
  • change of some names

0.2.1

22 Jan 15:55
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Use only IPv4 DC endpoints

0.2.0

22 Jan 15:37
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Changes:

  • The latest layer and MTProto 2.0
  • Enhanced factorization, which means faster connection initialization
  • ACK is in a container now, that improves performance
  • Fix of the File Migration issue
  • Modularization of TelegramClient
  • Enhanced DTOs: AsXyz methods, improved one-tag type case
  • Enhanced random

Initial release

12 Jan 23:29
f43d8e7
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
0.1.0

Create LICENSE.md