Skip to content

Releases: InsanusMokrassar/ktgbotapi

24.0.2

26 Mar 04:42
c773736
Compare
Choose a tag to compare
  • Version:
    • Kotlin: 2.1.10 -> 2.1.20
    • Ktor: 3.1.0 -> 3.1.1
    • MicroUtils: 0.24.7 -> 0.25.3
  • DefaultKTgBotAPIKSLog will drop CancellationExceptions by default
  • You may configure DefaultKTgBotAPIKSLog in simple way with SetDefaultKTgBotAPIKSLog
  • BehaviourBuilder:
    • FSM:
      • Fix chains cancelling on their ends

24.0.1

01 Mar 08:30
Compare
Choose a tag to compare
  • Core:
    • Now you may upload photos with EditChatMessageMedia

24.0.0

21 Feb 03:04
Compare
Choose a tag to compare

THIS UPDATE CONTAINS BREAKING CHANGES IN subcontextUpdatesFilter WORK. TAKE CARE IN MIGRATION

  • Version:
    • MicroUtils: 0.24.6 -> 0.24.7
  • Core:
    • ForumContentMessage got property threadCreatingInfo which represents information about topic where message has been sent
  • BehaviourBuilder:
    • Fix of overall subcontextUpdatesFilter behaviour. In fact, this update will fix its affection on scenaries

23.2.1

17 Feb 15:43
Compare
Choose a tag to compare
  • Core:
    • Fix of year field in Birthdate

23.2.0

15 Feb 10:28
Compare
Choose a tag to compare

THIS UPDATE CONTAINS ADDING SUPPORT OF Telegram Bots API 8.3

  • Version:
    • MicroUtils: 0.24.5 -> 0.24.6
    • Ktor: 3.0.3 -> 3.1.0

23.1.2

29 Jan 07:23
Compare
Choose a tag to compare
  • Version:
    • Kotlin: 2.1.0 -> 2.1.10
    • Serialization: 1.7.3 -> 1.8.0
    • MicroUtils: 0.24.4 -> 0.24.5
    • KSLog: 1.4.0 -> 1.4.1

23.1.1

27 Jan 04:12
Compare
Choose a tag to compare
  • Version:
    • MicroUtils: 0.24.0 -> 0.24.4
  • Core:
    • Replace removeFirst with removeAt(0) in createTextSources

23.1.0

03 Jan 04:42
Compare
Choose a tag to compare

THIS UPDATE CONTAINS ADDING SUPPORT OF Telegram Bots API 8.2

23.0.0

25 Dec 05:43
Compare
Choose a tag to compare
  • Version:
    • Coroutines: 1.9.0 -> 1.10.1
    • MicroUtils: 0.23.2 -> 0.24.0
    • KSLog: 1.3.6 -> 1.4.0
    • Ktor: 3.0.2 -> 3.0.3
  • Core:
    • All old factory methods for TextSources took suffix TextSource. For example: regular -> regularTextSource.
      That has been for excluding names resolution ambiguity with extensions for EntitiesBuilder

22.0.0

08 Dec 08:59
Compare
Choose a tag to compare

THIS UPDATE CONTAINS BREAKING CHANGES

IN THIS UPDATE HAS BEEN REWORKED EVENTS API IN WEBAPPS

THIS UPDATE ADDING SUPPORT OF BOT API 8.0 AND BOT API 8.1

  • Version:
    • MicroUtils: 0.23.1 -> 0.23.2
    • Ktor: 3.0.1 -> 3.0.2