Skip to content

Commit b817cca

Browse files
authored
changelog for 1.6.0 (#202)
* changelog for release 1.6.0
1 parent a9c890a commit b817cca

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ 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.6.0] - 2021-08-30
8+
9+
### Added
10+
11+
- You can now deploy FastAPI applications. This requires RStudio Connect release 2021.08.0
12+
or later. Use `rsconnect deploy fastapi` to deploy, or `rsconnect write-manifest fastapi`
13+
to create a manifest file.
14+
- In addition to FastAPI, you can also deploy Quart, Sanic, and Falcon ASGI applications.
15+
16+
### Changed
17+
18+
- rsconnect-python will now issue a warning during deployment if there isn't a requirements.txt
19+
file in the deployment directory. Using a requirements file ensures consistency in the
20+
environment that will be created by the RStudio Connect server during deployment. This helps avoid
21+
unnecessary package installations and issues that can occur if rsconnect-python falls back
22+
to inferring packages from the local Python environment.
723

824
## [1.5.4] - 2021-07-29
925

0 commit comments

Comments
 (0)