Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IMPORTANT] Transfer namespace to Google Cloud Official. #352

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

yoshidan
Copy link
Owner

@yoshidan yoshidan commented Feb 5, 2025

Since the development of google cloud rust by Google seems to have resumed,
I have decided to donate the google-cloud-* namespace to Google.

#343

New Crate Name

The prefix will be changed from google-cloud to gcloud.

gcloud-bigquery
gcloud-pubsub
gcloud-spanner

Migration

Specify package when specifying Crate's dependency so that there is no code for the library user

Before

google-cloud-pubsub = { version="0.21.0" } 

After this PR

oogle-cloud-pubsub = { package="gcloud-pubsub", version="1.0.0" } 

@yoshidan yoshidan changed the title [IMPORTANT] Provide namespace to Google Cloud Official. [IMPORTANT] Transfer namespace to Google Cloud Official. Feb 5, 2025
@yoshidan yoshidan marked this pull request as ready for review February 6, 2025 10:01
@yoshidan yoshidan added safe to test safe to test and removed safe to test safe to test labels Feb 6, 2025
@yoshidan yoshidan added safe to test safe to test and removed safe to test safe to test labels Feb 6, 2025
@yoshidan yoshidan merged commit 927eef1 into main Feb 7, 2025
9 checks passed
@yoshidan yoshidan deleted the rename_crate branch February 7, 2025 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test safe to test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant