Sha256: 346c63639b441bcca0fb89aaa01eded81ba2a39be3c51b8e9ec40afef0726d52
Contents?: true
Size: 1.56 KB
Versions: 1
Compression:
Stored size: 1.56 KB
Contents
# 0.9.0 - Async API requests. - One more description for StaleChat error. - edit_message_* methods. - API methods from 2016-10-03 update - Fix typo in module name: CallbackQueyContext -> CallbackQueryContext. - Take `chat` from `message` for callback queries - RSpec matchers. # 0.8.0 - Fixed `#reply_with`, now it sets `reply_to_message_id` as it's supposed to. Added `#respond_with` which works the same way, but doesn't set `reply_to_message_id`. Please, replace all occurrences of `reply_with` to `respond_with` to keep it working the old way. - Fixes for Rails 5: - Controller callbacks - Middleware - Setup travis builds # 0.7.4 - Rails 5 support by @dreyks (#4). # 0.7.3 - Fixed issues with poller in production (#3) # 0.7.2 - Bot API 2.1 - Fixed possible crashes when payload type is not supported. Provides empty session when neither `from` nor `chat` is defined. # 0.7.0 - New Bot API methods. - Helpers for inline keyboards, support for callback_query (with contextual actions). - Changed action methods signature - `#inline_query(payload) -> #inline_query(query, offset)` - `#chosen_inline_result(payload)` -> `#chosen_inline_result(result_id, query)` - MessageContext doesn't use second #process call to run contextual action. - Botan.io metrics. # 0.6.0 - StaleChat error. - Encode arrays as json in request body. # 0.5.0 - MessageContext. - Running controller action without update. - Client.wrap supports symbols. - Improved testing utils: ability to process multiple updates on same controller instance, stubbing all clients in application.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-0.9.0 | CHANGELOG.md |