---
component: ROOT
version: "2026.1"
slug: ROOT/reference/release-history
canonical_url: "https://docs.gradle.com/develocity/2026.1/reference/develocity-api/release-history/"
title: "Release History"
description: "Develocity API release history."
keywords: []
status: current
---

<!-- llms-index: https://docs.gradle.com/develocity/llms.txt -->

# Release History

<a id="preamble"></a>

> [!NOTE]
> You can find previous versions of the Develocity API documentation and OpenAPI specifications in our legacy documentation archive

<a id="current"></a>

## Current

<a id="2026-1"></a>

### 2026.1

25th March 2026

*   Add new `/api/builds/{id}/gradle-dependency-caching` and `/api/builds/{id}/maven-dependency-caching` endpoints for determining the volume of dependency artifacts downloaded from remote repositories vs resolved from a local cache
    
*   Add `stacktrace` attribute on the `/api/failures/builds/{id}` npm build failure response
    

<a id="previous-versions"></a>

## Previous Versions

<a id="2025-4"></a>

### 2025.4

10th December 2025

*   Add the `resumeEnabled` attribute within the `buildOptions` element of the `/api/builds/{id}/maven-attributes` operation response
    
*   Move `/api/builds/{id}/gradle-failures` and `/api/builds/{id}/maven-failures` to the `/api/failures/builds/{id}` endpoint
    
*   Add `repositories`, `methods`, and `repositoryMethods` attributes on the `/api/builds/{id}/gradle-network-activity` operation response
    
*   Add `repositories`, `methods`, and `repositoryMethods` attributes on the `/api/builds/{id}/maven-dependency-resolution` operation response
    
*   Add new `/api/builds/{id}/npm-network-activity` endpoint for retrieving network activity information of a single build
    
*   Add `hasVerificationFailure` and `hasNonVerificationFailure` attributes on the `/api/builds/{id}/npm-attributes` operation response
    
*   Add npm failure information to the `/api/failures/builds/{id}` endpoint
    
*   Add new `/api/failures/groups` endpoint for retrieving failure groups across builds, aggregating build and test failures into groups with occurrence counts and affected build IDs
    

<a id="2025-3"></a>

### 2025.3

16th September 2025

*   Add new `/api/builds/{id}/gradle-failures` and `/api/builds/{id}/maven-failures` endpoints for retrieving failure information of a single build
    
*   Add new `/api/builds/{id}/npm-dependencies` endpoint for retrieving dependencies of a single npm build
    

<a id="2025-2"></a>

### 2025.2

15th July 2025

*   Add new `/api/tests/build/{id}` endpoint for retrieving test execution results of a single build
    
*   Remove support for anonymous access to `/api/auth/token` endpoint
    

<a id="2025-1"></a>

### 2025.1

8th April 2025

*   Add new `/api/builds/{id}/gradle-dependencies` and `/api/builds/{id}/maven-dependencies` endpoints
    
*   Add new `/api/builds/{id}/sbt-attributes` endpoint
    

<a id="2024-3"></a>

### 2024.3

12th December 2024

*   Add `checkFingerprintDuration` and `dependencyResolutionDuration` attributes within `result` on the `/api/builds/{id}/gradle-configuration-cache` operation response
    
*   Add new `/api/builds/{id}/npm-attributes` and `/api/builds/{id}/python-attributes` endpoints
    

> [!NOTE]
> The following API versions correspond to Develocity releases that have reached End of Life and are no longer supported. This history is retained for reference only.

<a id="2024-2"></a>

### 2024.2

19th August 2024

*   Add new `/api/builds/{id}/gradle-plugins` and `/api/builds/{id}/maven-plugins` endpoints
    
*   Add new `/api/builds/{id}/gradle-resource-usage` and `/api/builds/{id}/maven-resource-usage` endpoints
    
*   Add new `/api/builds/{id}/gradle-build-profile-overview` and `/api/builds/{id}/maven-build-profile-overview` endpoints
    
*   Add `isolatedProjectsEnabled` attribute within `buildOptions` on the `/api/builds/{id}/gradle-attributes` operation response
    

<a id="2024-1"></a>

### 2024.1

2nd April 2024

*   Add new `/api/builds/{id}/gradle-artifact-transform-executions` endpoint
    
*   Add new `/api/builds/{id}/gradle-deprecations` endpoint
    
*   Add `allModels` query parameter to `/api/build/{id}` and `/api/builds` endpoint for requesting all build models
    

<a id="2023-4"></a>

### 2023.4

5th December 2023

*   Add new `/api/builds/{id}/gradle-network-activity` endpoint
    
