Skip to content

Releases: rubenlagus/TelegramBots

Bug fixing

15 Jan 02:29
Compare
Choose a tag to compare
Merge pull request #188 from rubenlagus/dev

Update 2.4.4.4

Bug fixing

26 Dec 14:03
Compare
Choose a tag to compare
  1. In BotSession, renamed close to stop. Close method is maintained for backward compatibility.
  2. Support creating webhook with HTTP servers (HTTPS must be managed via external tools) (#177).

Update bots api 2.3.1

03 Dec 20:35
Compare
Choose a tag to compare
  1. New max_connections in setWebhook method.
  2. New allowed_updates in setWebhook and getUpdates
  3. New deleteWebhook method
  4. Added new configs to DefaultBotOptions to handle max_connections and allowed_updates.

Bots API 2.3

21 Nov 09:47
Compare
Choose a tag to compare

Update with latest changes in bots api full changelog here

Split in modeles

17 Nov 02:44
Compare
Choose a tag to compare
  1. Split library in two modules to allow custom implementations.
  2. Use Guice for dependency injection.
  3. Use Jackson for json (de)serialization.
  4. Added extra validation to methods before performing requests.
  5. BotOptions has been renamed to DefaultBotOptions. It allows now to set number of threads for async methods execution and the complete RequestConfig for customization purpose.
  6. Added convenient method for setChatId using just a Long value instead of an String.
  7. In SentCallback method onError changed second parameter to TelegramApiRequestException and onResult now receives the deserialized answer (of type T) instead of a JSONObject as second parameter
  8. Moved to MIT license

How to update to version 2.4.3

Version 2.4.0 - Game Platform

03 Oct 10:23
Compare
Choose a tag to compare
  1. Update new version of Telegram Bots API
  2. Removed deprecated methods
  3. Improve Exceptions
  4. Added validations for mandatory fields in methods
  5. Added method to download files
  6. Improve closing session process.
  7. Added to Maven Central Repository, you can now use it just with:
   <dependency>
        <groupId>org.telegram</groupId>
        <artifactId>telegrambots</artifactId>
        <version>2.4</version>
    </dependency>

Bug fixing

25 Aug 15:49
Compare
Choose a tag to compare

Please be aware of deprecated methods, will be removed in next mayor release

Added getWebhook info method

12 Aug 19:34
Compare
Choose a tag to compare

Added new method to get webhook information (if configured)

v2.3.3.7

07 Aug 12:42
Compare
Choose a tag to compare

Bug fixing
Added Clevero HOWTO.

v2.3.3.6

21 Jul 21:28
Compare
Choose a tag to compare
  1. Improvements in commands bot
  2. Support for proxys

Please be aware of deprecated methods, will be removed in next mayor release