Skip to content

Releases: natanimn/telebof

v2.2.0

Choose a tag to compare

@natanimn natanimn released this 24 Jul 07:26
  • Supported 10.2 BotAPI
  • Added @BotSubscriptionHandler annotation handler
  • Fixed bugs
  • Minor improvements

v2.1.0

Choose a tag to compare

@natanimn natanimn released this 16 Jul 18:23
  • Supported 10.1 BotAPI
  • Fixed bugs
  • Minor improvements

v2.0.0

Choose a tag to compare

@natanimn natanimn released this 13 Jun 11:06
  • 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

Choose a tag to compare

@natanimn natanimn released this 12 Apr 18:03
  • 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

Choose a tag to compare

@natanimn natanimn released this 02 Mar 05:17
  • Supported 9.5 BotAPI
  • Fix bugs
  • Minor improvements

v1.4.2

Choose a tag to compare

@natanimn natanimn released this 26 Feb 11:13
  • Fix: handler registration
  • Fix: #17
  • Minor improvement

v1.4.1

Choose a tag to compare

@natanimn natanimn released this 26 Feb 10:04
7f11468
  • Merge #18
  • Fix log format
  • Improve startup performance

v1.4.0

Choose a tag to compare

@natanimn natanimn released this 11 Feb 08:12
  • Supported 9.4.0 BotAPI
  • Minor Improvement
  • Fixed bugs

v1.3.0

Choose a tag to compare

@natanimn natanimn released this 01 Feb 17:33
  • 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

v1.2.3

Choose a tag to compare

@natanimn natanimn released this 11 Sep 10:46
  • Added exception class TimeoutException
  • Fix socket timeout