All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- [AUTO] Update Telegram Bot API by @github-actions[bot] in #140
- [AUTO] Update Telegram Bot API by @github-actions[bot] in #141
- Fix UpdateHandler null exception when chat() is null by @ahurov in #142
- @ahurov made their first contribution in #142
Full Changelog: https://github.com/westacks/telebot/compare/4.5.0...4.6.0
Bot API 9.5
- [AUTO] Update Telegram Bot API by @github-actions[bot] in #139
Full Changelog: https://github.com/westacks/telebot/compare/4.4.0...4.5.0
Bot API v9.4
- [AUTO] Update Telegram Bot API by @github-actions[bot] in #138
Full Changelog: https://github.com/westacks/telebot/compare/4.3.0...4.4.0
Bot API v9.3
- [AUTO] Update Telegram Bot API by @github-actions[bot] in #134
- [AUTO] Update Telegram Bot API by @github-actions[bot] in #136
Full Changelog: https://github.com/westacks/telebot/compare/4.2.4...4.3.0
- UpdateHandler.php bug fix for supergroups by @JhnBer in #135
Full Changelog: https://github.com/westacks/telebot/compare/4.2.3...4.2.4
- FileStorage error control operator for delete by @JhnBer in #133
Full Changelog: https://github.com/westacks/telebot/compare/4.2.2...4.2.3
- Refactor RequestInputHandler to use Chat ID by @JhnBer in #132
Full Changelog: https://github.com/westacks/telebot/compare/4.2.1...4.2.2
- [AUTO] Update Telegram Bot API by @github-actions[bot] in #130
- Breaking changes (3.x to 4.x migration fix) by @JhnBer in #131
- @JhnBer made their first contribution in #131
Full Changelog: https://github.com/westacks/telebot/compare/4.2.0...4.2.1
- [AUTO] Update Telegram Bot API by @github-actions[bot] in #128
- [AUTO] Update Telegram Bot API by @github-actions[bot] in #129
Full Changelog: https://github.com/westacks/telebot/compare/4.1.1...4.2.0
- [AUTO] Update Telegram Bot API by @github-actions in #127
Full Changelog: https://github.com/westacks/telebot/compare/4.1.0...4.1.1
- [AUTO] Update Telegram Bot API by @github-actions in #126
Full Changelog: https://github.com/westacks/telebot/compare/4.0.6...4.1.0
Full Changelog: https://github.com/westacks/telebot/compare/4.0.5...4.0.6
Full Changelog: https://github.com/westacks/telebot/compare/4.0.4...4.0.5
Full Changelog: https://github.com/westacks/telebot/compare/4.0.3...4.0.4
Full Changelog: https://github.com/westacks/telebot/compare/4.0.2...4.0.3
- [AUTO] Update Telegram Bot API by @github-actions in #119
- [AUTO] Update Telegram Bot API by @github-actions in #120
Full Changelog: https://github.com/westacks/telebot/compare/4.0.1...4.0.2
Full Changelog: https://github.com/westacks/telebot/compare/4.0.0...4.0.1
Full Changelog: https://github.com/westacks/telebot/compare/3.4.2...4.0.0
- Updated Bot API to version 8.2.
- Updated Bot API to version 7.2.
- Updated Bot API to version 7.1.
- Updated Bot API to version 6.9.
- Updated Bot API to version 6.8.
- Migrated Laravel support to a separate package.
- Updated Bot API to version 6.7.
- Callback handler.
- Middleware to authorize web app requests.
- Refactored codebase.
- Updated documentation.
- Updated Bot API to version 6.6.
- Updated Bot API to version 6.5.
- Support for Laravel 10.
- Updated Bot API to version 6.4.
- Updated Bot API to version 6.3.
- Webhook requests now use raw request parameters to prevent data changes from Laravel.
- Dropped support for PHP 7.4.
- Updated Bot API to version 6.2.
- View
telebot::webappto facilitate building Telegram web apps. - Ability to fake requests to Telegram bot API using
$bot->fake()->sendMessage(...). - New handler type
RequestInputHandlerimplementing a simple state machine to request user input.
- Updated Bot API to version 6.1.
api_urlin bot config is now a template string with{TOKEN}and{METHOD}placeholders.- Enhanced security of Laravel's webhook with stricter validation and implemented
secret_tokenfeature from Bot API v6.1.
- Support for PHP 7.4.
- Customizable Kernel for handling updates and registering bot commands.
- Updated Bot API to version 6.0.
- Refactored and optimized codebase; updated all methods and objects to align with the latest Bot API.
- Some classes changed namespaces, such as
CommandHandlerandUpdateHandler.
- Various library exceptions; now only using
TeleBotException. - Official support for version
1.x(though pull requests are welcome to the1.xbranch).