Skip to content

Commit 2638e1f

Browse files
Merge pull request #848 from gjsjohnmurray/pre-publish-1.5.2022020301
Prepare 1.5.2022020301 pre-release
2 parents cf0caaa + b0f74fb commit 2638e1f

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [1.5.2022020301] 03-Feb-2022 pre-release
4+
- Fixes
5+
- Allow `serverForUri` to return password for unnamed server (#837)
6+
- Enhancements
7+
- Use CI for publishing pre-releases
8+
9+
## [1.5.2022011402] 14-Jan-2022 pre-release #2
10+
Add 1.4.1 changes
11+
12+
## [1.5.2022011401] 14-Jan-2022 pre-release
13+
Add 1.4.0 changes.
14+
315
## [1.4.1] 14-Jan-2022
416
- Fixes
517
- Version 1.4.0 is failing to activate (#827)
@@ -18,6 +30,16 @@
1830
- Properly return options for the Server Command menu for isfs-readonly files (#811)
1931
- Remove `vscode-objectscript-output` language from selector (#805)
2032

33+
## [1.5.2021121601] 16-Dec-2021 pre-release
34+
- Fixes
35+
- Correctly remove password from `serverForUri` response.
36+
- Remove `vscode-objectscript-output` language from selector (#805)
37+
38+
## [1.5.2021121001] 10-Dec-2021 pre-release
39+
- Enhancements
40+
- Use the authentication provider in Server Manager version 3 to retrieve connection passwords in a way which requires explicit consent from the VS Code user.
41+
- No longer return connection's password in result of `serverForUri` API.
42+
2143
## [1.2.2] 07-Dec-2021
2244
- Fixes
2345
- Exporting not working with new version 1.2.1 (#799)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
This is a pre-release which improves security as follows:
2020
- Uses the authentication provider in Server Manager version 3 to retrieve connection passwords in a way which requires explicit consent from the VS Code user.
21-
- No longer returns a connection's password in the result of the `serverForUri` API.
21+
- No longer returns a named server connection's password in the result of the `serverForUri` API.
2222

2323
## Features
2424

0 commit comments

Comments
 (0)