All Versions
23
Latest Version
Avg Release Cycle
55 days
Latest Release
-

Changelog History
Page 2

  • v0.11.0 Changes

    March 31, 2020
    • ⚡️ Update Telegram API to 4.7
  • v0.10.0 Changes

    January 23, 2020
    • ⚡️ Update Telegram API to 4.6
  • v0.9.0 Changes

    December 31, 2019
    • Warn when fetching token by bot's name and there are no token
    • ⚡️ Update Telegram API to 4.5
  • v0.8.1 Changes

    October 13, 2019
    • ➕ Add the ability to configure custom tesla middlewares
    • 🛠 Fix regex macros, couldn't compile
  • v0.8.0 Changes

    October 02, 2019
    • ➕ Add Tesla adapter for HTTP and setting it as default
    • ➕ Add ability to select Tesla adapter (tested with hackney and gun)
    • ➕ Added documentation
    • ➕ Added template for creating a bot
  • v0.7.1 Changes

    August 20, 2019
    • 🛠 Fix an error when not receiving updates the local update_id keeps increasing and makes an infinite loop of retrieving updates
  • v0.7.0 Changes

    July 30, 2019
    • ⚡️ Update to BOT API 4.4
    • Set a softer version in README
  • v0.6.2 Changes

    June 01, 2019
    • ⚡️ Update to BOT API 4.3
  • v0.6.1 Changes

    April 14, 2019
    • ⚡️ Update to BOT API 4.2
    • ➕ Add default handle_info handler and change timeout
    • 🔗 Remove Supervisor.Spec uses, clean start_link and child_spec code
  • v0.6.0 Changes

    March 15, 2019
    • ⚡️ Handle when update_worker is nil and raise a better message
    • ➕ Add {:edited_message, msg} message
    • 😌 Relax hackney version
    • Allow to specify JSON engine to use config :ex_gram, json_encoder: Jason
    • 🚚 Http implementation details moved from ExGram to ExGram.Adapter.Http