Skip to content

Commit 3064e83

Browse files
authored
Merge pull request #434 from rstudio/prepare-1.18.0
Updates Changelog with Release 1.18.0
2 parents 70c23c0 + 2eaf206 commit 3064e83

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

CHANGELOG.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
715
## [1.17.1] - 2023-05-25
816

917
### Fixed
@@ -26,15 +34,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2634
- 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).
2735
- extra files not being included in write-manifest [#416](https://github.com/rstudio/rsconnect-python/issues/416).
2836

29-
## Unreleased
30-
31-
### Added
32-
- Deploys for Posit Cloud and shinyapps.io now accept the `--visibility` flag.
33-
3437
## [1.16.0] - 2023-03-27
3538

3639
### 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.
3841

3942
### Fixed
4043

@@ -111,15 +114,15 @@ rsconnect deploy html -n local ./ -e second.html
111114
### Fixed
112115

113116
- Extra files were not being included in certain deploy and write-manifest commands.
114-
117+
115118
### Added
116119

117120
- 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.
118121
- The `--python` option now provides additional user guidance when an invalid path is provided.
119122

120123
### Changed
121124

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.
123126

124127
## [1.14.0] - 2023-01-19
125128

@@ -138,7 +141,7 @@ rsconnect deploy html -n local ./ -e second.html
138141
## [1.13.0] - 2022-12-02
139142

140143
### 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.
142145

143146
### Changed
144147
- 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
153156
## [1.12.0] - 2022-10-26
154157

155158
### 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.
157160

158161
## [1.11.0] - 2022-10-12
159162

@@ -180,7 +183,7 @@ rsconnect deploy html -n local ./ -e second.html
180183

181184
### Changed
182185

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.
184187

185188
## [1.8.1] - 2022-05-31
186189

@@ -202,12 +205,12 @@ Corrected changelog heading.
202205
write-manifest quarto` to create a manifest file.
203206

204207
- An `image` command line option has been added to the `write-manifest` and
205-
`deploy` commands to specify the target image to be used on the RStudio Connect
206-
server during content execution. This is only supported for the `api`, `bokeh`, `dash`,
207-
`fastapi`, `notebook`, `quarto` and `streamlit` sub-commands. It is only
208+
`deploy` commands to specify the target image to be used on the RStudio Connect
209+
server during content execution. This is only supported for the `api`, `bokeh`, `dash`,
210+
`fastapi`, `notebook`, `quarto` and `streamlit` sub-commands. It is only
208211
applicable if the RStudio Connect server is configured to use off-host execution.
209212

210-
- You can now deploy static content such as html and its associated assets with
213+
- You can now deploy static content such as html and its associated assets with
211214
`rsconnect deploy html`.
212215

213216
## [1.7.1] - 2022-02-15

0 commit comments

Comments
 (0)