Release History


You can find previous versions of the Develocity API documentation and OpenAPI specifications in our legacy documentation archive

Current

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

Previous Versions

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

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

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

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

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

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

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 is used in the scans list UI)

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

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

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

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

2022.2

19th April 2022
  • Improve OpenAPI specification examples

  • Add buildCaches.local.isPushEnabled to /api/builds/{id}/maven-build-cache-performance operation response

2022.1

17th March 2022
  • Initial release