v0.5.0
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 replacingMonadError
instance forScenario
.within
method is added toScenario
API.markdown
method onTextContent
uses updatedMarkdownV2
parse mode. In order to use legacyMarkdown
mode, usemarkdownOld
method instead.