Arvados 2.7.4 Release Notes

July 8, 2024

The Arvados team is pleased to announce Arvados 2.7.4. This release is mainly a small bug fix release. We recommend that new and existing installations of 2.7.3 or earlier upgrade to 2.7.4. See Upgrading Arvados for instructions.

Please note that starting from 2.7.4 Arvados no longer supports CentOS. CentOS users should migrate to an Arvados-supported version of Red Hat Enterprise Linux (RHEL), Rocky Linux or AlmaLinux.

Keep

Keep-web will no longer allow a long-running GET request to stall other GET requests using the same token during session refresh. #21697

Python SDK

Fixed several crashes in the Python SDK when using Python 3.6, which is the default Python on RHEL 8. Other supported distributions use Python 3.7+ and are not affected. #21934

Java SDK

The Java SDK now includes two new methods, GroupList.contents and Group.createNewSubProject. GitHub PR #225