diff --git a/CHANGELOG.md b/CHANGELOG.md index e16e3f9b..f964b93f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,22 @@ Changes for the upcoming release can be found in [changelog.d](https://github.co + +## 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. + ## 5.1.0 (2023-05-15) diff --git a/changelog.d/20230522_085712_rra_DM_39325.md b/changelog.d/20230522_085712_rra_DM_39325.md deleted file mode 100644 index a10cf424..00000000 --- a/changelog.d/20230522_085712_rra_DM_39325.md +++ /dev/null @@ -1,3 +0,0 @@ -### 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. diff --git a/changelog.d/20230522_093320_rra_DM_39325.md b/changelog.d/20230522_093320_rra_DM_39325.md deleted file mode 100644 index ddfa7efd..00000000 --- a/changelog.d/20230522_093320_rra_DM_39325.md +++ /dev/null @@ -1,3 +0,0 @@ -### 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. diff --git a/changelog.d/20230522_120303_rra_DM_39325.md b/changelog.d/20230522_120303_rra_DM_39325.md deleted file mode 100644 index ab06d629..00000000 --- a/changelog.d/20230522_120303_rra_DM_39325.md +++ /dev/null @@ -1,3 +0,0 @@ -### 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. diff --git a/changelog.d/20230522_163207_rra_DM_39325.md b/changelog.d/20230522_163207_rra_DM_39325.md deleted file mode 100644 index 7bd43462..00000000 --- a/changelog.d/20230522_163207_rra_DM_39325.md +++ /dev/null @@ -1,3 +0,0 @@ -### Bug fixes - -- 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.