Skip to content

Commit 8c7315c

Browse files
committed
update pre-release version number and README
1 parent 965f2bb commit 8c7315c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414

1515
- Guidance on [reporting issues](https://community.intersystems.com/post/using-intersystems-objectscript-vs-code-how-report-issues). This guidance also appears in a later section of this document.
1616

17+
## Pre-Release Information
18+
19+
This is a pre-release which improves security as follows:
20+
- 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.
22+
1723
## Features
1824

1925
- InterSystems ObjectScript code highlighting support.
@@ -183,7 +189,7 @@ This settings object is useful for both client-side and server-side development.
183189

184190
- Setting the `username` property is optional. If omitted it will be prompted for when connecting, then cached for the session.
185191

186-
- Setting a plaintext value for the `password` property is **not** recommended. Instead, run the `InterSystems Server Manager: Store Password in Keychain` command from Command Palette.
192+
- Setting a plaintext value for the `password` property is **not** recommended. Instead, install the InterSystems Server Manager extension and use that to store your password securely.
187193

188194
- If no password has been set or stored it will be prompted for when connecting, then cached for the session.
189195

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-objectscript",
33
"displayName": "InterSystems ObjectScript",
44
"description": "InterSystems ObjectScript language support for Visual Studio Code",
5-
"version": "1.1.2-SNAPSHOT-authentication-provider-20211126",
5+
"version": "1.3.2021121001",
66
"icon": "images/logo.png",
77
"aiKey": "9cd75d51-697c-406c-a929-2bcf46e97c64",
88
"categories": [

0 commit comments

Comments
 (0)