Releases: badfarm/zanzara
Releases · badfarm/zanzara
Security fixes
0.9.1
configurable telegram ip ranges
Latest Telegram Api support & bug fixing
- support for Telegram Bot Api 6.6
- bug fixing
0.7.1
- fix issue #43 (ReplyMessages are not routed in conversations nextstep)
- fix issue #44 (Exception on getMyCommands method)
0.7.0
- support for
Telegram Bot Api 5.3
- support for custom
Context
class
- support for
chat_type
listener's filter (private/group)
0.6.4
- request timeout
- fix cache ttl (removed getChatData, getUserData, getGlobalData, deleteChatData, deleteUserData, deleteGlobalData, appendChatData, appendUserData, appendGlobalData)
0.6.3
- fix conversation skipListeners
- applying middleware to function handlers
- polling delay when an error occurs
- exception management through Zanzara::onException() instead of Config::setErrorHandler()
0.6.2
- Parameterized text for listeners
- Fallback listener
0.6.1
class+method
also for conversation handlers
- support for
__invoke
listeners
callback_query
support for conversations
- ability to skip listeners on conversations
0.6.0
- PHP 8 support
- Dropped PHP 7.2
- Upgraded all reactphp dependencies to latest version
- No more conflicts with laravel dependencies
- Added ability to specify class methods as callbacks
- Serializable closure