All Versions
31
Latest Version
Avg Release Cycle
116 days
Latest Release
-

Changelog History
Page 3

  • v0.11.0 Changes

    • โœ‚ Remove Bot::StaleChat in favor of Bot::Forbidden, as Telegram adds more and more new descriptions. Please open an issue if you face a problem.
  • v0.10.2 Changes

    • Support (edited_)channel_post updates.
    • ๐Ÿ†• New methods from 2.3, 2.3.1 API updates.
  • v0.10.0 Changes

    • Integration helpers for RSpec.
    • ๐Ÿ›  Fix for ruby 2.2.0 bug by @bob-frost.
  • v0.9.0 Changes

    • 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.
  • v0.8.0 Changes

    • 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
  • v0.7.4 Changes

    • ๐Ÿš… Rails 5 support by @dreyks (#4).
  • v0.7.3 Changes

    • ๐Ÿ›  Fixed issues with poller in production (#3)
  • v0.7.2 Changes

    • Bot API 2.1
    • ๐Ÿ›  Fixed possible crashes when payload type is not supported. Provides empty session when neither from nor chat is defined.
  • v0.7.0 Changes

    • ๐Ÿ†• 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.
  • v0.6.0 Changes

    • StaleChat error.
    • Encode arrays as json in request body.