Skip to content

Commit

Permalink
v12: improve changes list
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed May 2, 2024
1 parent 43eaa0d commit beb51e0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/releases/upgrading/upgrade-v12.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,20 @@ invenio access allow superuser-access role administration
COMMUNITIES_IDENTITIES_CACHE_REDIS_URL = "URI_TO_REDIS"
USERS_RESOURCES_ADMINISTRATION_ENABLED = True
THEME_SITENAME = "Project name for header and UI"
APP_RDM_PAGES = {}
```

### Changed configuration variables

```bash
RATELIMIT_STORAGE_URL changed to RATELIMIT_STORAGE_URI
```

## Big Changes

- remove: dependency of flask-babelex
- changed: static pages (new creation method, see `APP_RDM_PAGES`)
- changed: `before(_app)_first_request` decorator replaced by `finalize_app` entrypoint
- add: concept doi (aka parent doi)
- add: statistics. (NOTE: statistic is stored in opensearch/libresearch)
- add: administration panel
Expand Down

0 comments on commit beb51e0

Please sign in to comment.