Skip to content

Commit

Permalink
prepare release 25.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaxelb committed Jan 6, 2025
1 parent 1c7b570 commit fd9dad5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

# [25.0.0] - 2024-12-27
- update calendar version to `25`, reset semantic versions to `0`
- trove-search api:
- support jsonapi `fields[TYPE]` query params; see https://jsonapi.org/format/#fetching-sparse-fieldsets
- when `TYPE` in `fields[TYPE]` matches the value of a `cardSearchFilter[resourceType]` query param,
interpret the given fields as shorthand property-paths and use for custom csv/tsv columns
- streaming "simple json" rendering (`acceptMediatype=application/json`)
- when sorting by integer values, treat missing values as zero
(tho there may be future times this is wrong...)

# [24.7.0] - 2024-12-27
- allow rendering search responses as downloadable CSVs/TSVs
Expand Down
2 changes: 1 addition & 1 deletion share/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '24.7.0'
__version__ = '25.0.0'

0 comments on commit fd9dad5

Please sign in to comment.