Skip to content

Releases: gotd/td

v0.21.0

17 Jan 10:09
80621b4
Compare
Choose a tag to compare
  • Fix TOS handling on sign up

v0.20.0

08 Jan 18:11
19c0f17
Compare
Choose a tag to compare
Merge pull request #113 from tdakkota/feature/gen/encode-zero-value

gen: automatic encoding of optional fields

v0.19.1

08 Jan 13:18
155719f
Compare
Choose a tag to compare
refactor(mtproto): move Session to separate file

v0.19.0

08 Jan 08:52
e4fa2ff
Compare
Choose a tag to compare
Merge pull request #112 from mendelmaleh/phone-migrate

fix(telegram): migrate on PHONE_MIGRATE rpc error

v0.18.1

06 Jan 04:08
d3c266b
Compare
Choose a tag to compare
chore(mtproto): improve type name logging

v0.18.0: Run() instead Connect()

05 Jan 15:55
e12ba5d
Compare
Choose a tag to compare

BREAKING: Now Connect method is removed, use following:

client := telegram.NewClient(1, "appHash", telegram.Options{})
client.Run(ctx, func(ctx context.Context) error {
	// Client is ready, function return closes client.
	return nil
})

v0.17.2

04 Jan 14:59
6a53248
Compare
Choose a tag to compare
refactor(conn): remove unused method

v0.17.1

04 Jan 11:28
9f36bd1
Compare
Choose a tag to compare
fix(bin): handle strings with 253 len

Fix #106

v0.17.0

04 Jan 01:52
de6ce25
Compare
Choose a tag to compare
  • Major refactoring
  • Support automatic dc migration

v0.16.0

29 Dec 20:20
a419ddf
Compare
Choose a tag to compare
ci: disable codecov patch check