Skip to content

Commit e5a78e7

Browse files
authored
Update changelog for v0.6.3 (#1342)
1 parent 203e6a9 commit e5a78e7

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
# Changelog
22

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.
46

57
> [!WARNING]
68
> This release hardens the `SECRET_KEY` configuration to enforce setting a custom key with a minimum entropy; old keys may need to be rotated.
79
810
### What's Changed
911

1012
* 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
1315
* 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.
1421

15-
**Full Changelog**: https://github.com/datalab-org/datalab/compare/v0.6.2...main
22+
**Full Changelog**: https://github.com/datalab-org/datalab/compare/v0.6.2...v0.6.3
1623

1724
## v0.6.2 (August 2025)
1825

0 commit comments

Comments
 (0)