Skip to content

Commit f5db3ed

Browse files
authored
Lockdown dependencies and update CHANGELOG (#280)
* Lockdown dependencies * Add entries * Update entry
1 parent 331b359 commit f5db3ed

3 files changed

Lines changed: 22 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1515

1616
## [Unreleased]
1717

18+
### Added
19+
20+
- Added support of Direct Line App Service Extension, by [@ckkashyap](https://github.com/ckkashyap), in PR [#183](https://github.com/microsoft/BotFramework-DirectLineJS/pull/183) and [#274](https://github.com/microsoft/BotFramework-DirectLineJS/pull/274)
21+
- Added support for `Retry-After` header and version information to `x-ms-bot-agent` header, by [@swagatmishra2007](https://github.com/swagatmishra2007), in PR [#247](https://github.com/microsoft/BotFramework-DirectLineJS/pull/247)
22+
- Also improved testability of the package
23+
24+
### Changed
25+
26+
- Lock down on version of dependencies, by [@compulim](https://github.com/compulim), in PR [#280](https://github.com/Microsoft/BotFramework-DirectLineJS/pull/280)
27+
- [`rxjs@5.5.10`](https://npmjs.com/package/rxjs)
28+
- This version is selected out of the previous commit of `package-lock.json`
29+
30+
## [0.11.6] - 2019-10-25
31+
1832
### Fixed
1933

2034
- Reverting PR [#171](https://github.com/Microsoft/BotFramework-DirectLineJS/pull/171) and PR [#172](https://github.com/Microsoft/BotFramework-DirectLineJS/pull/172), which caused infinite loop of reconnections, by [@compulim](https://github.com/compulim) in PR [#240](https://github.com/Microsoft/BotFramework-DirectLineJS/pull/240)

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"author": "Microsoft Corporation",
2727
"license": "MIT",
2828
"dependencies": {
29-
"@babel/runtime": "^7.6.0",
29+
"@babel/runtime": "7.6.0",
3030
"botframework-streaming": "4.8.0",
31-
"core-js": "^3.6.4",
32-
"cross-fetch": "^3.0.4",
33-
"rxjs": "^5.0.3",
34-
"url-search-params-polyfill": "^8.0.0"
31+
"core-js": "3.6.4",
32+
"cross-fetch": "3.0.4",
33+
"rxjs": "5.5.10",
34+
"url-search-params-polyfill": "8.0.0"
3535
},
3636
"devDependencies": {
3737
"@babel/cli": "^7.6.0",

0 commit comments

Comments
 (0)