We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c4b5b commit cf198c8Copy full SHA for cf198c8
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
2
3
+# [25.1.1] - 2025-03-04
4
+- reduce wasteful text-field indexing (better this time)
5
+- on the share-admin search-indexes page:
6
+ - require typed confirmation when deleting indexes
7
+ - allow deleting way more indexes
8
+- (for osf search ui) update link description in osfmap
9
+
10
# [25.1.0] - 2025-02-24
11
- update `IndexStrategy` to allow multiple indexes within a strategy
12
- `trovesearch_denorm` index strategy updates:
share/version.py
@@ -1 +1 @@
-__version__ = '25.1.0'
+__version__ = '25.1.1'
0 commit comments