Skip to content

Commit 7b30316

Browse files
committed
Merge remote-tracking branch 'origin/master' into 346-add-timeout-configuration
2 parents bad3188 + 5b1ea3c commit 7b30316

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,17 +4,30 @@ 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+
<<<<<<< HEAD
78
## Unreleased
89

910
### Added
1011
- The `CONNECT_REQUEST_TIMEOUT` environment variable, which configures the request timeout for all blocking HTTP and HTTPS operations. This value translates into seconds (e.g., `CONNECT_REQUEST_TIMEOUT=60` is equivalent to 60 seconds.) By default, this value is 300.
12+
=======
13+
## [Unreleased]
14+
15+
### Added
16+
>>>>>>> origin/master
1117
- Added `deploy voila` command to deploy Jupyter Voila notebooks.
1218

1319
### Changed
1420
- `deploy html` was refactored. Its behavior is described below.
1521

22+
<<<<<<< HEAD
1623
#### Deploying HTML
1724
Specifying a directory in the path will result in that entire directory*, subdirectories, and sub contents included in the deploy bundle. The entire directory is included whether or not an entrypoint was supplied
25+
=======
26+
### deploy html
27+
- specifying a directory in the path will result in that entire directory*, subdirectories, and sub contents included in the deploy bundle
28+
- the entire directory is included whether or not an entrypoint was supplied
29+
30+
>>>>>>> origin/master
1831
1932

2033
e.g.
@@ -68,7 +81,10 @@ rsconnect deploy html -n local ./ -e second.html
6881

6982
*Plus the manifest & other necessary files needed for the bundle to work on Connect.
7083

84+
<<<<<<< HEAD
7185

86+
=======
87+
>>>>>>> origin/master
7288
## [1.14.1] - 2023-02-09
7389

7490
### Fixed

0 commit comments

Comments
 (0)