Skip to content

Releases: mymmrac/telego

v1.0.0 Big Bang 2

04 Mar 15:32
Compare
Choose a tag to compare

πŸ’₯ Notice

  • Contains a lot of braking changes

Overview

What's Changed

Full Changelog: v0.32.0...v1.0.0

v1.0.0-rc1 Context to all

20 Feb 08:55
904edbc
Compare
Choose a tag to compare
Pre-release

πŸ’₯ Notice

  • This release is a major overhaul of the lib that is incompatible with v0.x.x, for migration to the new version add context to all bot methods, update bot handlers signature and most importantly update long polling and webhook usage, see examples and README for more details

Overview

  • Updated minimum Go version to 1.23.4
  • πŸ’₯ Added context to methods
  • πŸ’₯ Updated long polling
  • πŸ’₯ Updated webhook
  • Updated errors returned from methods
  • πŸ’₯ Updated caller to accept context
  • πŸ’₯ Rewritten bot handles
  • Added more handlers
  • πŸ’₯ Update CommandRegexp regexp to exclude @ from username
  • Added more predicate
  • Added ID and Username methods
  • Other minor fixes and improvements

What's Changed

Full Changelog: v0.32.0...v1.0.0-rc1

v0.32.0 Telegram Bot API v8.2

15 Jan 11:13
Compare
Choose a tag to compare

Overview

  • Updated to Telegram Bot API v8.2

Full Changelog: v0.31.6...v0.32.0

v0.31.6 Bug fixes & improvements

15 Jan 09:20
Compare
Choose a tag to compare

Overview

  • Fixes some return types of methods
  • Added UnmarshalJSON to ChatID
  • Updated dependencies

What's Changed

  • chore: update copyright year by @maxktz in #233
  • Bump github.com/fasthttp/router from 1.5.3 to 1.5.4 by @dependabot in #232
  • Bump github.com/fasthttp/router from 1.5.3 to 1.5.4 in /examples by @dependabot in #234
  • Bump github.com/bytedance/sonic from 1.12.6 to 1.12.7 by @dependabot in #235

New Contributors

Full Changelog: v0.31.5...v0.31.6

v0.31.5 Updated dependencies & fixes

19 Dec 09:56
28e9434
Compare
Choose a tag to compare

Overview

  • Added some small fixes
  • Updated denepndencies

What's Changed

  • Bump github.com/bytedance/sonic from 1.12.3 to 1.12.4 by @dependabot in #220
  • Fixed ReplaceStickerInSetParams implements fileCompatible interface by @sterligov in #222

New Contributors

Full Changelog: v0.31.4...v0.31.5

v0.31.4 JSON update & fixes

30 Oct 20:24
Compare
Choose a tag to compare

Overview

  • Updated the way JSON is handled, users can now set custom JSON marshal/unmarshal funcs (not only from 3 already supported ways)
  • Fixed #216
  • Updated dependencies

What's Changed

  • Bump github.com/bytedance/sonic from 1.12.2 to 1.12.3 by @dependabot in #209
  • Bump github.com/valyala/fasthttp from 1.55.0 to 1.56.0 by @dependabot in #210
  • Bump github.com/valyala/fasthttp from 1.55.0 to 1.56.0 in /examples by @dependabot in #212
  • Bump golang.ngrok.com/ngrok from 1.10.0 to 1.11.0 in /examples by @dependabot in #214
  • Bump github.com/valyala/fasthttp from 1.56.0 to 1.57.0 by @dependabot in #215

Full Changelog: v0.31.3...v0.31.4

v0.31.3 Telegram Bot API v7.10

12 Sep 08:05
Compare
Choose a tag to compare

Overview

  • Updated to Telegram Bot API v7.10

What's Changed

  • Bump github.com/bytedance/sonic from 1.12.1 to 1.12.2 by @dependabot in #205

Full Changelog: v0.31.2...v0.31.3

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