Mymmrac Telego Versions Save

Telegram Bot API library for Go

v0.29.2

1 month ago

Overview

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

What's Changed

Full Changelog: https://github.com/mymmrac/telego/compare/v0.29.1...v0.29.2

v0.29.1

2 months ago

Overview

  • Updated to Telegram Bot API v7.1

Full Changelog: https://github.com/mymmrac/telego/compare/v0.29.0...v0.29.1

v0.29.0

2 months ago

:boom: 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: https://github.com/mymmrac/telego/compare/v0.28.0...v0.29.0

v0.28.0

5 months ago

Overview

  • :boom: 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

New Contributors

Full Changelog: https://github.com/mymmrac/telego/compare/v0.27.2...v0.28.0

v0.27.2

5 months ago

Overview

  • Added WebAppInfo utility
  • Added ChatID method for telego.Chat
  • Added Any and None predicates
  • Added Or predicate (deprecated Union)

What's Changed

Full Changelog: https://github.com/mymmrac/telego/compare/v0.27.1...v0.27.2

v0.27.1

6 months ago

Overview

  • Fixed linters
  • Fixed #141
  • Updated method receiver to be a printer for telegoapi.Error
  • Updated types & methods comments

What's Changed

Full Changelog: https://github.com/mymmrac/telego/compare/v0.27.0...v0.27.1

v0.27.0

6 months ago

Overview

  • Added Bot Handlers with context
  • Updated built-in middlewares
  • Improved CommandRegexp to support /cmd@bot args syntax
  • Updated ParseCommand utility
  • Added more keyboard utilities
  • Updated dependencies

What's Changed

Full Changelog: https://github.com/mymmrac/telego/compare/v0.26.3...v0.27.0

v0.26.3

7 months ago

Overview

  • Updated to Telegram Bot API v6.9

What's Changed

Full Changelog: https://github.com/mymmrac/telego/compare/v0.26.2...v0.26.3

v0.26.2

7 months ago

Overview

  • Added WithTestServerPath bot option
  • Updated dependencies

What's Changed

Full Changelog: https://github.com/mymmrac/telego/compare/v0.26.1...v0.26.2

v0.26.1

8 months ago

Overview

  • Updated to Telegram Bot API v6.8
  • New predicates for message caption

What's Changed

New Contributors

Full Changelog: https://github.com/mymmrac/telego/compare/v0.26.0...v0.26.1