Skip to content

Commit c9de569

Browse files
Merge pull request #191 from gjsjohnmurray/prepare-3.4.0
Prepare 3.4.0 release
2 parents 8666f85 + 274ed6c commit c9de569

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.4.0 (24-Jul-2023)
2+
* Add `pathPrefix` to new server setup prompts (#175). Thanks to @yannip1234.
3+
* Add "Web Applications" tree under namespaces (#184).
4+
* Remove support for `"intersystemsServerManager.authentication.provider": "none"` setting (#190).
5+
* Update vulnerable dependencies.
6+
17
## 3.2.2 (13-Feb-2023)
28
* Improve deprecation message for `password` property (#164).
39
* Use `@intersystems-community/intersystems-servermanager` NPM package, and document how to do this (#166, #167).

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ InterSystems Server Manager is a Visual Studio Code extension for defining conne
66

77
See the [CHANGELOG](https://marketplace.visualstudio.com/items/intersystems-community.servermanager/changelog) for changes in each release.
88

9+
# New in Version 3.4 - July 2023
10+
11+
- The sequence of prompts displayed when creating a new server definition now includes one where you can optionally enter the `pathPrefix` that is necessary when a single web server is providing REST connectivity to multiple InterSystems servers.
12+
13+
- A new "Web Applications" tree within each namespace node provides a convenient way to create a workspace folder in which to edit web application files.
14+
15+
> We have removed support for version 2's password storage mechanism. If you have been using the `"intersystemsServerManager.authentication.provider": "none"` setting this will no longer have any effect and your connections will behave as though no passwords have been stored. You can migrate stored passwords by downgrading to Server Manager 3.2 and running the `Migrate Passwords` command.
16+
>
17+
> VS Code 1.82 (August 2023) is scheduled to drop support for the keytar package used by the v2 mechanism, so you should perform v2 password migration before upgrading to that version.
18+
919
# New in Version 3.2 - October 2022
1020

1121
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).

0 commit comments

Comments
 (0)