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: docs/release-notes.rst
+4-17Lines changed: 4 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -32,36 +32,23 @@ Release notes
32
32
Stability, Maintainability, and Testing
33
33
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
34
34
35
-
vYY.0M.MICRO (Unreleased)
36
-
-------------------------
37
-
38
-
Security
39
-
~~~~~~~~
35
+
v23.07.0 (2023-07-07)
36
+
---------------------
40
37
41
38
Features
42
39
~~~~~~~~
43
40
44
41
* Proper support for the new SciCat backend version 4.
45
42
* ``scitacean.testing`` now contains tools for managing locally deployed SciCat servers and SSH servers.
43
+
* Pydantic version 2 is not supported in addition to version 1.
44
+
Prior versions of Scitacean are incompatible with Pydantic version 2 and users need to ensure to install a compatible version.
46
45
47
46
Breaking changes
48
47
~~~~~~~~~~~~~~~~
49
48
50
49
* Models have been split into 'download' and 'upload' models for communication with SciCat as well as 'user' models that are exposed in the high level interface.
51
50
For users, this mostly affects tests with ``FakeClient``.
0 commit comments