mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 16:23:48 +00:00
fillup changelog
This commit is contained in:
parent
131ec4d6d5
commit
ec0a10e36e
32
CHANGELOG.md
32
CHANGELOG.md
@ -14,6 +14,16 @@
|
|||||||
* Methods and types related to `MediaGroupMessage` have been modified according to their meanings
|
* Methods and types related to `MediaGroupMessage` have been modified according to their meanings
|
||||||
* **Important Change** `FlowsUpdatesFilter` now is an interface. Old class has been renamed to
|
* **Important Change** `FlowsUpdatesFilter` now is an interface. Old class has been renamed to
|
||||||
`DefaultFlowsUpdatesFilter` and factory method `FlowsUpdatesFilter` has been added
|
`DefaultFlowsUpdatesFilter` and factory method `FlowsUpdatesFilter` has been added
|
||||||
|
* **PASSPORT** Full support of `Telegram Passport API`
|
||||||
|
* `PassportData`
|
||||||
|
* All variants of `EncryptedPassportElement`
|
||||||
|
* All variants of `SecureValue`
|
||||||
|
* All variants of `PassportElementError`
|
||||||
|
* New request `SetPassportDataErrors`
|
||||||
|
* `Credentials`:
|
||||||
|
* `EncryptedCredentials`
|
||||||
|
* `DeryptedCredentials`
|
||||||
|
* `EndDataCredentials`
|
||||||
* `Behaviour Builder`:
|
* `Behaviour Builder`:
|
||||||
* Trigger and expectation extensions for `MessageContent` (`onContentMessage` and `waitContentMessage`)
|
* Trigger and expectation extensions for `MessageContent` (`onContentMessage` and `waitContentMessage`)
|
||||||
* `onMediaGroup` has been replaced
|
* `onMediaGroup` has been replaced
|
||||||
@ -21,6 +31,28 @@
|
|||||||
* `onVisualMediaGroup` now is just an alternative to `onVisualGallery`
|
* `onVisualMediaGroup` now is just an alternative to `onVisualGallery`
|
||||||
* `command` and `onCommand` expectations has been added for commands `String` variant
|
* `command` and `onCommand` expectations has been added for commands `String` variant
|
||||||
* New extensions `BehaviourContext#oneOf`, `BehaviourContext#parallel` and `Deferred<T>#withAction`
|
* New extensions `BehaviourContext#oneOf`, `BehaviourContext#parallel` and `Deferred<T>#withAction`
|
||||||
|
* Several renames:
|
||||||
|
* `waitAudioMediaGroup` -> `waitAudioMediaGroupContent`
|
||||||
|
* `waitDocumentMediaGroup` -> `waitDocumentMediaGroupContent`
|
||||||
|
* `waitMediaGroup` -> `waitAnyMediaGroupContent`
|
||||||
|
* `waitVisualMediaGroup` -> `waitVisualMediaGroupContent`
|
||||||
|
* New extensions `BehaviourContext#waitPassportMessagesWith` and `BehaviourContext#waitAnyPassportMessages`
|
||||||
|
* New extensions `BehaviourContext#onPassportMessage` and `BehaviourContext#onPassportMessageWith`
|
||||||
|
* `Utils`:
|
||||||
|
* New `ClassCasts` for
|
||||||
|
* `Message`
|
||||||
|
* **PASSPORT** `EncryptedPassportElement`
|
||||||
|
* **PASSPORT** `PassportElementError`
|
||||||
|
* **PASSPORT** `SecureValue`
|
||||||
|
* Several tools for decryption have been added:
|
||||||
|
* `AESDecryptor` is available for `JVM` platform
|
||||||
|
* Extensions `EncryptedCredentials#decryptWithPKCS8PrivateKey` are available for `JVM`
|
||||||
|
platform
|
||||||
|
* Extensions `EndDataCredentials#decryptData` and `FileCredentials#decryptFile` have been added
|
||||||
|
* Several extensions `createDecryptor`
|
||||||
|
* Several extensions `doInDecryptionContextWithPKCS8Key`
|
||||||
|
* New extension `Flow#passportMessages`
|
||||||
|
* In most of webhook setting up functions/methods now available parameter `mediaGroupsDebounceTimeMillis`
|
||||||
* `API`:
|
* `API`:
|
||||||
* **PASSPORT** New extensions `TelegramBot#setPassportDataErrors`
|
* **PASSPORT** New extensions `TelegramBot#setPassportDataErrors`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user