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
+10-6Lines changed: 10 additions & 6 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 (July 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,10 +23,14 @@ backwards-compatible API enhancements.
@@ -70,7 +74,7 @@ Many thanks to all contributors: developers, user feedback and deployment manage
70
74
71
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).
0 commit comments