Skip to content

2023.4.0

Compare
Choose a tag to compare
@gabrielfeo gabrielfeo released this 02 Apr 19:30
62764ec

Generated from the API spec of Gradle Enterprise API 2023.4.

What's Changed

New API spec

  • Bump GE API spec version to 2023.4 by @github-actions in #132

Library changes

The 2023.4 API spec introduces support for getting /api/builds/{id}/gradle-attributes (and others) embedded in the response of /api/builds, via the new models parameter. The getBuildsFlow extension supports this. Using models + query is recommended for a more efficient use of the API. getGradleAttributesFlow is now deprecated in favor of getBuildsFlow(models = ...). Please refer to the latest README and examples. To help migrate existing code, the deprecation message has automatic migration on Intellij (Kotlin ReplaceWith).

TestsApi and the beta ProjectsApi (2023.3) are now accessible from the library.

macOS keychain support is deprecated in favor of environment variables (with your own solution to protect the access key, such as password manager integrations).

This release uses Kotlin 1.9.22.

Full Changelog: 2023.3.1...2023.4.0