- Add "Login with Telegram" feature (@bigfoot90)
- Add
telegram:webhook:info
command - Add
symfony/messenger
support
- Drop support of
symfony/symfony
< 4.4 - Move
\BoShurik\TelegramBotBundle\Event\Telegram\UpdateEvent
to\BoShurik\TelegramBotBundle\Event\UpdateEvent
- Move
\BoShurik\TelegramBotBundle\Event\TelegramEvents
to\BoShurik\TelegramBotBundle\Event\WebhookEvent
- Removed
\BoShurik\TelegramBotBundle\Event\TelegramEvents
- Drop support of php7.0
- Drop support of php7.1
- Add support of php7.4
- Deprecate
boshurik_telegram_bot.name
as it is not used in the bundle. Inject bot name in your commands if needed.
- Command system now works with
Update
object instead ofMessage
(#14) - Drop support of php5
- Drop support of
symfony/symfony
< 3.4 - Change bundle alias from
bo_shurik_telegram_bot
toboshurik_telegram_bot
- Split
bin/console telegram:webhook
command tobin/console telegram:webhook:set
andbin/console telegram:webhook:unset
- Support autoconfigure for
BoShurik\TelegramBotBundle\Telegram\Command\CommandInterface
interface - Remove
boshurik_telegram_bot.api
service alias. UseTelegramBot\Api\BotApi
instead