@@ -4,13 +4,13 @@ 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- ## Unreleased
7+ ## [ 1.21.0 ] - 2023-10-26
88
99### Fixed
1010- The ` https_proxy ` environment variable is recognized as a synonym for
1111 ` HTTPS_PROXY ` .
1212- When adding a new server, the initial request now includes an
13- Authorization header containing the API key. This is needed
13+ authorization header containing the API key. This is needed
1414 for Connect installations behind a proxy that only passes
1515 authenticated requests.
1616- Common environment directories (` env, venv, .env, .venv ` ) are no longer
@@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828 recognized filename patterns, the file patterns ` app-*.py ` , ` app_*.py ` , ` *-app.py ` ,
2929 and ` *_app.py ` are now considered. However, if the directory contains more than
3030 one file matching these new patterns, you must provide rsconnect-python with an
31- explicit ` --entrypoint ` argument.\
31+ explicit ` --entrypoint ` argument.
3232- Added a new verbose logging level. Specifying ` -v ` on the command line uses this
3333 new level. Currently this will cause filenames to be logged as they are added to
3434 a bundle. To enable maximum verbosity (debug level), use ` -vv ` .
0 commit comments