All Versions
147
Latest Version
Avg Release Cycle
5 days
Latest Release
-
Changelog History
Page 5
Changelog History
Page 5
-
v0.33.4 Changes
Common
:Version
:uuid
:0.2.3
->0.2.4
MicroUtils
:0.4.33
->0.4.35
Core
:- All
TextSource
implementators have becomeSerializable
- New serializer
TextSourceSerializer
- New serializer
- Interface
FromUserMessage
now extendsMessage
- New interface
FromUser
- Interface
FromUserMessage
now extendsFromUser
- Interface
- All
Extensions Utils
- Fixes in
parseCommandsWithParams
- Fixes in
-
v0.33.3 Changes
Common
:Version
:MicroUtils
:0.4.32
->0.4.33
Ktor
:1.5.2
->1.5.3
API
:- Bot actions DSL (fix for #358)
- ๐
Behaviour Builder
:- Rewrite logic of
doInSubContextWithUpdatesFilter
anddoInSubContextWithFlowsUpdatesFilterSetup
extensions - All triggers now work with
stopOnCompletion
set up tofalse
- Rewrite logic of
-
v0.33.2 Changes
Common
:Version
:MicroUtils
:0.4.30
->0.4.32
- ๐
Behaviour Builder
:- New typealias
MediaGroupFilter
has been added forMediaGroup
expectators - Several typealiases became
suspend
:CallbackQueryMapper
ChatMemberUpdatedMapper
InlineQueryMapper
- Commands got an additional parameter -
additionalFilter
. It will be called when all command filters were passed
- New typealias
-
v0.33.1 Changes
Common
:Version
:Kotlin
:1.4.31
->1.4.32
MicroUtils
:0.4.29
->0.4.30
Klocks
:2.0.6
->2.0.7
Utils Extensions
:- Add extensions
parseCommandsWithParams
- Add extensions
-
v0.33.0 Changes
โก๏ธ UPDATE UP TO Telegram Bot API 5.1 ๐ ALL DEPRECATIONS WERE REMOVED
Common
:Version
:MicroUtils
:0.4.28
->0.4.29
Core
:AdministratorChatMemberSerializer
andChatMemberSerializer
has changed their visibility: they are public for now- Add
ChatInviteLinkRequest
with subrequests likeKnownChatInviteLinkRequest
- Add
CreateChatInviteLink
/EditChatInviteLink
/RevokeChatInviteLink
requests - Update
KickChatMember
to includerevokeMessages
flag - Update
PromoteChatMember
to includecanManageVoiceChats
andcanManageChat
flags - Add
ChatInviteLink
object- Add
PrimaryInviteLink
forChatInviteLink
withisPrimary == true
- Add
CommonInviteLink
forChatInviteLink
withisPrimary == false
- Add
AdministratorChatMemberSerializer
has been set as public for several versionsChatMemberSerializer
has been set as public for several versions- Add
ChatMemberUpdated
- Add
MessageAutoDeleteTimerChanged
- Add
VoiceChatEvent
- Add
VoiceChatEnded
- Add
VoiceChatParticipantsInvited
- Add
- Add
VoiceChatStarted
- Add
ChatMemberUpdatedUpdate
- Add
CommonChatMemberUpdatedUpdate
- Add
MyChatMemberUpdatedUpdate
- Add
API
:- All API extensions has been updated
- ๐
Behaviour Builder
:- Now content triggers and expectators will wait for channel posts too
- New waiters and triggers for
ChatMemberUpdated
and its variations
-
v0.32.9 Changes
Common
:Version
:Kotlin
:1.4.30
->1.4.31
Ktor
:1.5.1
->1.5.2
MicroUtils
:0.4.26
->0.4.28
Coroutines
:1.4.2
->1.4.3
-
v0.32.8 Changes
Common
:Version
:Serialization
:1.1.0-RC
->1.1.0
MicroUtils
:0.4.25
->0.4.26
-
v0.32.7 Changes
Core
:- New variable
LeftRestrictionsChatPermissions
andRestrictionsChatPermissions
- New variable
Extensions Utils
:DiceAnimationType
class casts
- ๐
Behaviour Builder
:- Now
doInSubContextWithUpdatesFilter
anddoInSubContext
will automatically subscribe on updates of parentBehaviourContext
doInSubContextWithFlowsUpdatesFilterSetup
,doInSubContextWithUpdatesFilter
anddoInSubContext
got new parameterstopOnCompletion
to be able to disable stopping of behaviour context on finishing
- Now
-
v0.32.6 Changes
Common
:Version
:MicroUtils
:0.4.24
->0.4.25
Extensions API
:- New extension
TelegramBot#replyWithDice
- New extension
Extensions Utils
:SlotMachineReelImages
has been renamed toSlotMachineReelImage
SlotMachineReelImage
got two built-in parameters:text
andnumber
- New extension
String#asSlotMachineReelImage
-
v0.32.5 Changes
Core
:- Add
mention
variants for user ids and receiver variants (#294) - Now
AbstractRequestCallFactory
will set up one-second delay for zero timeouts inGetUpdate
requests - Several extensions for
TelegramBotAPI
likeretrieveAccumulatedUpdates
have been added as a solution for #293 - Links for
tg://user?id=<user_id>
have been updated (#292) - All usages of captions or texts in resends and same things have been replaced with
textSources
- Global
defaultParseMode
has been added (#291)
- Add