Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-39325: Prepare changes for 6.0.0 #265

Merged
merged 1 commit into from
May 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@ Changes for the upcoming release can be found in [changelog.d](https://github.co

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

<a id='changelog-6.0.0'></a>
## 6.0.0 (2023-05-22)

### Backwards-incompatible changes

- Configuration of whether to use cachemachine and, if so, what image policy to use is now done at the business level instead of globally. This allows the same mobu instance to test both Nublado v2 and Nublado v3.

### New features

- The maximum allowable size for a WebSocket message from the Jupyter lab is now configurable per business and defaults to 10MB instead of 4MB.

### Bug fixes

- Revert change in 5.0.0 to number all cells, and go back to counting only code cells for numbering purposes. This matches the way cell numbers are displayed in the Jupyter lab UI.
- When reporting errors to Slack, mobu 5.0.0 mistakenly started stripping ANSI escape sequences from the code being executed, which should be safe since it comes from local notebooks or configuration, instead of the error output, which is where Jupyter labs like to add formatting. Strip ANSI escape sequences from the error output instead of the code.

<a id='changelog-5.1.0'></a>
## 5.1.0 (2023-05-15)

Expand Down
3 changes: 0 additions & 3 deletions changelog.d/20230522_085712_rra_DM_39325.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20230522_093320_rra_DM_39325.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20230522_120303_rra_DM_39325.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20230522_163207_rra_DM_39325.md

This file was deleted.