Releases: mymmrac/telego
Releases · mymmrac/telego
v0.15.3 Imrovments & examples
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
- Bump actions/upload-artifact from 1 to 3 by @dependabot in #48
- Bump golangci/golangci-lint-action from 2 to 3 by @dependabot in #47
- Bump github/codeql-action from 1 to 2 by @dependabot in #46
- Bump actions/checkout from 2 to 3 by @dependabot in #45
- Bump actions/download-artifact from 1 to 3 by @dependabot in #44
Full Changelog: v0.15.2...v0.15.3
v0.15.2
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
v0.15.1 Minor improvemnets
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
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
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
- @linbuxiao made their first contribution in #38
Full Changelog: v0.13.2...v0.14.0
v0.13.2 Dependency update & comments
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
- @vitkarpov made their first contribution in #31
Full Changelog: v0.13.1...v0.13.2
v0.13.1 Telegram Bot API v6.1
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
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
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