File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ # [ 25.4.0] - 2025-06-24
4+ - delete ` RawDatum ` model
5+ - ` trove.digestive_tract.extract ` now must succeed before ` /trove/ingest ` responds
6+ - rename ` IndexcardRdf ` (and kids) to ` ResourceDescription `
7+ - move most django models to their own files
8+ - stop storing ` CeleryTaskResult ` s forever
9+ - new environment variables: ` CELERY_RESULT_EXPIRES ` , ` FAILED_CELERY_RESULT_EXPIRES `
10+ - fix: ` /api/v2/ ` error generating rss/atom feed links
11+ - fix: pagination at ` /api/v2/sourceconfigs `
12+ - fix: correct osfmap IRIs (` dcat:accessURL ` , ` osf:verifiedLink ` )
13+
314# [ 25.3.3] - 2025-06-17
415- smaller ` osfmap_json ` derived representation (thx bodintsov)
516- prepare for next release dropping ` RawDatum ` model/table:
Original file line number Diff line number Diff line change 1- __version__ = '25.3.3 '
1+ __version__ = '25.4.0 '
22
33
44def get_share_version () -> str :
You can’t perform that action at this time.
0 commit comments