1
0
зеркало из https://github.com/glebtv/telegram-bot.git synced 2026-08-28 15:26:18 +03:00
Files
telegram-bot/CHANGELOG.md
Max Melentiev 5bf98b419b v0.7.3
2016-05-31 11:49:54 +03:00

906 B

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.