New
6.1.0
What's Changed
- feat: added livePeriod, new Location data class optional field by @joaoGabriel55 in https://github.com/kotlin-telegram-bot/kotlin-telegram-bot/pull/246
- Add google_place_id and google_place_type to several classes and methods by @TheKostins in https://github.com/kotlin-telegram-bot/kotlin-telegram-bot/pull/234
- Update Gradle to 7.2 by @naftalmm in https://github.com/kotlin-telegram-bot/kotlin-telegram-bot/pull/224
- Update sendChatAction operation by @vjgarciag96 in https://github.com/kotlin-telegram-bot/kotlin-telegram-bot/pull/260
- Enable running ci workflow manually by @vjgarciag96 in https://github.com/kotlin-telegram-bot/kotlin-telegram-bot/pull/263
- Fix kotlin telegram bot issue #242 by @martin-petersen in https://github.com/kotlin-telegram-bot/kotlin-telegram-bot/pull/256
- Add close method by @lpicanco in https://github.com/kotlin-telegram-bot/kotlin-telegram-bot/pull/261
- leaveChat operation to TelegramBotResult by @vjgarciag96 in https://github.com/kotlin-telegram-bot/kotlin-telegram-bot/pull/268
- pinChatMessage to TelegramBotResult by @vjgarciag96 in https://github.com/kotlin-telegram-bot/kotlin-telegram-bot/pull/270
- Issue #149 by @TheKostins in https://github.com/kotlin-telegram-bot/kotlin-telegram-bot/pull/253
- Fix kotlin telegram bot issue #159: by @martin-petersen in https://github.com/kotlin-telegram-bot/kotlin-telegram-bot/pull/254
- Fix kotlin telegram bot issue #238: by @martin-petersen in https://github.com/kotlin-telegram-bot/kotlin-telegram-bot/pull/255
- Use coroutines by @JcMinarro in https://github.com/kotlin-telegram-bot/kotlin-telegram-bot/pull/277
- Use
Channelinstead ofBlockingQueueby @JcMinarro in https://github.com/kotlin-telegram-bot/kotlin-telegram-bot/pull/278 - Only consulte
Dispatcherwhile update has not been consumed by @JcMinarro in https://github.com/kotlin-telegram-bot/kotlin-telegram-bot/pull/285 - Update ci.yml by @ilyabrin in https://github.com/kotlin-telegram-bot/kotlin-telegram-bot/pull/282
- Open Handler classes by @JcMinarro in https://github.com/kotlin-telegram-bot/kotlin-telegram-bot/pull/287
- Upgrade ktlint by @JcMinarro in https://github.com/kotlin-telegram-bot/kotlin-telegram-bot/pull/284
New Contributors
- @joaoGabriel55 made their first contribution in https://github.com/kotlin-telegram-bot/kotlin-telegram-bot/pull/246
- @TheKostins made their first contribution in https://github.com/kotlin-telegram-bot/kotlin-telegram-bot/pull/234
- @martin-petersen made their first contribution in https://github.com/kotlin-telegram-bot/kotlin-telegram-bot/pull/256
- @lpicanco made their first contribution in https://github.com/kotlin-telegram-bot/kotlin-telegram-bot/pull/261
- @ilyabrin made their first contribution in https://github.com/kotlin-telegram-bot/kotlin-telegram-bot/pull/282
Full Changelog: https://github.com/kotlin-telegram-bot/kotlin-telegram-bot/compare/6.0.7...6.1.0