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

add main webhooks functionality for using with reverse proxy

This commit is contained in:
2019-02-26 16:01:26 +08:00
parent ff2b56b3a9
commit 1520271777
6 changed files with 359 additions and 55 deletions

View File

@@ -1,11 +1,14 @@
# TelegramBotAPI changelog
## 0.12.0
## 0.12.0 Webhooks
* Added `DataRequest` interface which replace `Data` interface
* `MultipartRequestImpl` now use `DataRequest`
* All requests which implements `Data` now implement `DataRequest`
* Added class `SetWebhook` and its factory
* Added class `UpdatesFilter` which can help to filter updates by categories
* Added function `accumulateByKey` which work as debounce for keys and send list of received values
* Added webhooks functions and workaround for `Reverse Proxy` mode
## 0.11.0