Skip to content

Commit d31cd5a

Browse files
committed
v13: document experimental tools
1 parent 3207350 commit d31cd5a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/releases/v13/version-v13.0.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,11 @@ Here is a quick summary of the myriad other improvements in this release:
205205
- MathJax: when enabled, it will now render mathematical formulas also in the landing page citation box, search results and request's comments pages.
206206
- ...and many more bug fixes!
207207

208+
### Experimental
209+
InvenioRDM v13 introduces experimental support for a modern development toolchain, including [uv](https://github.com/astral-sh/uv) (as a replacement for pipenv), [Rspack](https://www.rspack.dev/) (as a replacement for webpack), and [pnpm](https://pnpm.io/) (as a replacement for npm). These tools significantly improve the developer and system administration experience by offering faster installs, better performance, and more efficient workflows.
210+
211+
These tools are **disabled by default** and will be tested further in the coming months. If you are interested in trying them out and providing feedback, please get in touch with the [maintainers team](https://github.com/orgs/inveniosoftware/teams/core-maintainers).
212+
208213
## Breaking changes
209214
- The minimum required OpenSearch version is now **v2.12**. This change is necessary due to a bug in earlier OpenSearch versions that affects the handling of `geo-shape` fields introduced in InvenioRDM v13. See the [upgrade guide](upgrade-v13.0.md#opensearch-version) for more information.
210215
- The new search improvements and the enhanced subjects and awards features require the recreation of the search mappings for Subjects, Awards, Records _(including percolators)_, Drafts and Communities. See the [upgrade guide](upgrade-v13.0.md#rebuild-search-indices) for more information.

0 commit comments

Comments
 (0)