v2.8.0
- manager app WAR file: rdepot-app-2.8.0.war (sha1, md5)
- repository app JAR file: rdepot-repo-2.8.0.jar (sha1, md5)
- docker manager app:
openanalytics/rdepot-app:2.8.0 - docker repository app:
openanalytics/rdepot-repo:2.8.0 - docker web interface:
openanalytics/rdepot-client:2.8.0 - docker cli:
openanalytics/rdepot-cli:2.1.1 - cli zipped binary (linux/amd64): rdepot.gz
Release notes
Released on 10 June 2026.
Deprecation notice: repository server addresses didn't require the technology (r/python) as part of the URL in the past.
However, in RDepot v3.0 this will be mandatory.
Please update your repository server addresses to include the correct technology (r/python) as part of the URL.
For example:
- http://oa-rdepot-repo:8080/my-r-repository should be updated to http://oa-rdepot-repo:8080/r/my-r-repository
- http://oa-rdepot-repo:8080/my-python-repository should be updated http://oa-rdepot-repo:8080/python/my-python-repository
New features:
- RDepot as an IdP (OAuth 2.0 only)
- French language support
- Show the repository URL in HATEOAS when getting a package
- New API to list all packages maintained by a user
- Submissions and packages API can now filter by type
- Support long file names for Python wheels
Fixes:
- Better handling of logins using incorrect credentials
- Mirroring latest versions of Python packages
- Publishing fails for binaries in some cases
- Correctly determine latest version of R binary packages
Refactoring:
- Controllers in the repo application