*   Add new `/api/builds/{id}/maven-dependency-resolution` endpoint
    
*   Add new `/api/tests/cases` endpoint
    
*   Add new `/api/tests/containers` endpoint
    
*   Add `develocitySettings` attribute on the `/api/builds/{id}/gradle-attributes` and `/api/builds/{id}/maven-attributes` operation responses. This value is identical to `gradleEnterpriseSettings` and should be used instead
    
*   Add `workUnitFingerprintingSummary` and `workUnitAvoidanceSavingsSummary` to `/api/builds/{id}/gradle-build-cache-performance` operation response
    
*   Add `cacheKey` to `/api/builds/{id}/gradle-build-cache-performance` operation response
    
*   Add `cacheKey` to `/api/builds/{id}/maven-build-cache-performance` operation response
    
*   Make `isDisabledDueToError` nullable on `/api/builds/{id}/gradle-build-cache-performance` and `/api/builds/{id}/maven-build-cache-performance` responses
    
*   Deprecate `rerunGoals` in favor of `rerunGoalsEnabled` within the `buildOptions` property on the `/api/builds/{id}/maven-attributes` operation responses
    
*   Deprecate `avoidanceSavingsSummary` in favor of `taskAvoidanceSavingsSummary` from `/api/builds/{id}/gradle-build-cache-performance` operation response
    

<a id="2023-3"></a>

### 2023.3

13th September 2023

*   Add `hasVerificationFailure` and `hasNonVerificationFailure` attributes on the `/api/builds/{id}/gradle-attributes` and `/api/builds/{id}/maven-attributes` operation response
    
*   Introduce optional `query` query parameter for the on the `/api/builds` endpoint, which can be used to filter the set of returned builds. This parameter’s value should be a URL encoded text query written in the advanced query language (the same advanced query language that’s used in the scans list UI)
    

<a id="2023-2"></a>

### 2023.2

18th July 2023

*   Add `effectiveWorkUnitExecutionTime` and `serialWorkUnitExecutionTime` on the `/api/builds/{id}/gradle-build-cache-performance` operation response
    
*   Exclude potential artifact transforms from `effectiveTaskExecutionTime` and `serialTaskExecutionTime` on the `/api/builds/{id}/gradle-build-cache-performance` operation response
    
*   Add `cacheArtifactRejectedReason` to `/api/builds/{id}/gradle-build-cache-performance` and `/api/builds/{id}/maven-build-cache-performance` operation response
    

<a id="2023-1"></a>

### 2023.1

12th April 2023

*   Add `cacheArtifactSize` to `/api/builds/{id}/gradle-build-cache-performance` and `/api/builds/{id}/maven-build-cache-performance` operation response
    
*   Add `excludedTasks` to `/api/builds/{id}/gradle-attributes` operation response
    

<a id="2022-4"></a>

### 2022.4

8th December 2022

*   Add new `/api/test-distribution/*` endpoints for managing API keys and agent pools
    
*   Add new `/api/builds/{id}/gradle-projects` endpoint
    
*   Add new `/api/builds/{id}/maven-modules` endpoint
    
*   Introduce `fromInstant`, `fromBuild`, `reverse` query parameters on the `/api/builds` operation query
    
*   Deprecate `since` and `sinceBuild` query parameters on the `/api/builds` operation query
    

<a id="2022-3"></a>

### 2022.3

10th August 2022

*   Add `taskExecution.nonCacheabilityCategory` and `taskExecution.nonCacheabilityReason` to `/api/builds/{id}/gradle-build-cache-performance` operation response
    
*   Add `goalExecution.nonCacheabilityCategory` and `goalExecution.nonCacheabilityReason` to `/api/builds/{id}/maven-build-cache-performance` operation response
    
*   Add `taskExecution.taskType` to `/api/builds/{id}/gradle-build-cache-performance` operation response
    
*   Add `goalExecution.mojoType` to `/api/builds/{id}/maven-build-cache-performance` operation response
    
*   Add `buildCaches.remote.type` to `/api/builds/{id}/gradle-build-cache-performance` operation response
    
*   Add `buildCaches.remote.className` to `/api/builds/{id}/gradle-build-cache-performance` operation response
    
*   Add a `title` to `/api/builds` inlined query parameters schema
    

<a id="2022-2"></a>

### 2022.2

19th April 2022

*   Improve OpenAPI specification examples
    
*   Add `buildCaches.local.isPushEnabled` to `/api/builds/{id}/maven-build-cache-performance` operation response
    

<a id="2022-1"></a>

### 2022.1

17th March 2022

*   Initial release