Skip to content

Commit a8b830a

Browse files
committed
prepare 25.4.0
1 parent aa0891b commit a8b830a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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:

share/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '25.3.3'
1+
__version__ = '25.4.0'
22

33

44
def get_share_version() -> str:

0 commit comments

Comments
 (0)