Releases: vendelieu/telegram-bot
Releases · vendelieu/telegram-bot
5.4.0
- 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
- Fix
EntitiesContextualBuilder
bug.
5.3.1
- Fixed the wrong class manager passed to spring starter configuration.
- Added ability to manually configure instances.
5.3.0
- Fixed bug with throwing exception in ActionExt(Inline, Business).
- Added parameter to
@RegexCommandHandler
to pass regex options.
- Added experimental Spring starter.
5.2.0
- 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
- 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
- Fix nullable type resolving issue for
Autowiring
mechanics.
- Changed default ktor engine to java-http.
5.0.4
- Remove lazy structures that cause performance issues
5.0.3
- Fix
user
parameter missing in functional handlers.
5.0.2
- Fix ksp processor for regex handlers. #106
- Fix ksp processor InputHandler and RegexHandler RateLimits collecting.