Releases: ilyalatt/Telega
Releases · ilyalatt/Telega
0.5.0
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
ResolveUsername
,SendMedia
,SendMultimedia
,UploadMediaAsPhoto
,UploadMediaAsDocument
,JoinChannel
methods thanks to @tarasverqTgInvalidPasswordException
instead of crypticUnknown rpc error (400, 'PASSWORD_HASH_INVALID')
also by @tarasverq- layer 124
0.3.3
0.3.2-preview002
- fix DC migration without auth issue, #21
- layer 98
- enhanced implicit casting of DTOs, DU.Tag -> Some<DU> case
0.3.2-preview001
updates stream sketch
0.3.1
0.3.0
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 viaTgConnectionPool
with DCs and enhances performance - change of
Session
, newVersion
field to prevent usage of sessions with deprecated format - change of some names
0.2.1
0.2.0
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
0.1.0 Create LICENSE.md