Skip to content

Commit c747554

Browse files
committed
prepare release 25.1.0
1 parent a5fa85e commit c747554

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Change Log
22

3-
# [25.0.0] - 2024-12-27
3+
# [25.1.0] - 2025-02-24
4+
- update `IndexStrategy` to allow multiple indexes within a strategy
5+
- `trovesearch_denorm` index strategy updates:
6+
- multiple indexes: one for card-search, one for value-search on iri values
7+
- skip indexing some text fields (e.g. `*.identifier`, glob-paths of depth > 1)
8+
- reduce wasteful computing (fewer queries, less hashing)
9+
- add to metadata for `osfmap:affiliation`
10+
- improve local setup, perhaps
11+
12+
# [25.0.0] - 2025-01-06
413
- update calendar version to `25`, reset semantic versions to `0`
514
- trove-search api:
615
- support jsonapi `fields[TYPE]` query params; see https://jsonapi.org/format/#fetching-sparse-fieldsets

share/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '25.0.0'
1+
__version__ = '25.1.0'

0 commit comments

Comments
 (0)