Skip to content

Releases: natanimn/telebof

v1.5.0

02 Mar 05:17

Choose a tag to compare

  • Supported 9.5 BotAPI
  • Fix bugs
  • Minor improvements

v1.4.2

26 Feb 11:13

Choose a tag to compare

  • Fix: handler registration
  • Fix: #17
  • Minor improvement

v1.4.1

26 Feb 10:04
7f11468

Choose a tag to compare

  • Merge #18
  • Fix log format
  • Improve startup performance

v1.4.0

11 Feb 08:12

Choose a tag to compare

  • Supported 9.4.0 BotAPI
  • Minor Improvement
  • Fixed bugs

v1.3.0

01 Feb 17:33

Choose a tag to compare

  • 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

11 Sep 10:46

Choose a tag to compare

  • Added exception class TimeoutException
  • Fix socket timeout

v1.2.2

09 Sep 19:46

Choose a tag to compare

  • FIxed repeatable on CallbackHandler annotation handler

v1.2.1

08 Sep 18:13

Choose a tag to compare

  • Fixed timeout and connectionPool

v1.2.0

08 Sep 09:15

Choose a tag to compare

  • Supported 9.2 BotAPI
  • Added filter methods suggestedPostApproved, suggestedPostApprovalFailed, suggestedPostDeclined, suggestedPostPaid, suggestedPostRefunded to the class Filter
  • Added annotation handlers for handling updates
  • Code improved
  • Docs updated
  • Fixed bugs

v1.1.0

01 Sep 12:20
74570bb

Choose a tag to compare

  • Supported 9.1 BotAPI
  • Added filter methods checklist, checklistTasksDone, checklistTasksAdded, directMessagePriceChanged to the class Filter
  • Docs updated
  • Fix bugs