Releases: natanimn/telebof
Releases · natanimn/telebof
Release list
v2.2.0
v2.1.0
v2.0.0
- Supported 10.0 BotAPI
- Added @GuestHandler annotation handler
- Added module telebof-spring to support direct spring boot integration
- Supported non-blocking asynchronous request through await() method
- Supported using virtual thread to execute handlers.
v1.6.0
- Added methods getManagedBotToken, replaceManagedBotToken, savePreparedKeyboardButton to the class BotContext
- Added field pollOptionId to the class ReplyParameters
- Added methods allowsRevoting, shuffleOptions, allowAddingOptions, hideResultsUntilCloses, description, descriptionParseMode, descriptionEntities. Replace method correctOptionId with correctOptionIds in the class SendPoll
- Added fields MANAGED_BOT_CREATED, POLL_OPTION_ADDED, POLL_OPTION_DELETED to the class MessageType
- Added field MANAGED_BOT to the class Updates
- Added PollOptionAdded types class
- Added PollOptionDeleted types class
- Added fields persistentId, addedByUser, addedByChat, additionDate to the class PollOption
- Added field optionPersistentIds to the class PollAnswer
- Added fields allowsRevoting, descriptionEntities. Replace field correctOptionId with correctOptionIds in the class Poll
- Added fields managedBotCreated, pollOptionAdded, pollOptionDeleted, replyToPollOptionId to the class Message
- Added ManagedBotUpdated types class
- Added field requestManagedBot to the class KeyboardButton
- Added field managedBot to the class Update
- Added field canManageBots to the class User
- Added SavePreparedKeyboardButton request class
- Added ReplaceManagedBotToken request class
- Added PreparedKeyboardButton types class
- Added ManagedBotCreated types class
- Added KeyboardButtonRequestManagedBot types class
- Added GetManagedBotToken request class
- Added ManagedBotHandler handler annotation
v1.5.0
v1.4.2
v1.4.1
v1.4.0
v1.3.0
- Supported 9.3 BotAPI
- Replaced snake fields with camel fields following java variable naming conventions
- Replaced public variables with private and added their getter methods by following JavaBeans standard,
- Now polling runs separated thread
- Minor improvements
- Fixed bugs