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
+18-15Lines changed: 18 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## [1.18.0] - 2023-06-26
8
+
9
+
### Added
10
+
- Deploys for Posit Cloud and shinyapps.io now accept the `--visibility` flag.
11
+
12
+
### Changed
13
+
- Removes redundant client-side compatibility checks in favor of server-side compatibility checks when deploying Python content. Note that the error handling may differ between versions of Connect. See Connect release notes for additional details regarding compatibility.
14
+
7
15
## [1.17.1] - 2023-05-25
8
16
9
17
### Fixed
@@ -26,15 +34,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
34
- getdefaultlocale no longer work with newer versions of Python [#397](https://github.com/rstudio/rsconnect-python/issues/397)[#399](https://github.com/rstudio/rsconnect-python/issues/399).
27
35
- extra files not being included in write-manifest [#416](https://github.com/rstudio/rsconnect-python/issues/416).
28
36
29
-
## Unreleased
30
-
31
-
### Added
32
-
- Deploys for Posit Cloud and shinyapps.io now accept the `--visibility` flag.
33
-
34
37
## [1.16.0] - 2023-03-27
35
38
36
39
### Added
37
-
- The `CONNECT_REQUEST_TIMEOUT` environment variable, which configures the request timeout for all blocking HTTP and HTTPS operations. This value translates into seconds (e.g., `CONNECT_REQUEST_TIMEOUT=60` is equivalent to 60 seconds.) By default, this value is 300.
40
+
- The `CONNECT_REQUEST_TIMEOUT` environment variable, which configures the request timeout for all blocking HTTP and HTTPS operations. This value translates into seconds (e.g., `CONNECT_REQUEST_TIMEOUT=60` is equivalent to 60 seconds.) By default, this value is 300.
38
41
39
42
### Fixed
40
43
@@ -111,15 +114,15 @@ rsconnect deploy html -n local ./ -e second.html
111
114
### Fixed
112
115
113
116
- Extra files were not being included in certain deploy and write-manifest commands.
114
-
117
+
115
118
### Added
116
119
117
120
- The `--cacert` option now supports certificate files encoded in the Distinguished Encoding Rules (DER) binary format. Certificate files with DER encoding must end in a `.cer` or `.der` suffix.
118
121
- The `--python` option now provides additional user guidance when an invalid path is provided.
119
122
120
123
### Changed
121
124
122
-
- The `--cacert` option now requires that Privacy Enhanced Mail (PEM) formatted certificate files end in a `.ca-bundle`, `.crt`, `.key`, or `.pem` suffix.
125
+
- The `--cacert` option now requires that Privacy Enhanced Mail (PEM) formatted certificate files end in a `.ca-bundle`, `.crt`, `.key`, or `.pem` suffix.
123
126
124
127
## [1.14.0] - 2023-01-19
125
128
@@ -138,7 +141,7 @@ rsconnect deploy html -n local ./ -e second.html
138
141
## [1.13.0] - 2022-12-02
139
142
140
143
### Added
141
-
- When running rsconnect bootstrap, you can now specify the jwt secret using the CONNECT_BOOTSTRAP_SECRETKEY environment variable.
144
+
- When running rsconnect bootstrap, you can now specify the jwt secret using the CONNECT_BOOTSTRAP_SECRETKEY environment variable.
142
145
143
146
### Changed
144
147
- Update pip_freeze to use `pip freeze` since Connect filters for valid package paths in the backend and it no longer depends on the undocumented behavior of `pip list --format=freeze`. This reverts the change made in 1.5.2.
@@ -153,7 +156,7 @@ rsconnect deploy html -n local ./ -e second.html
153
156
## [1.12.0] - 2022-10-26
154
157
155
158
### Added
156
-
- You can now use the new rsconnect bootstrap command to programmatically provision an initial administrator api key on a fresh Connect instance. This requires RStudio Connect release 2022.10.0 or later and Python version >= 3.6.
159
+
- You can now use the new rsconnect bootstrap command to programmatically provision an initial administrator api key on a fresh Connect instance. This requires RStudio Connect release 2022.10.0 or later and Python version >= 3.6.
157
160
158
161
## [1.11.0] - 2022-10-12
159
162
@@ -180,7 +183,7 @@ rsconnect deploy html -n local ./ -e second.html
180
183
181
184
### Changed
182
185
183
-
- As a prelude to setting and documenting rsconnect-python APIs, various functions in `actions` have been moved to `bundle`, or replaced with RSConnectExecutor. The moved functions now include a deprecation warning, and will be fully deprecated in a future release.
186
+
- As a prelude to setting and documenting rsconnect-python APIs, various functions in `actions` have been moved to `bundle`, or replaced with RSConnectExecutor. The moved functions now include a deprecation warning, and will be fully deprecated in a future release.
0 commit comments