---
component: ROOT
version: "2026.3"
slug: ROOT/reference/release-history
canonical_url: "https://docs.develocity.ai/2026.3/reference/develocity-api/release-history/"
title: "Release History"
description: "Identifies which Develocity API version added, changed, deprecated, or removed a given endpoint, response attribute, or query parameter."
keywords:
  - "release notes"
  - "OpenAPI"
status: current
---

<!-- llms-index: https://docs.develocity.ai/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-3"></a>

### 2026.3

24th September 2026

*   Add new `/api/builds/{id}/docker-attributes`, `/api/builds/{id}/docker-build-cache-performance`, `/api/builds/{id}/docker-dependencies`, and `/api/builds/{id}/docker-packages` endpoints for retrieving the attributes, step cache performance, dependencies, and image packages of a single Docker build
    
*   Add new `/api/console-logs/build/{id}` and `/api/console-logs/build/{id}/raw` endpoints for retrieving the console log of a build, as a paged list of structured lines or as a single plain text stream (Beta)
    
*   Add new `/api/tests/build/{id}/output` and `/api/tests/build/{id}/output/raw` endpoints for retrieving the standard output and standard error captured by a single test execution, as a paged list of structured lines or as a single plain text stream (Beta)
    
*   Add new `/api/tests/build/{id}/failure` endpoint for retrieving the exceptions a test’s executions threw, one entry per execution (Beta)
    
*   Add `container` and `ordinal` attributes on the `/api/tests/build/{id}` operation response for addressing a single test execution on the test output and test failure endpoints
    
*   Add `docker` attribute on the `/api/failures/builds/{id}` operation response for the failures of a Docker build
    
*   Add `buildCount` attribute on the failure groups of the `/api/failures/groups` operation response for the number of distinct builds a group affects
    
*   Add `pendingBuildCount` and `matchedBuildCount` attributes on the `/api/failures/groups` operation response for reporting how much of the queried window has been grouped so far
    
*   Order the failure groups of the `/api/failures/groups` operation response by the number of distinct builds affected, and order each group’s `buildIds` with the most recently started first
    
*   Add `groupId` and `artifactId` attributes on the goal executions of the `/api/builds/{id}/maven-build-cache-performance` operation response for identifying the Maven module that ran each goal
    
*   Add `origin` attribute on the `/api/builds/{id}/gradle-dependencies` and `/api/builds/{id}/maven-dependencies` operation responses for identifying the source that served each dependency, such as a Develocity Artifact Cache Edge location
    
*   Add `caches` attribute on the `/api/builds/{id}/gradle-dependency-caching` and `/api/builds/{id}/maven-dependency-caching` operation responses for breaking the cached files down per cache that served them
    

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

## Previous Versions

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

### 2026.2

30th June 2026

*   Add new `/api/comparison/summary` and `/api/comparison/inputs` endpoints for retrieving the summary and work unit input differences between two builds (Beta)
    

<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="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
    

> [!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-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
    

<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