Skip to content

Commit 208d963

Browse files
authored
Update version, changelog, notices for 1.17.0 (#3207)
1 parent 23cfd23 commit 208d963

4 files changed

Lines changed: 270 additions & 743 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 1.17.0 - 20 September 2021
2+
### Added
3+
* A language service for Docker Compose documents has been added! [#2539](https://github.com/microsoft/vscode-docker/issues/2539)
4+
* Docker Context lookup at the time of extension activation will now always try using the gRPC API first, due to superior performance. Previously this was an experiment. [#3157](https://github.com/microsoft/vscode-docker/pull/3157)
5+
6+
### Fixed
7+
* "Invalid JSON response body" on certain registry connections. [#3185](https://github.com/microsoft/vscode-docker/issues/3185)
8+
* Explorer view would appear to load forever if Docker was not installed. [#3132](https://github.com/microsoft/vscode-docker/issues/3132)
9+
10+
### Removed
11+
* The "Report Issue" button has been removed from error toasts. Instead, you can use the command "Docker: Report Issue". [#3127](https://github.com/microsoft/vscode-docker/issues/3127)
12+
* Since it is now end-of-life, code specific to .NET Core 2.1 has been removed. [#3093](https://github.com/microsoft/vscode-docker/issues/3093)
13+
14+
### Experiments (may not be visible to all users)
15+
* A walkthrough has been added using the new [VSCode walkthrough experience](https://code.visualstudio.com/updates/v1_57#_new-getting-started-experience), replacing the Docker start page. [#3055](https://github.com/microsoft/vscode-docker/issues/3055)
16+
117
## 1.16.1 - 1 September 2021
218
### Fixed
319
* Node debugging does not work in VS Code 1.60.0 due to removal of `node2` debug type. [#3177](https://github.com/microsoft/vscode-docker/issues/3177)

0 commit comments

Comments
 (0)