Releases: grammyjs/grammY
Releases · grammyjs/grammY
v1.15.0
What's Changed
- feat: add
has
andreadAll
methods toStorageAdapter
interface by @roziscoding in #366 - fix: incorrect type in
getMyDefaultAdministratorRights
by @dcdunkan in #375 - feat: exponential backoff for retries and permit cancelling
bot.init
by @KnorpelSenf in #377 - feat: make all adapters available on all platforms by @KnorpelSenf in #376
- refactor: share resp generation code between framework adapters by @KnorpelSenf in #378
- feat: add support for Bot API 6.6 by @KnorpelSenf in #381
Full Changelog: v1.14.1...v1.15.0
v1.14.1
Full Changelog: v1.14.0...v1.14.1
v1.14.0
What's Changed
- feat: add Cloudflare Workers module and hono adapters by @KnorpelSenf in #360
- feat: support Bot API 6.5 by @KnorpelSenf in #363
Full Changelog: v1.13.1...v1.14.0
v1.13.1
What's Changed
- fix: do not JSON.stringify twice for serveHttp adapter by @KnorpelSenf in #357
- feat: add native CloudFlare Workers adapter by @KnorpelSenf in #358
Full Changelog: v1.13.0...v1.13.1
v1.13.0
What's Changed
- feat: protect against lazy multi sessions mistake by @KnorpelSenf in #347
- feat: add ctx.entities by @roziscoding in #276
- feat: add support for Bot API 6.4 by @KnorpelSenf in #349
Full Changelog: v1.12.5...v1.13.0
v1.12.5
What's Changed
- fix: do not specify tasks redundantly by @KnorpelSenf in #346
Full Changelog: v1.12.4...v1.12.5
v1.12.1
What's Changed
- fix: missing chat action added "choose_sticker" by @abdoo9 in #325
- feat: allow Node users to leverage std/http and oak adapters by @KnorpelSenf in #328
- feat: add SvelteKit adapter by @KnorpelSenf in #329
New Contributors
Full Changelog: v1.12.0...v1.12.1
v1.12.0
What's Changed
- feat: webhook adapter for next.js api routes by @waptik in #297
- feat: update to Bot API 6.3 by @KnorpelSenf in #308
New Contributors
Full Changelog: v1.11.2...v1.12.0
v1.11.2
What's Changed
- fix: add support for TS 4.8 by @KnorpelSenf in #284
- feat: webhookCallback adapter for Azure functions by @vitorleo in #257
New Contributors
Full Changelog: v1.11.1...v1.11.2
v1.11.1
What's Changed
- fix: support numbers and symbols in
bot.route
by @KnorpelSenf in #281
New Contributors
- @wojpawlik made their first contribution in #279
Full Changelog: v1.11.0...v1.11.1