Skip to content

Commit

Permalink
Prep change log for 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed Jan 4, 2024
1 parent b11b78b commit 8cea126
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

<!-- scriv-insert-here -->

<a id='changelog-0.8.0'></a>
## 0.8.0 (2024-01-04)

### Backwards-incompatible changes

-

### New features

- The response to `GET /notebooks/:job_id` now includes an `ipynb_error` field that contains structured information about any exception that occurred when executing the notebook. As well, if an exception occurred, the resultant notebook is still included in the response. That is, notebook failures are no longer considered failed jobs.

- The `job_id` is now included in log messages when running the `nbexec` job under arq.

- The user guide includes a new tutorial for using the Noteburst web API.

### Bug fixes

-

### Other changes

- Update to Pydantic 2
- Adopt FastAPI's lifespan feature
- Adopt scriv for changelog management

- Update GitHub Actions workflows, including integrating Neophile for dependency updates.

- Update to Python 3.12.

## 0.7.1 (2023-07-23)

### Bug fixes
Expand Down
5 changes: 0 additions & 5 deletions changelog.d/20231220_121437_jsick_DM_40143.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20231220_160149_jsick_DM_40143.md

This file was deleted.

21 changes: 0 additions & 21 deletions changelog.d/20240103_122036_jsick_DM_40143.md

This file was deleted.

0 comments on commit 8cea126

Please sign in to comment.