You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pull request updates the release order and version numbers for several core libraries and SDKs, reflecting new major and minor releases across the codebase. It also updates documentation to reference the latest versions.
Release and Version Updates:
Updated core-api-library to version 3.2.0 in gradle.properties and in all dependent release orders. [1][2]
Updated health-api-library to version 6.0.0 in gradle.properties, release orders, and documentation references. [1][2][3]
Updated internal-payment-sdk to version 2.0.0 in gradle.properties and in all dependent release orders. [1][2]
Updated health-sdk to version 6.0.0 in gradle.properties, release orders, and documentation references. [1][2][3]
Documentation Updates:
Updated code examples in the health-api-library and health-sdk guides to use the new library versions. [1][2]
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates module release versions and the central release-order listing to reflect new releases of the core/health libraries and dependent SDKs, and aligns the public setup docs with the new artifact versions.
Changes:
Bump versions in module gradle.properties for core-api-library (3.2.0), health-api-library (6.0.0), internal-payment-sdk (2.0.0), and health-sdk (6.0.0).
Regenerate/update RELEASE-ORDER.md so all affected release chains reference the new versions.
Update Health API Library and Health SDK documentation snippets to use the latest dependency coordinates/versions.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
File
Description
internal-payment-sdk/sdk/gradle.properties
Bumps internal-payment-sdk version to 2.0.0.
health-sdk/sdk/src/doc/source/setup.rst
Updates documentation dependency example to health-sdk 6.0.0.
Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the release order and version numbers for several core libraries and SDKs, reflecting new major and minor releases across the codebase. It also updates documentation to reference the latest versions.
Release and Version Updates:
core-api-libraryto version3.2.0ingradle.propertiesand in all dependent release orders. [1] [2]health-api-libraryto version6.0.0ingradle.properties, release orders, and documentation references. [1] [2] [3]internal-payment-sdkto version2.0.0ingradle.propertiesand in all dependent release orders. [1] [2]health-sdkto version6.0.0ingradle.properties, release orders, and documentation references. [1] [2] [3]Documentation Updates:
health-api-libraryandhealth-sdkguides to use the new library versions. [1] [2]