Skip to content

Releases: mymmrac/telego

v0.15.1 Minor improvemnets

15 Jul 16:35
Compare
Choose a tag to compare

Overview

  • Added telego: prefix to all errors
  • Added router for webhook with github.com/fasthttp/router as options
  • Added basic health API for webhook as options
  • Added UpdateProcessor utility method

Full Changelog: v0.15.0...v0.15.1

v0.15.0 Helpers redisign

14 Jul 21:23
Compare
Choose a tag to compare

Overview

  • Redesigned long pulling & webhook helpers
  • Added options to modify long pulling & webhook helpers contexts
  • Improved test coverage
  • Improved documentation & README

Full Changelog: v0.14.0...v0.15.0

v0.14.0 Bug fixes & improvements

12 Jul 19:00
Compare
Choose a tag to compare

Overview

  • Add ability to hide bot token (#33)
  • Fixed race conditions
  • Added race testing CI

What's Changed

  • Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot in #34
  • Bump github.com/goccy/go-json from 0.9.7 to 0.9.8 by @dependabot in #35
  • perf: Move the logic for determining which handler to use to the conditioalHandler to the conditional_handler.go by @linbuxiao in #38

New Contributors

Full Changelog: v0.13.2...v0.14.0

v0.13.2 Dependency update & comments

29 Jun 08:36
Compare
Choose a tag to compare

Overview

  • Dependency update of fasthttp & testify
  • Added comments
  • Updated examples

What's Changed

  • Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 by @dependabot in #29
  • Update DefaultLogger in README by @vitkarpov in #31
  • Bump github.com/valyala/fasthttp from 1.37.0 to 1.38.0 by @dependabot in #30

New Contributors

Full Changelog: v0.13.1...v0.13.2

v0.13.1 Telegram Bot API v6.1

21 Jun 20:53
Compare
Choose a tag to compare

Overview

  • Updated to Telegram Bot API v6.1
  • Updated dependency

What's Changed

  • Bump github.com/stretchr/testify from 1.7.2 to 1.7.4 by @dependabot in #28

Full Changelog: v0.13.0...v0.13.1

v0.13.0 Bug fix + graceful shutdown

06 Jun 19:06
Compare
Choose a tag to compare

Overview

  • Graceful shutdown for bot handlers
  • Security bug fix of YAML (gopkg.in/yaml.v3)

Full Changelog: v0.12.1...v0.13.0

v0.12.1 Fixed bug

24 May 14:21
Compare
Choose a tag to compare

Overview

  • Fixed bug with sending files
  • Updated dependencies (#27)
  • Added some comments

What's Changed

  • Bump github.com/valyala/fasthttp from 1.36.0 to 1.37.0 by @dependabot in #27

Full Changelog: v0.12.0...v0.12.1

v0.12.0 Moved to goccy/go-json

10 May 22:02
Compare
Choose a tag to compare

Overview

  • Moved from jsoniter/go to goccy/go-json

Full Changelog: v0.11.1...v0.12.0

v0.11.1 More handlers & predicates

28 Apr 15:17
Compare
Choose a tag to compare

Overview

  • Added more predicates for different types
  • Added all handlers for update values

What's Changed

  • Bump github.com/valyala/fasthttp from 1.35.0 to 1.36.0 by @dependabot in #26

Full Changelog: v0.11.0...v0.11.1

v0.11.0 Telegram Bot API v6.0

26 Apr 21:12
Compare
Choose a tag to compare

Overview

  • Updated to Telegram Bot API v6.0

Full Changelog: v0.10.4...v0.11.0