Skip to content

Releases: microsoft/BotFramework-DirectLineJS

[0.10.2] - 2018-01-09

10 Jan 22:46
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Added

v0.9.6

30 Mar 03:25
Compare
Choose a tag to compare

This release adds:

v0.9.4

15 Mar 01:33
Compare
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

v0.9.2

08 Mar 16:55
Compare
Choose a tag to compare

This minor release does a better job of multicasting to multiple activity$ subscribers.

v0.9.1

03 Mar 16:04
Compare
Choose a tag to compare

This minor release adds:

  • Observable.throw to correctly handle errors (thanks to contributor willemodendaal for spotting and fixing this)
  • Fixes to sample code in README.md