Releases: mymmrac/telego
Releases Β· mymmrac/telego
v1.0.0 Big Bang 2
π₯ Notice
- Contains a lot of braking changes
Overview
- π₯ See v1.0.0-rc1 Context to all
- Semi-stable API (no major breaking changes are planned)
What's Changed
- Telego v1.0.0 by @mymmrac in #242
- Bump github.com/bytedance/sonic from 1.12.9 to 1.12.10 by @dependabot in #246
Full Changelog: v0.32.0...v1.0.0
v1.0.0-rc1 Context to all
π₯ 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
v0.31.6 Bug fixes & improvements
Overview
- Fixes some return types of methods
- Added
UnmarshalJSON
toChatID
- 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
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
- @sterligov made their first contribution in #222
Full Changelog: v0.31.4...v0.31.5
v0.31.4 JSON update & fixes
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
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
v0.31.1 Telegram Bot API v7.8
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
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