You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,25 @@
1
1
# Changelog
2
2
3
-
## Unreleased changes
3
+
## v0.6.3 (September 2025)
4
+
5
+
This patch release primarily improves block serialization performance and extensibility, as well as improving error handling for both developers and users.
4
6
5
7
> [!WARNING]
6
8
> This release hardens the `SECRET_KEY` configuration to enforce setting a custom key with a minimum entropy; old keys may need to be rotated.
7
9
8
10
### What's Changed
9
11
10
12
* Major refactoring of block life cycle, with better possibilities for validation of block data before and after saving by @ml-evs in #1311
11
-
* Replace browser-native dialogs with custom datalab dialog service by @BenjaminCharmes in https://github.com/datalab-org/datalab/pull/1212
12
-
* Resolve CVEs on mermaid.js and cross-spawn by @dependabot[bot] in https://github.com/datalab-org/datalab/pull/1317
13
+
* Replace browser-native dialogs with custom datalab dialog service by @BenjaminCharmes in #1212
14
+
* Resolve CVEs on mermaid.js and cross-spawn by @dependabot[bot] in #1317
13
15
* Hardened `SECRET_KEY` configuration by @ml-evs in #1324
16
+
* Improve performance and memory utilisation when serialising blocks by @ml-evs in #1329
17
+
* Improve performance of XRD block file reader by @ml-evs in #1331
18
+
* Enable electrochemistry block to read multiple files and stitch them together by @be-smith in #1307
19
+
* Fix issue with chat block rendering introduced in v0.6.2 by @ml-evs in #1340.
20
+
* Fix case sensitivity of TIF file handling in media block by @ml-evs in #1326.
0 commit comments