deps: update dependency com.google.cloud:google-cloud-spanneradapter to v0.8.0 - abandoned - #108
Closed
renovate-bot wants to merge 2 commits into
Conversation
mayurkale22
previously approved these changes
Jun 21, 2025
renovate-bot
force-pushed
the
renovate/com.google.cloud-google-cloud-spanneradapter-0.x
branch
from
June 26, 2025 21:51
fe1a38b to
0ace4cf
Compare
renovate-bot
force-pushed
the
renovate/com.google.cloud-google-cloud-spanneradapter-0.x
branch
from
July 14, 2025 20:02
0ace4cf to
b3908b8
Compare
renovate-bot
force-pushed
the
renovate/com.google.cloud-google-cloud-spanneradapter-0.x
branch
from
July 30, 2025 22:46
b3908b8 to
d53c591
Compare
renovate-bot
force-pushed
the
renovate/com.google.cloud-google-cloud-spanneradapter-0.x
branch
from
August 8, 2025 22:27
d53c591 to
618efc8
Compare
renovate-bot
force-pushed
the
renovate/com.google.cloud-google-cloud-spanneradapter-0.x
branch
from
August 14, 2025 04:44
618efc8 to
48cc17c
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 PR contains the following updates:
0.0.1->0.8.0Release Notes
googleapis/google-cloud-java (com.google.cloud:google-cloud-spanneradapter)
v0.8.0: 0.8.0Compare Source
Select clients going from Alpha to Beta
In this release, clients for four APIs are moving to beta:
Their versions will have “-beta” on the end call out that fact. All other clients are still Alpha.
Features
Interface changes
Test improvements
Several tests were flaky on AppVeyor, so improvements were made to make them more reliable.
Despite that, integration tests were still failing on AppVeyor, so they have been disabled until they can all run reliably - tracking issue: #1429
Documentation, Snippets
v0.7.0: 0.7.0Compare Source
Naming, interface changes
Apihave been renamed so that they end inClient(#1417)Features
OperationFuturetype which enables an easier way to get the final result of the long-running operation. (#1419)Documentation, Snippets
v0.6.0: 0.6.0Compare Source
Credentials changes
AuthCredentialsclasses have been deleted. Use classes from google-auth-library-java for authentication.google-cloudwill still try to infer credentials from the environment when no credentials are provided:You can also explicitly provide credentials. For instance, to use a JSON credentials file try the following code:
For more details see the Authentication section of the main README.
Features
PubSub
pullAsyncmethods now usereturnImmediately=falseand are not subject to client-side timeouts (#1387)Translate
TranslateOption.model(String)option which allows to set the language translation model used to translate text. This option is only available to whitelisted users (#1393)Fixes
Storage
BaseWriteChannel'spositiontolongto fix integer overflow on big files (#1390)v0.4.0: 0.4.0Compare Source
Features
BigQuery
of(String)factory method to DatasetInfo (#1275)Core
google-cloudnow depends onprotobuf 3.0.0andgrpc 1.0.1(#1273)PubSub
Storage
Fixes
BigQuery
BigQueryOptions(#1217)RowToInsertusingMap<Str, ? extends Object>rather thanMap<Str, Object>(#1259)Datastore
ABORTEDDatastore commits only when the commit wasNON_TRANSACTIONAL(#1235)Logging
MetricInfoparameter fromMetric.updateAsync()(#1221)SinkInfoparameter fromSink.updateAsync()(#1222)Logging.deleteSinknow returnsfalseonNOT_FOUND(#1222)Storage
WriteChannel, when they fail with a retryable error (#1233)v0.3.0: 0.3.0Compare Source
gcloud-javarenamed togoogle-cloudgcloud-javahas been deprecated and renamed togoogle-cloud.If you are using Maven, add this to your pom.xml file
If you are using Gradle, add this to your dependencies
compile 'com.google.cloud:google-cloud:0.3.0'If you are using SBT, add this to your dependencies
gcloud-java-<service>renamed togoogle-cloud-<service>Service-specific artifacts have also been renamed from
gcloud-java-<service>togoogle-cloud-<service>. See the following for examples of addinggoogle-cloud-datastoreas a dependency:If you are using Gradle, add this to your dependencies
compile 'com.google.cloud:google-cloud-datastore:0.3.0'If you are using SBT, add this to your dependencies
Other changes
GCLOUD_PROJECTenvironment variable is now deprecated, useGOOGLE_CLOUD_PROJECTto set your default project id.v0.2.0: 0.2.0Features
General
gcloud-javahas been repackaged.com.google.gcloudhas now changed tocom.google.cloud, and we're releasing our artifacts on maven under the Group IDcom.google.cloudrather thancom.google.gcloud. The new way to add our library as a dependency in your project is as follows:If you're using Maven, add this to your pom.xml file
If you are using Gradle, add this to your dependencies
If you are using SBT, add this to your dependencies
Storage
ServiceAccountSignerwas added. BothAppEngineAuthCredentialsandServiceAccountAuthCredentialsextend this interface and can be used to sign Google Cloud Storage blob URLs (#701, #854).Fixes
General
gcloud-javanow uses the project ID given in the credentials file specified by the environment variableGOOGLE_APPLICATION_CREDENTIALS(if set) (#845).BigQuery
Job'sisDonemethod is fixed to return true if the job is complete or the job doesn't exist (#853).Datastore
LocalGcdHelperhas been renamed toRemoteDatastoreHelper, and the command line startup/shutdown of the helper has been removed. The helper is now more consistent with other modules' test helpers and can be used via thecreate,start, andstopmethods (#821).ListValueno longer rejects empty lists, since Cloud Datastore v1beta3 supports empty array values (#862).DNS
ChangeRequest, namely addingreload/isDonemethods and changing the method signature ofapplyTo(#849).Storage
RemoteGcsHelperwas renamed toRemoteStorageHelperto be more consistent with other modules' test helpers (#821).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.