2023.4.0
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
).
- Support 2023.4 models param by @gabrielfeo in #162 and #163
TestsApi
and the beta ProjectsApi
(2023.3) are now accessible from the library.
- Add missing APIs to GradleEnterpriseApi by @gabrielfeo in #174
macOS keychain support is deprecated in favor of environment variables (with your own solution to protect the access key, such as password manager integrations).
- Deprecate keychain support by @gabrielfeo in #164
This release uses Kotlin 1.9.22.
Full Changelog: 2023.3.1...2023.4.0