Skip to content

v0.5.0

Compare
Choose a tag to compare
@augustjune augustjune released this 08 Sep 17:56
· 52 commits to master since this release
22e0159

General 0.5.0 release.
This release is not binary compatible with 0.4.x versions.

Improvements

  • Upgraded to Telegram Bot API v4.9
  • Added timeout support for scenarios using within method.
  • Provided Bracket[Scenario[F, *], Throwable] instance.
  • Fixed an issue with the default host for a webhook mode.
  • Provided bot constructor consuming a stream of updates.
  • Dependencies, scala, and scalajs version upgrades.
  • Minor improvements.

API changes

  • Bracket instance replacing MonadError instance for Scenario.
  • within method is added to Scenario API.
  • markdown method on TextContent uses updated MarkdownV2 parse mode. In order to use legacy Markdown mode, use markdownOld method instead.