Skip to content

Commit 74c2136

Browse files
committed
Prepare for 0.13.0 release
1 parent 813c6ae commit 74c2136

File tree

2 files changed

+10
-19
lines changed

2 files changed

+10
-19
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ Collect fragments into this file with: scriv collect --version X.Y.Z
88

99
<!-- scriv-insert-here -->
1010

11+
<a id='changelog-0.13.0'></a>
12+
13+
## 0.13.0 (2024-09-12)
14+
15+
### New features
16+
17+
- Times Square now specifies a timeout for notebook executions with Noteburst. This provides better feedback for notebook executions that have hung, either when rendering new pages for users, for when doing a GitHub Check Run. Currently this timeout is set app-wide with the `TS_DEFAULT_EXECUTION_TIMEOUT` environment variable. The default timeout is 60 seconds. In the future we intend to add per-notebook timeout configuration.
18+
19+
- Times Square enforces a timeout when polling for Noteburst results during a GitHub Check run. This prevents the Check Run from hanging indefinitely if the Noteburst service is unable to time out a notebook execution or fails for any reason. This timeout is configurable via the `TS_CHECK_RUN_TIMEOUT` environment variable. The default timeout is 600 seconds.
20+
1121
<a id='changelog-0.12.0'></a>
1222

1323
## 0.12.0 (2024-09-04)

changelog.d/20240906_161257_jsick_DM_46137.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)