Skip to content

Releases: bot4s/telegram

v5.6.0

26 Jun 10:23
af5ee41
Compare
Choose a tag to compare

Changelog

v5.5.0

25 Jun 17:29
b55d266
Compare
Choose a tag to compare

Changelog

Thanks to @AlexGruPerm their contribution

v5.4.2

29 Apr 10:37
c08f1e8
Compare
Choose a tag to compare

Changelog

  • Add inputFieldPlaceholder to ReplyKeyboardMarkup and ForceReply
  • Fix support for unicode commands
  • Add cats-effect 3 examples
  • Add FilterF and whenF function to filter events
  • Update dependencies

Thanks to @lolgab and @bilki for their contribution

v5.4.1

05 Apr 16:10
91dd903
Compare
Choose a tag to compare

Changelog

  • Add missing fields to Message and Chat
  • Update dependencies

v5.4.0

26 Mar 08:43
da15da2
Compare
Choose a tag to compare

Changelog

  • Add support for Telegram's API 5.7
  • Update dependencies

https://core.telegram.org/bots/api#january-31-2022

v5.3.0

01 Jan 19:14
cc052d9
Compare
Choose a tag to compare

Changelog

  • Add support for Telegram's API 5.6
  • Add missing fields on some old method in the API
  • Update dependencies

https://core.telegram.org/bots/api#december-30-2021

v5.2.0

22 Dec 09:25
b1af16f
Compare
Choose a tag to compare

Changelog

  • Add support for Telegram's API 5.4 and 5.5
  • Update dependencies
  • Update mill

https://core.telegram.org/bots/api#december-7-2021
https://core.telegram.org/bots/api#november-5-2021

v5.1.0

19 Nov 22:46
d878165
Compare
Choose a tag to compare

Changelog

  • Fix error handling on Update decoding in the GetUpdates method. Introduction of the ParsedUpdate type to wrap the errors
  • Update dependencies
  • Update mill

v5.0.4

12 Nov 23:29
9863248
Compare
Choose a tag to compare

Changelog

  • Update dependencies

v5.0.3

28 Aug 17:20
c347a74
Compare
Choose a tag to compare

Changelog

  • Update scaladoc to match the Long type of userId
  • Change type of userId in SetChatAdministratorCustomTitle.scala to be Long instead of Int