Releases: php-telegram-bot/core
Releases · php-telegram-bot/core
0.40.1
0.40.0
Notes
Added
- Request limiter for incoming requests.
Fixed
- Faulty formatting in logger.
0.39.0
Notes
Added
- Newest bot API changes.
- Allow direct access to PDO object (
DB::getPdo()
). - Simple
/debug
command that displays various system information to help debugging. - Crontab-friendly script.
Changed
- Botan integration improvements.
- Make logger more flexible.
Fixed
- Various bugs and recommendations by Scrutinizer.
Version 0.38.1
Notes
Fixed
- Usage of self-signed certificates in conjunction with the new
allowed_updates
webhook parameter.
Version 0.38.0
Notes
Added
- New
switch_inline_query_current_chat
option for inline keyboard. - Support for
channel_post
andedited_channel_post
. - New alias
deleteWebhook
(forunsetWebhook
).
Changed
- Update WebhookInfo entity and
setWebhook
to allow passing of new arguments.
Version 0.37.1
Notes
Fixed
- Keyboards that are built without using the KeyboardButton objects.
- Commands that are called via
/command@botname
by correctly passing them the bot name.
Version 0.37
Notes
Changed
- Logging improvements to Botan integration.
Deprecated
- Move
hideKeyboard
toremoveKeyboard
.
New entities structure
- New entities structure (Thanks to @noplanman )
- Units Test contribution (Thanks to @monster3d )
- And many others
Fixes
Introducing Guzzle
- Introducing guzzle (thanks to @noplanman )
- Table structure fixes (thanks to @jacklul )
- Bugfix here and there
@akalongman @MBoretto @noplanman @jacklul happy to party the project first year of life!