Skip to content

Releases: mymmrac/telego

v0.31.2 Telegram Bot API v7.9

20 Aug 08:15
Compare
Choose a tag to compare

Overview

  • Updated to Telegram Bot API v7.9

Full Changelog: v0.31.1...v0.31.2

v0.31.1 Telegram Bot API v7.8

12 Aug 08:52
Compare
Choose a tag to compare

Overview

  • Updated to Telegram Bot API v7.8

What's Changed

  • Bump golang.ngrok.com/ngrok from 1.9.1 to 1.10.0 in /examples by @dependabot in #197
  • Bump github.com/bytedance/sonic from 1.11.9 to 1.12.0 by @dependabot in #201
  • Bump github.com/bytedance/sonic from 1.12.0 to 1.12.1 by @dependabot in #203

Full Changelog: v0.31.0...v0.31.1

v0.31.0 Telegram Bot API v7.7

07 Jul 15:28
Compare
Choose a tag to compare

Overview

  • Updated to Telegram Bot API v7.7
  • Forbidden to implement types interfaces
  • Fixes Unmarshal errors

What's Changed

  • Bump github.com/valyala/fasthttp from 1.54.0 to 1.55.0 by @dependabot in #191
  • Bump github.com/bytedance/sonic from 1.11.8 to 1.11.9 by @dependabot in #192
  • Bump github.com/valyala/fasthttp from 1.54.0 to 1.55.0 in /examples by @dependabot in #194

Full Changelog: v0.30.2...v0.31.0

v0.30.2 Telegram Bot API v7.4

02 Jun 08:38
Compare
Choose a tag to compare

Overview

  • Updated to Telegram Bot API v7.4

Full Changelog: v0.30.1...v0.30.2

v0.30.1 Telegram Bot API v7.3

24 May 21:47
Compare
Choose a tag to compare

Overview

  • Updated to Telegram Bot API v7.3

Full Changelog: v0.30.0...v0.30.1

v0.30.0 Updates & fixes

24 May 19:28
Compare
Choose a tag to compare

Overview

  • Removed BotHandler options and replaced them with StopWithContext method
  • Removed webhook options since it was misleading and didn't do what was expected

What's Changed

  • Bump github.com/bytedance/sonic from 1.11.3 to 1.11.4 by @dependabot in #174
  • Bump github.com/bytedance/sonic from 1.11.4 to 1.11.5 by @dependabot in #176
  • Bump golang.org/x/net from 0.21.0 to 0.23.0 in /examples by @dependabot in #177
  • Bump github.com/bytedance/sonic from 1.11.5 to 1.11.6 by @dependabot in #179
  • Bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #180
  • Bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #182
  • Bump github.com/valyala/fasthttp from 1.52.0 to 1.53.0 by @dependabot in #183
  • Bump github.com/valyala/fasthttp from 1.52.0 to 1.53.0 in /examples by @dependabot in #184
  • Bump github.com/bytedance/sonic from 1.11.6 to 1.11.7 by @dependabot in #185

Full Changelog: v0.29.2...v0.30.0

v0.29.2 Telegram Bot API v7.2

31 Mar 21:30
Compare
Choose a tag to compare

Overview

  • Updated to Telegram Bot API v7.2
  • Updated dependencies

What's Changed

  • Bump github.com/bytedance/sonic from 1.10.2 to 1.11.0 by @dependabot in #164
  • Bump github.com/bytedance/sonic from 1.11.0 to 1.11.1 by @dependabot in #165
  • Bump github.com/bytedance/sonic from 1.11.1 to 1.11.2 by @dependabot in #166
  • Bump golang.ngrok.com/ngrok from 1.8.1 to 1.9.0 in /examples by @dependabot in #167
  • Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #168
  • Bump github.com/fasthttp/router from 1.4.22 to 1.5.0 by @dependabot in #169
  • Bump github.com/fasthttp/router from 1.4.22 to 1.5.0 in /examples by @dependabot in #170
  • Bump github.com/bytedance/sonic from 1.11.2 to 1.11.3 by @dependabot in #171
  • Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /examples by @dependabot in #172
  • Bump golang.ngrok.com/ngrok from 1.9.0 to 1.9.1 in /examples by @dependabot in #173

Full Changelog: v0.29.1...v0.29.2

v0.29.1 Telegram Bot API v7.1

16 Feb 15:09
Compare
Choose a tag to compare

Overview

  • Updated to Telegram Bot API v7.1

Full Changelog: v0.29.0...v0.29.1

v0.29.0 Telegram Bot API v7.0

15 Feb 10:44
Compare
Choose a tag to compare

💥 Notice

  • Expect braking changes since Telegram updated it's types & methods

Overview

  • Updated to Telegram Bot API v7.0
  • Updated dependencies
  • Expect some performance degradation, since unmarshaling Message, Chat and some other types now is more complex

What's Changed

New Contributors

Full Changelog: v0.28.0...v0.29.0

v0.28.0 Bug fixes & updates

27 Nov 16:22
Compare
Choose a tag to compare

Overview

  • 💥 Changed logic of context in webhook handler (added context parameter)
  • Updated to Go 1.21
  • Added build tags for different JSON encodings support
  • Goroutine safety for adding Bot Handlers (handler, middlewares, groups)
  • Fixed bug with Bot Handlers stop
  • Added ValidateLoginWidgetData utility

What's Changed

  • Bump github.com/fasthttp/router from 1.4.21 to 1.4.22 by @dependabot in #150
  • feat: use internal/json to handle json by @AH-dark in #146

New Contributors

Full Changelog: v0.27.2...v0.28.0