v0.6.0-rc.3
Pre-release
Pre-release
If no issues arise, this will be the final release candidate for 0.6.0.
Warning
This release 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!
What's Changed
- Update flask-cors requirement from ~=5.0 to ~=6.0 in /pydatalab by @dependabot in #1223
- Bump katex from 0.16.11 to 0.16.21 in /webapp by @dependabot in #1037
- Upgrade MongoDB to v8 by @ml-evs in #814
- Remove some vue-cli-plugins dev dependencies by @ml-evs in #1233
- Fix liccheck workflow and dependency ignores by @ml-evs in #1234
- Add README note linking to other DataLab by @ml-evs in #1236
- Bump astral-sh/setup-uv from 5 to 6 in the github-actions group by @dependabot in #1161
- Fix for molar mass validation with invalid formula of starting materials by @ml-evs in #1244
- Add relationships by
refcode
rather thanitem_id
from the UI by @BenjaminCharmes in #1227 - Prepare 0.6.0 release by @ml-evs in #1211
- Add exhaustive block API testing for all block types by @BenjaminCharmes in #1242
Full Changelog: v0.6.0-rc.2...v0.6.0-rc.3