Releases: natanimn/telebof
Releases · natanimn/telebof
v1.5.0
02 Mar 05:17
Compare
Sorry, something went wrong.
No results found
Supported 9.5 BotAPI
Fix bugs
Minor improvements
v1.4.2
26 Feb 11:13
Compare
Sorry, something went wrong.
No results found
Fix: handler registration
Fix: #17
Minor improvement
v1.4.1
26 Feb 10:04
Compare
Sorry, something went wrong.
No results found
Merge #18
Fix log format
Improve startup performance
v1.4.0
11 Feb 08:12
Compare
Sorry, something went wrong.
No results found
Supported 9.4.0 BotAPI
Minor Improvement
Fixed bugs
v1.3.0
01 Feb 17:33
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added exception class TimeoutException
Fix socket timeout
v1.2.2
09 Sep 19:46
Compare
Sorry, something went wrong.
No results found
FIxed repeatable on CallbackHandler annotation handler
v1.2.1
08 Sep 18:13
Compare
Sorry, something went wrong.
No results found
Fixed timeout and connectionPool
v1.2.0
08 Sep 09:15
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Supported 9.1 BotAPI
Added filter methods checklist , checklistTasksDone , checklistTasksAdded , directMessagePriceChanged to the class Filter
Docs updated
Fix bugs