Skip to content

Commit b583723

Browse files
authored
Merge pull request #519 from rstudio/release/1.21.0
Sets release notes for 1.21.0
2 parents 210ab4d + a622b17 commit b583723

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ 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-
## 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

Comments
 (0)