Skip to content

Commit 43b30df

Browse files
committed
Prepare 3.2.0 release
1 parent 50a9cc3 commit 43b30df

File tree

3 files changed

+3
-29
lines changed

3 files changed

+3
-29
lines changed

CHANGELOG.md

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,7 @@
1-
## 3.1.2022092801 (28-Sep-2022 pre-release)
2-
* Correctly handle concurrent connections to same server using different credentials (#160).
3-
* Remove authentication provider test commands (#159).
4-
5-
## 3.1.2022080801 (08-Aug-2022 pre-release)
1+
## 3.2.0 (03-Oct-2022)
2+
* Implement `intersystems-server-credentials` authentication provider.
63
* Implement `Migrate Legacy Passwords` command (#146).
7-
* Make connection import from Windows registry set passwords in new storage (#147).
8-
* Add 2.0.11 changes.
9-
10-
## 3.1.2022062901 (29-Jun-2022 pre-release)
11-
* Add 2.0.10 changes.
124

13-
## 3.1.2022042001 (20-Apr-2022 pre-release)
14-
* Add 2.0.8 and 2.0.9 changes.
15-
16-
## 3.1.2022020201 (02-Feb-2022 pre-release)
17-
* Update vulnerable dependencies.
18-
19-
## 3.1.2022012701 (27-Jan-2022 pre-release)
20-
* Update README.
21-
* Automate pre-release publication to Marketplace.
22-
23-
## 3.1.2021122102 (21-Dec-2021 pre-release)
24-
* Make username case-insensitive in authentication provider.
25-
26-
## 3.0.0 (27-Nov-2021 pre-release)
27-
* Implement `intersystems-server-credentials` authentication provider.
28-
*
295
## 2.0.11 (08-Aug-2022)
306
* Fix hang when user presses Escape on password prompt (#154).
317
* Doublequote username in SQL GRANT statement recommendation (#151).

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ See the [CHANGELOG](https://marketplace.visualstudio.com/items/intersystems-comm
1010

1111
We are pleased to publish version 3.2 of this extension. This replaces version 2, improving the security of stored passwords by integrating with VS Code's [Authentication Provider API](https://code.visualstudio.com/api/references/vscode-api#AuthenticationProvider). Version 3 was originally created for the [November 2021 InterSystems Security Contest](https://openexchange.intersystems.com/contest/19) and made available as a [pre-release](https://code.visualstudio.com/updates/v1_63#_pre-release-extensions).
1212

13-
> 2022-09-28: This is currently a 3.1 **pre-release** version undergoing final field testing.
14-
1513
Thanks to [George James Software](https://georgejames.com) for backing this development effort.
1614

1715
## The Authentication Provider

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "servermanager",
33
"displayName": "InterSystems Server Manager",
4-
"version": "3.1.2022092802-SNAPSHOT",
4+
"version": "3.2.0-SNAPSHOT",
55
"preview": true,
66
"publisher": "intersystems-community",
77
"description": "Define connections to InterSystems servers. Browse and manage those servers.",

0 commit comments

Comments
 (0)