You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+45-7Lines changed: 45 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -5,22 +5,60 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [Unreleased]
8
+
## [1.12.0]
9
9
10
10
### Added
11
11
12
-
- Added a new config setting `positPublisher.defaultConnectServer` to pre-populate the Server URL. Also checks the [default RStudio/Posit Workbench setting](https://docs.posit.co/ide/server-pro/rstudio_pro_sessions/rstudio_connect_server.html) (rstudio-pro#7466)
12
+
- Added the ability to update the target GUID for a deployment at any time
13
+
from the "..." menu. (#2576)
13
14
14
-
- Improved the extension's behavior in VS Code workspace restricted mode.
15
-
The extension will activate, but prompt to manage workspace trust so it can initialize. (#2611)
15
+
- Added a new extension setting `Use Key Chain Credential Storage`
16
+
(defaulting to true), allowing the user to prioritize the use
17
+
of a credential file over the keyring. (#2519)
18
+
19
+
- Credentials are now exposed via a `posit-connect` authentication provider,
20
+
which is surfaced within the native Accounts UI. (#2608)
21
+
22
+
- Added a new extension setting `Default Connect Server` to pre-populate
23
+
the Server URL when creating a credential if there is not already one
24
+
configured. When running within Posit Workbench, the extension will use the
25
+
URL from the [default RStudio/Posit Workbench setting](https://docs.posit.co/ide/server-pro/rstudio_pro_sessions/rstudio_connect_server.html) (rstudio-pro#7466)
26
+
27
+
- When expanded, the Python Packages view will now display a message describing
28
+
how to configure the project to use Python if the configuration file does not
29
+
indicate a dependency on Python. (#2571)
30
+
31
+
- Added a new field to the Python configuration section ("requires_python"),
32
+
which can be used to indicate the range of Python interpreter versions
33
+
required to run the content on the Connect server. If it is not provided,
34
+
it is populated from the project files ".python-version", "pyproject.toml" and
35
+
"setup.cfg". This setting is inserted into the manifest during
36
+
deployment. (#2617)
16
37
17
38
### Fixed
18
39
40
+
- Publisher icon was sometimes missing when workpace folder starts out
41
+
untrusted in VS Code. The extension now supports running within both untrusted and
42
+
trusted workspaces, and will prompt to manage workspace trust so it can initialize. (#2611)
43
+
19
44
### Changed
20
45
21
-
- The Publisher Log Panel has now been renamed to "PUBLISHER" and now will stay hidden until the
22
-
user initiates a deployment operation from within the extension. It remains visible until the
23
-
VSCode window is restarted. (#2596)
46
+
- R, Python, and Quarto versions are now optional in configuration files and
47
+
will not be populated when creating a new deployment. If not present at the
48
+
time of deployment, versions will be discovered and inserted from user's
49
+
running environment. (#2468, #2470)
50
+
51
+
- The `posit-publishing-schema-v3` configuration file schema has been updated
52
+
with the new "Python.requires_python" field as well as the switch from required to
53
+
optional for the version field within the R, Python and Quarto sections.
54
+
55
+
- The Publisher Log Panel has now been renamed to "Publisher" and now will
56
+
stay hidden until the user initiates a deployment operation from within the
57
+
extension. It remains visible until the VSCode window is restarted. (#2596)
0 commit comments