Skip to content

Commit c1bfef5

Browse files
committed
Update README and CHANGELOG for 3.1.2022012601
1 parent 9abeb17 commit c1bfef5

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.1.2022012601 (26-Jan-2022 pre-release)
2+
* Update README.
3+
* Automate pre-release publication to Marketplace.
4+
15
## 3.1.2021122102 (21-Dec-2021 pre-release)
26
* Make username case-insensitive in authentication provider.
37

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ See the [CHANGELOG](https://marketplace.visualstudio.com/items/intersystems-comm
77

88
# New in Version 3 - November 2021
99

10-
We are pleased to publish version 3 of this extension which improves the security of stored passwords by integrating with VS Code's [Authentication Provider API](https://code.visualstudio.com/api/references/vscode-api#AuthenticationProvider). This significant new release has been entered into the [November 2021 InterSystems Security Contest](https://openexchange.intersystems.com/contest/19). If you like it **please vote for it**. Voting closes at midnight EST on Sunday 5th December.
10+
We are pleased to publish version 3 of this extension which improves the security of stored passwords by integrating with VS Code's [Authentication Provider API](https://code.visualstudio.com/api/references/vscode-api#AuthenticationProvider). This significant new release took part in the [November 2021 InterSystems Security Contest](https://openexchange.intersystems.com/contest/19).
1111

12-
> 2021-12-01: This is currently a **pre-release** and requires VS Code 1.63. Until mid-December (estimated) you will have to use the [Insiders](https://code.visualstudio.com/insiders) build of VS Code. Insiders can be installed alongside the Stable build (currently 1.62.3) and they can run concurrently.
12+
> 2022-01-26: This is currently a **pre-release**.
1313
1414
> Thanks to [George James Software](https://georgejames.com) for backing this development effort.
1515
1616
## The Authentication Provider
1717

1818
Since version 2 Server Manager has enabled you to store connection passwords in the native keystore of your workstation's operating system. This was a more secure alternative to you putting them as plaintext in your JSON files. However, the `getServerSpec` function in Server Manager 2's API allowed **any** installed extension to obtain these stored passwords without requiring your permission.
1919

20-
VS Code's Authentication Provider API, introduced in version 1.54 ([February 2021](https://code.visualstudio.com/updates/v1_54#_authentication-provider-api)) is now (version 1.63) mature enough for us to use.
20+
VS Code's Authentication Provider API, introduced in version 1.54 ([February 2021](https://code.visualstudio.com/updates/v1_54#_authentication-provider-api)) became mature enough in version 1.63 for us to use.
2121

2222
Server Manager 3 does the following:
2323

0 commit comments

Comments
 (0)