You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
node-telegram-bot-api/CHANGELOG.md

1.9 KiB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Unreleased

Added:

  1. Add health-check endpoint (by @mironov)
  • options.webHook.healthEndpoint

0.26.0 - 2016-01-20

Added:

  1. Add TelegramBot constructor options:
  • options.https
  • options.baseApiUrl
  • options.filepath
  1. Add methods:
  • TelegramBot#stopPolling()
  • TelegramBot#isPolling()
  • TelegramBot#openWebHook()
  • TelegramBot#closeWebHook()
  • TelegramBot#hasOpenWebHook()
  • TelegramBot#deleteWebHook()
  • TelegramBot#getWebHookInfo()

Changed:

  1. Use POST requests by default
  2. Ensure all relevant methods return Promises
  3. Document auto-deletion of webhook during polling
  4. Deprecate support for Node.js v0.12
  5. Fix consistency of methods signatures
  6. Rename TelegramBot#initPolling() to TelegramBot#startPolling()
  • Deprecate TelegramBot#initPolling()

Fixed:

  1. Handle error during formatting formData
  2. Fix ES6 syntax

Credits/Blames: Unless explicitly stated otherwise, above work was done by @GochoMugo


0.25.0 - 2016-12-21

Added:

  1. Supports the API v2.3 updates (by @kamikazechaser)
  2. Add TelegramBot constructor option:
  1. Add methods:
  • TelegramBot#sendVenue() (by Tketa)
  • TelegramBot#sendContact() (by @GochoMugo)
  • TelegramBot#getGameHighScores() (by @jishnu7)

Fixed:

  1. Fix request performance issue (by @preco21)
  2. Fix typos (by oflisback)