Skip to content

Latest commit

 

History

History
277 lines (147 loc) · 7.24 KB

File metadata and controls

277 lines (147 loc) · 7.24 KB

Changelog

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.

4.6.0 - 2026-04-18

Bot API 9.6

What's Changed

  • [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

New Contributors

  • @ahurov made their first contribution in #142

Full Changelog: https://github.com/westacks/telebot/compare/4.5.0...4.6.0

4.5.0 - 2026-03-05

Bot API 9.5

What's Changed

  • [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

4.4.0 - 2026-02-10

Bot API v9.4

What's Changed

  • [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

4.3.0 - 2026-01-03

Bot API v9.3

What's Changed

  • [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

4.2.4 - 2025-09-03

What's Changed

  • UpdateHandler.php bug fix for supergroups by @JhnBer in #135

Full Changelog: https://github.com/westacks/telebot/compare/4.2.3...4.2.4

4.2.3 - 2025-08-26

What's Changed

  • FileStorage error control operator for delete by @JhnBer in #133

Full Changelog: https://github.com/westacks/telebot/compare/4.2.2...4.2.3

4.2.2 - 2025-08-25

What's Changed

  • Refactor RequestInputHandler to use Chat ID by @JhnBer in #132

Full Changelog: https://github.com/westacks/telebot/compare/4.2.1...4.2.2

4.2.1 - 2025-08-20

What's Changed

  • [AUTO] Update Telegram Bot API by @github-actions[bot] in #130
  • Breaking changes (3.x to 4.x migration fix) by @JhnBer in #131

New Contributors

  • @JhnBer made their first contribution in #131

Full Changelog: https://github.com/westacks/telebot/compare/4.2.0...4.2.1

4.2.0 - 2025-08-16

Bot API 9.2

What's Changed

  • [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

4.1.1 - 2025-07-05

What's Changed

  • [AUTO] Update Telegram Bot API by @github-actions in #127

Full Changelog: https://github.com/westacks/telebot/compare/4.1.0...4.1.1

4.1.0 - 2025-07-04

What's Changed

  • [AUTO] Update Telegram Bot API by @github-actions in #126

Full Changelog: https://github.com/westacks/telebot/compare/4.0.6...4.1.0

4.0.6 - 2025-06-10

Full Changelog: https://github.com/westacks/telebot/compare/4.0.5...4.0.6

4.0.5 - 2025-05-12

Full Changelog: https://github.com/westacks/telebot/compare/4.0.4...4.0.5

4.0.4 - 2025-05-11

Full Changelog: https://github.com/westacks/telebot/compare/4.0.3...4.0.4

4.0.3 - 2025-05-08

Full Changelog: https://github.com/westacks/telebot/compare/4.0.2...4.0.3

4.0.2 - 2025-04-22

What's Changed

  • [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

4.0.1 - 2025-04-13

Full Changelog: https://github.com/westacks/telebot/compare/4.0.0...4.0.1

4.0.0 - 2025-04-12

Full Changelog: https://github.com/westacks/telebot/compare/3.4.2...4.0.0

3.4.0 - 2025-01-07

Changed

  • Updated Bot API to version 8.2.

3.3.0 - 2024-04-01

Changed

  • Updated Bot API to version 7.2.

3.2.0 - 2024-03-13

Changed

  • Updated Bot API to version 7.1.

3.1.1 - 2023-10-06

Changed

  • Updated Bot API to version 6.9.

3.1.0 - 2023-09-07

Changed

  • Updated Bot API to version 6.8.

3.0.0 - 2023-08-15

Changed

  • Migrated Laravel support to a separate package.

2.7.0 - 2023-05-06

Changed

  • Updated Bot API to version 6.7.

2.6.1 - 2023-03-16

Added

  • Callback handler.
  • Middleware to authorize web app requests.

Changed

  • Refactored codebase.
  • Updated documentation.

2.6.0 - 2023-03-10

Changed

  • Updated Bot API to version 6.6.

2.5.0 - 2023-02-18

Changed

  • Updated Bot API to version 6.5.

2.4.0 - 2023-02-01

Added

  • Support for Laravel 10.

Changed

  • Updated Bot API to version 6.4.

2.3.0 - 2022-12-16

Changed

  • Updated Bot API to version 6.3.
  • Webhook requests now use raw request parameters to prevent data changes from Laravel.

Removed

  • Dropped support for PHP 7.4.

2.2.0 - 2022-08-23

Changed

  • Updated Bot API to version 6.2.

2.1.0 - 2022-06-22

Added

  • View telebot::webapp to facilitate building Telegram web apps.
  • Ability to fake requests to Telegram bot API using $bot->fake()->sendMessage(...).
  • New handler type RequestInputHandler implementing a simple state machine to request user input.

Changed

  • Updated Bot API to version 6.1.
  • api_url in bot config is now a template string with {TOKEN} and {METHOD} placeholders.
  • Enhanced security of Laravel's webhook with stricter validation and implemented secret_token feature from Bot API v6.1.

Fixed

  • Support for PHP 7.4.

2.0.0 - 2022-06-06

Added

  • Customizable Kernel for handling updates and registering bot commands.

Changed

  • 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 CommandHandler and UpdateHandler.

Removed

  • Various library exceptions; now only using TeleBotException.
  • Official support for version 1.x (though pull requests are welcome to the 1.x branch).