Skip to content

Latest commit

 

History

History
166 lines (94 loc) · 4.62 KB

CHANGELOG.md

File metadata and controls

166 lines (94 loc) · 4.62 KB

Changelog

2.0.0

Added

Changed

  • API method calls now return corresponding response objects (#285, thx @AlexWayfer)

1.0.0

0.23.0

  • Rename Telegram::Bot.configuration options:
    • timeout to connection_timeout
    • open_timeout to connection_open_timeout
  • Fix issue with missing default value for long-polling timeout

0.21.0

0.20.0

  • Update faraday up to 2.0

0.19.0

0.18.0

0.17.0

  • Pin faraday to 1.0

0.16.0

  • Replace inflecto with dry-inflector
  • Update virtus up to 2.0

0.15.0

0.14.0

0.13.0

0.12.0

0.11.0

0.10.1

  • Fix issue #202 with Poll messages and logging

0.10.0

0.9.1

0.9.0

0.8.6.1

  • Fix #163

0.8.6

0.8.5

0.8.4

0.8.3

0.8.2

0.8.1

0.8.0

0.7.2

  • Bug fixes

0.7.1

0.7.0

0.6.0

  • Implement Bot API changes (October 3, 2016 API update)

0.5.2

  • Implement Bot API 2.1 changes

0.5.1

  • Update Sticker and Message objects (May 6, 2016 API update)

0.5.0

0.4.2

  • Let Client#logger be overwritten later (use attr_accessor instead of attr_reader)