Skip to content

Releases: microsoft/BotFramework-DirectLineJS

v0.11.1

31 Jan 18:04

Choose a tag to compare

Fixed

  • Fixed an issue causing a header to be incorrectly generated. #153

v0.11.0

28 Jan 22:06

Choose a tag to compare

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] - 2018-01-09

10 Jan 22:46

Choose a tag to compare

Added

  • 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

21 Dec 23:43

Choose a tag to compare

Changed

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

[0.10.0] - 2018-10-30

31 Oct 05:45

Choose a tag to compare

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

31 Aug 22:17

Choose a tag to compare

Changed

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

[0.9.16] - 2018-08-14

14 Aug 22:37

Choose a tag to compare

Added

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

[0.9.15] - 2018-04-24

24 Apr 23:26

Choose a tag to compare

Added

v0.9.6

30 Mar 03:25

Choose a tag to compare

This release adds:

v0.9.4

15 Mar 01:33

Choose a tag to compare

This minor release:

  • fixes an issue where a WebSocket reconnect using secrets would incorrectly change to using a token, and then that token would expire
  • adds support for suggestedActions in messages