-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Re-declare BigQuery as GA #3012
Copy link
Copy link
Closed
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.
We tried to bump BigQuery to GA in #2982 , but it got erased in the version bump of the release at https://github.com/GoogleCloudPlatform/google-cloud-java/pull/3004/files#diff-9fa081a8634fe9e631cd85762bb9ceb9 . The thing we need to do differently is to change the
released-versionversion in the versions.txt file for bigquery instead of onlycurrent-version, since the version bump script bases the bump onreleased-version. Like last time, we shouldn't update the README files until release.