File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
You can’t perform that action at this time.
0 commit comments