Skip to content
This repository was archived by the owner on Dec 10, 2018. It is now read-only.

Latest commit

 

History

History
32 lines (25 loc) · 1.73 KB

File metadata and controls

32 lines (25 loc) · 1.73 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[0.10.0] - 2018-10-30

Added

  • Add support for watermark in Web Socket, in #96

Changed

  • Delay before retrying Web Socket, in #97
  • Slow down polling on congested traffic, in #98
  • Bump dependencies, in #100
    • deep-extend from 0.4.2 to 0.5.1
    • randomatic from 1.1.7 to 3.1.0

[0.9.17] - 2018-08-31

Changed

  • Add handling of 403/500 for getSessionId, in #87

[0.9.16] - 2018-08-14

Added

  • Added optional role to User interface, must be either "bot", "channel", or "user", in #79

[0.9.15] - 2018-04-24

Added