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
+16-11Lines changed: 16 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Changelog
2
2
3
-
## v0.6.0 (June 2025)
3
+
## v0.6.0 (August 2025)
4
4
5
-
This release includes significant new functionality and UI redesign, as well as
6
-
several bug and quality-of-life fixes, performance improvements and
7
-
backwards-compatible API enhancements.
5
+
This release includes significant new functionality and UI redesign, a
6
+
fledgling plugin ecosystem, as well as several bug and quality-of-life
7
+
fixes, performance improvements and backwards-compatible API enhancements.
8
8
9
9
> [!WARNING]
10
10
> This release also bumps the supported MongoDB version all the way from v3 to v8. Whilst older MongoDB versions should still continue to work, version 8 will now be tested and used in the docker builds, so we recommend you upgrade. For existing databases this requires you to first dump the database using `mongodump` with the old MongoDB version, then upgrade to the new version and restore the database with `mongorestore`. If you unsure about this process then please ask us for help!
@@ -23,26 +23,30 @@ backwards-compatible API enhancements.
@@ -51,7 +55,7 @@ block for plotting data from within generic CSV/Excel files.
51
55
52
56
This patch release simply pins the `uv` version used in builds to avoid future breakages.
53
57
54
-
## What's Changed
58
+
###What's Changed
55
59
56
60
* Bump the github-actions group across 1 directory with 2 updates by @dependabot in https://github.com/datalab-org/datalab/pull/1031
57
61
* Update uv to 0.5.x now that dynamic versioning is supported by @ml-evs in https://github.com/datalab-org/datalab/pull/1032
@@ -68,11 +72,11 @@ The Ansible playbooks at [datalab-ansible-terraform](https://github.com/datalab-
68
72
69
73
Many thanks to all contributors: developers, user feedback and deployment managers!
70
74
71
-
## Breaking changes
75
+
###Breaking changes
72
76
73
-
* The Python server has been entirely repackaged with `uv` for much more streamlined dependency management (especially for external plugins). If you are using the docker deployments, then nothing should change for you, but developers may need to adjust their development setups following the instructions at [INSTALL.md](./INSTALL.md)
77
+
* The Python server has been entirely repackaged with `uv` for much more streamlined dependency management (especially for external plugins). If you are using the docker deployments, then nothing should change for you, but developers may need to adjust their development setups following the [installation instructions](./INSTALL.md).
74
78
75
-
## Highlights
79
+
###Highlights
76
80
77
81
* The table component used to display all items has been entirely rewritten, and is now more visually responsive and can accommodate custom schemas/components.
78
82
* QR code generation and scanning for all items, optionally using the new [datalab pURL service](https://purl.datalab-org.io/) when configured with `VUE_APP_QR_CODE_RESOLVER_URL`.
@@ -91,6 +95,7 @@ Many thanks to all contributors: developers, user feedback and deployment manage
91
95
This release primarily contains some bugfixes for the echem block, as well as tidying in preparation of the next release.
92
96
93
97
### What's Changed
98
+
94
99
* Removed unused css by @BenjaminCharmes in https://github.com/datalab-org/datalab/pull/826
95
100
* Remove final mentions of odbx.science by @ml-evs in https://github.com/datalab-org/datalab/pull/827
96
101
* Add routes for resolving items by refcode by @ml-evs in https://github.com/datalab-org/datalab/pull/807
0 commit comments