UNPKG

1.27 kBMarkdownView Raw
1# 2.2.2
2* Fixed bug with cyrillic text encoding
3* Fixed bug with several broken methods invocations
4* Optimized authorization performance
5* Added fix for automatic base data center selection by [@goodmind][]
6
7# 2.2.1
8* Flag (optional type) fields now acts like common fields.
9* Zeroes, empty strings and empty types now can be omited. write only useful fields.
10* *invokeWithLayer* api field now may detects internally and don't required (but still valid).
11* Type check argument fields
12* Fix auth race condition
13* Add batch async logger
14
15# 2.2.0
16
17* **breaking** Instance now creates without `new`
18* **breaking** Rename module exports from `ApiManager` to `MTProto`
19
20# =<2.1.0
21
22Several early alpha versions based on new architechture
23
24---
25
26# 1.1.0 *(beta)*
27
28* **breaking** Remove all functions from response. Just use the field values.
29* Remove logger from response
30* Add changelog.md
31
32# 1.0.6 *(beta)*
33
34* Https connection. Usage:
35```javascript
36const { network } = require('telegram-mtproto')
37const connection = network.http({ host: 'ip', port: '80', protocol: 'https' })
38```
39* Websockets connection. Usage:
40```javascript
41const connection = network.wc({ host: 'ip', port: '80' })
42```
43* Precision timing
44* Major performance boost
45
46[@goodmind]: https://github.com/goodmind/
\No newline at end of file