Skip to content

Releases: vendelieu/telegram-bot

5.4.0

12 May 14:42
d0919f0
Compare
Choose a tag to compare
  • Covered 7.3 telegram api.
  • Added ability to use own implementation of ChainLink in InputChain.
  • Improved Spring starter configuration.
  • Removed old methods of ListingBuilder for multiple elements, now use addAll().
  • Added new builder for sendPoll/poll options.

5.3.2

28 Apr 16:28
f91c034
Compare
Choose a tag to compare
  • Fix EntitiesContextualBuilder bug.

5.3.1

23 Apr 17:01
b453d46
Compare
Choose a tag to compare
  • Fixed the wrong class manager passed to spring starter configuration.
  • Added ability to manually configure instances.

5.3.0

22 Apr 14:30
ee3730a
Compare
Choose a tag to compare
  • Fixed bug with throwing exception in ActionExt(Inline, Business).
  • Added parameter to @RegexCommandHandler to pass regex options.
  • Added experimental Spring starter.

5.2.0

14 Apr 16:48
0a72827
Compare
Choose a tag to compare
  • Added ktor-starter module for a quick webhook server setup.
  • Added identifier parameter for TelegramBot instance.
  • Changed kotlinx-datetime to transitive dependency, since its entities used in parameters.
  • Returned missing inline mode action extension for getGameHighScores method.
  • Added inputAutoRemoval parameter to configuration, for more precise control of inputListener flow.
  • Added missing 7.2 api BiometricManager to webapps.

5.1.0

03 Apr 08:57
Compare
Choose a tag to compare
  • Fixed multipart requests data redundant quotation.
  • Returned logback as logger for jvm target.
  • Moved inline mode methods to extension interface from separate InlinableAction.
  • Added Any upperbounds for Autowiring interface to avoid wrong behaviour.
  • Covered 7.2 TelegramApi changes.

5.0.5

25 Mar 23:50
ad754ad
Compare
Choose a tag to compare
  • Fix nullable type resolving issue for Autowiring mechanics.
  • Changed default ktor engine to java-http.

5.0.4

11 Mar 21:48
0a1389d
Compare
Choose a tag to compare
  • Remove lazy structures that cause performance issues

5.0.3

09 Mar 20:52
09ab790
Compare
Choose a tag to compare
  • Fix user parameter missing in functional handlers.

5.0.2

07 Mar 21:16
Compare
Choose a tag to compare
  • Fix ksp processor for regex handlers. #106
  • Fix ksp processor InputHandler and RegexHandler RateLimits collecting.