We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb4dfe commit 1db8e75Copy full SHA for 1db8e75
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Change Log
2
3
+# [24.5.0] - 2024-11-14
4
+- fix for M chips with docker
5
+- add "subject" related property for `cardSearchFilter[resourceType]=Project`
6
+- allow "supplementary" metadata records
7
+- allow expiration date on metadata records
8
+- osfmap: add properties with shorthands
9
+- add `trovesearch_denorm` index strategy (more denormalized for better scaling)
10
+- dependency updates
11
+- many tests
12
+
13
# [24.4.0] - 2024-05-31
14
- specific exception classes within `trove`
15
- better search api error responses
share/version.py
@@ -1 +1 @@
-__version__ = '24.4.0'
+__version__ = '24.5.0'
0 commit comments