Added an optional creationSource query parameter to the data links list endpoint, so clients can request only user-created or only cloud-discovered links.
Added the ability to regenerate presigned upload URLs for an in-progress AWS upload through the existing Data Explorer upload endpoint.
Fixed false "region not found" warnings on Azure credentials by probing Azure Batch in the credential's own region instead of westeurope, and by validating Batch access on the compute environment rather than the credential.
Fixed compute environment deletion being possible while creation was still in progress.
Fixed the compute environment details page to redirect to the compute environment list after a deletion.
Fixed forged Azure Cloud compute environments losing their Nextflow configuration.
Fixed runs being flagged for attention when a UserData script failed.
Fixed GA4GH WES to return 404 instead of 500 for an unknown run ID on run describe, status, and cancel.
Fixed the OpenAPI reference to declare optional response properties as nullable, so conforming validators and generated clients no longer reject valid responses.