Skip to content

Releases: rubenlagus/TelegramBots

Api Version 3.6

14 Feb 19:59
7e369ea
Compare
Choose a tag to compare
  1. Support for Api Version 3.6
  2. Bug fixing and other improvements

Api Version 3.5

17 Nov 14:54
6b17b2c
Compare
Choose a tag to compare
  1. Support for Api Version 3.5
  2. Bug fixing: #168, #329 and #335
  3. Added processInvalidCommandUpdate (#337)
  4. AbilitiyBot update and tutorial (#324)
  5. Add DefaultBotCommand with message ID (#330)
  6. New wiki content (#326 and #327)

Api Version 3.4

11 Oct 18:43
Compare
Choose a tag to compare
  1. Support for Api Version 3.4
  2. Use regular expressions to split parameters in TelegramLongPollingCommandBot (#309)
  3. Option to handle bunch of updates at a time via onUpdatesReceived in TelegramLongPollingBot (#284)
  4. Fix characters encoding (#275)

Api Version 3.3

23 Aug 08:01
Compare
Choose a tag to compare
  1. Support for Api Version 3.3

Api Version 3.2 and abilities

21 Jul 14:27
Compare
Choose a tag to compare
  1. Support for Api Version 3.2
  2. Deprecated all redundant methods in AbsSender, will be removed in next major release
  3. New Abstract methods addStickerToSet, createNewStickerSet and uploadStickerFile in AbsSender.
  4. Abilities module
  5. Removed deprecated methods from previous versions
  6. Bug fixing: #257, #270
  7. Simplify code from DefaultAbsSender: #272

Bug Fixing

10 Jul 00:23
Compare
Choose a tag to compare

Fix bug #266

Bug fixing

09 Jul 00:59
Compare
Choose a tag to compare

Fix bug #264

Version 3.1.0

30 Jun 12:47
Compare
Choose a tag to compare
  1. Support for Api Version 3.1
  2. Simplified DefaultAbsSender
  3. Added new abstract method setChatPhoto to AbsSender.
  4. Added new method execute and executeAsync that can be used to send any api method that extends BotApiMethod class.
  5. Added new constructors to GetChat, GetChatAdministrators, GetChatMember, GetChatMemberCount, KickChatMember, LeaveChat and UnbanChatMember with mandatory fields as parameters.

Version 3.0.2

18 Jun 13:19
Compare
Choose a tag to compare
  1. Bug Fixing: #250
  2. Added new module telegrambots-extensions that should contains any extensions of the API such as CommandBot or TimedBot.
  3. TelegramLongPollingCommandBot receives now the bot username as constructor parameters, all deprecated constructors will be removed in next major release.
  4. getUsername method from TelegramLongPollingCommandBot can be considered final and will be so in next major release.

Bug fixing

28 May 22:47
Compare
Choose a tag to compare
  1. Added getLevel to BotLogger class.
  2. Fix wrong URL when setting webhook
  3. Bug Fixing: #244, #233