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
+6-15Lines changed: 6 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,31 +3,22 @@ All notable changes to this project will be documented in this file.
3
3
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
-
## Unreleased
6
+
## [1.17.0] - 2023-XX-XX
7
7
8
8
### Added
9
9
-`deploy html` and `deploy manifest` now support deployment to Posit Cloud.
10
10
11
+
- Added `system caches list` and `system caches delete` commands which allow administrators to enumerate and delete R and Python runtime caches from Connect servers [#384](https://github.com/rstudio/rsconnect-python/pull/384). Read more about the feature in our [docs](https://docs.posit.co/connect/admin/server-management/runtime-caches/).
12
+
11
13
### Changed
12
14
- Cloud deployments accept the content id instead of application id in the --app-id field.
13
15
- The `app_id` field in application store files also stores the content id instead of the application id.
14
16
- Application store files include a `version` field, set to 1 for this release.
15
17
16
-
## Unreleased
17
-
18
-
### Fixed
19
-
- getdefaultlocale deprecated
20
-
21
-
## Unreleased
22
-
23
18
### Fixed
24
-
25
-
- cacert read error when adding/updating a server.
26
-
27
-
## Unreleased
28
-
29
-
### Added
30
-
- Added `system caches list` and `system caches delete` commands which allow administrators to enumerate and delete R and Python runtime caches from Connect servers.
19
+
- cacert read error when adding/updating a server [#403](https://github.com/rstudio/rsconnect-python/issues/403).
20
+
- 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).
21
+
- extra files not being included in write-manifest [#416](https://github.com/rstudio/rsconnect-python/issues/416).
0 commit comments