Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 3.38 KB

File metadata and controls

57 lines (45 loc) · 3.38 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.11.0] - 2019-01-28

Added

  • Added protection against user-given pollingInterval values #129
  • Added custom user agent and header #148

Fixed

  • errorConversationEnded no longer thrown when calling DirectLine#end, by @orgads, in PR #133

[0.10.2] - 2019-01-09

  • Added messageBack to CardActionTypes and updated CardAction fields, by @corinagum, in PR #138
  • Expand CardActions with specific types, by @corinagum, in PR #141

[0.10.1] - 2018-12-21

Changed

  • Prevents infinite WebSocket reconnection spam on subsequent token expiration signals #127

[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