Skip to content

Releases: mymmrac/telego

v0.18.2 CI & Linters

12 Jan 10:11
Compare
Choose a tag to compare

Overview

  • Updated CI workflows
  • Updated linter config
  • Added two new utils
  • Fixed race condition in bot handler

What's Changed

  • Bump golang.org/x/text from 0.5.0 to 0.6.0 by @dependabot in #75
  • Bump github.com/valyala/fasthttp from 1.43.0 to 1.44.0 by @dependabot in #77

Full Changelog: v0.18.1...v0.18.2

v0.18.1 Telegram Bot API v6.4

30 Dec 19:51
Compare
Choose a tag to compare

Overview

  • Updated to Telegram Bot API v6.4

Full Changelog: v0.18.0...v0.18.1

v0.18.0 Custom webhook funcs

06 Dec 16:15
Compare
Choose a tag to compare

Overview

  • Made public StartListeningForWebhookCustom
  • Added StopWebhookCustom
  • Migrated from Makefile to Taskfile

What's Changed

  • #59: migrate makefile to taskfile by @witjem in #66
  • Bump github.com/valyala/fasthttp from 1.41.0 to 1.42.0 by @dependabot in #68
  • Bump github.com/fasthttp/router from 1.4.13 to 1.4.14 by @dependabot in #67
  • Bump github.com/valyala/fasthttp from 1.42.0 to 1.43.0 by @dependabot in #69
  • Bump github.com/goccy/go-json from 0.9.11 to 0.10.0 by @dependabot in #70
  • Bump golang.org/x/text from 0.4.0 to 0.5.0 by @dependabot in #71

New Contributors

Full Changelog: v0.17.1...v0.18.0

v0.17.1 Telegram Bot API v6.3

05 Nov 23:04
Compare
Choose a tag to compare

Overview

  • Updated to Telegram Bot API v6.3
  • Partially added Taskfile

What's Changed

New Contributors

Full Changelog: v0.17.0...v0.17.1

v0.17.0 Go 1.19

27 Oct 13:26
Compare
Choose a tag to compare

Overview

  • Updated to Go 1.19

What's Changed

  • Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #62
  • Bump github.com/valyala/fasthttp from 1.40.0 to 1.41.0 by @dependabot in #63

Full Changelog: v0.16.2...v0.17.0

v0.16.2 Small quality of life improvements

21 Oct 09:37
Compare
Choose a tag to compare

Overview

  • Updated example of long pulling
  • Added WithEmptyValues and WithCustomEmptyValues
  • Added WithWarnings
  • Added tu.Messagef
  • Added Telego docs badge (https://telego.ml)

What's Changed

  • Bump github.com/valyala/fasthttp from 1.39.0 to 1.40.0 by @dependabot in #57
  • Bump github.com/fasthttp/router from 1.4.11 to 1.4.12 by @dependabot in #58
  • Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #60
  • Bump golang.org/x/text from 0.3.8 to 0.4.0 by @dependabot in #61

Full Changelog: v0.16.1...v0.16.2

v0.16.1 WebApp validation

24 Aug 18:00
Compare
Choose a tag to compare

Overview

  • Added web app data validation as utility
  • Fixed shipping option utility
  • Updated dependencies

What's Changed

  • Bump github.com/valyala/fasthttp from 1.38.0 to 1.39.0 by @dependabot in #53
  • Bump github.com/goccy/go-json from 0.9.10 to 0.9.11 by @dependabot in #54

Full Changelog: v0.16.0...v0.16.1

v0.16.0 Telegram Bot API v6.2

12 Aug 15:36
Compare
Choose a tag to compare

Overview

  • Updated to Telegram Bot API v6.2
  • Added more predicates & utilities
  • Fixed bug with multi value return methods
  • Small refactorings

What's Changed

Full Changelog: v0.15.3...v0.16.0

v0.15.3 Imrovments & examples

24 Jul 08:52
Compare
Choose a tag to compare

Overview

  • Added new WithHealthCheck option
  • Added Clone method for update
  • Used Clone in bot handlers predicates & update processor utility
  • Added couple new examples
  • Updated CI dependencies

What's Changed

Full Changelog: v0.15.2...v0.15.3

v0.15.2

20 Jul 17:24
Compare
Choose a tag to compare

Overview

  • Added telego: prefix to all methods errors
  • Added CallbackQuery utility
  • Added MessageEntity utilities

What's Changed

  • Bump github.com/goccy/go-json from 0.9.8 to 0.9.10 by @dependabot in #43

Full Changelog: v0.15.1...v0.15.2