1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-15 05:09:30 +00:00

make DefaultKtorRequestsExecutor now uses runCatching instead of runCatchingSafely

This commit is contained in:
2024-10-24 22:53:34 +06:00
parent b8a6534b6a
commit 3d14c93d89
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
* `Core`:
* Add default middleware `ExceptionsThrottlerTelegramBotMiddleware`
* Make `TelegramBotMiddlewaresPipelinesHandler` to be default `TelegramBotPipelinesHandler`
* Make `DefaultKtorRequestsExecutor` now uses `runCatching` instead of `runCatchingSafely`
## 18.2.2