Releases: bot4s/telegram
v5.0.2
Changelog
Contains multiple update related to changes in API 5.3 (https://core.telegram.org/bots/api#june-25-2021) or previous:
-
ChatMemberRestricted
version: 5.3
Description: https://core.telegram.org/bots/api#chatmemberrestricted -
GetChatMemberCount
version 5.3
Renamed fromGetChatMembersCount
(the old name is still available). -
BanChatMember
version 5.3
Renamed fromKickChatMember
(the old name is still available). -
BotCommandScope
version 5.3
Added the classBotCommandScope
, describing the scope to which bot commands apply. -
SetMyCommands
,GetMyCommands
,GetMyCommands
,BotCommand
version 5.3
Those commands were missing in the API. They were added as well as theirscope
parameter of typeBotCommandScope
introduced in 5.3. TheBotCommand
model has also been added.
The support for custom placeholder is not included in this version
v5.0.1
v5.0.0
Changelog
- Drop support for Scala.js (panning to add it back once the library is more stable and up to date)
- Drop support for Scala 2.11
- Add support for Scala 2.13
- Update dependencies
- Fix multiple bugs
- Add support for missing endpoints in the API
This release is the first release in a few years, it might not be perfect but is required to boost the project again.
Most of endpoints from telegram's API should be supported, only the latest (from 5.1 and 5.2) might be missing or broken.
v4.0.0-RC2
Update README.md
Refactor + bug fixes
Changelog v2.2.0
- Rename Message.sender -> source.
- Add Actions trait and simplified Commands trait.
- Fix command processing order.
- Log only errors.
- Improve bot examples + add StatefulBot and AuthenticationBot.
v2.0.1
Support for Bot API 2.3
Changelog:
Bot API 2.3 (November 21, 2016)
Games
API refactoring and cleanup
Refactor sample bots + new bots added
v1.2.2
v1.2.1
v1.1.5: Merge pull request #15 from alari/master
Update to Akka 2.4.6