Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 9d2b891

Browse files
authored
feat: promote to GA (#374)
Release-As: 1.0.0
1 parent f7e49a8 commit 9d2b891

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"client_documentation": "https://googleapis.dev/java/google-cloud-bigquerystorage/latest",
66
"api_description": "is an API for reading data stored in BigQuery. This API provides direct, high-throughput read\naccess to existing BigQuery tables, supports parallel access with automatic liquid sharding, and allows fine-grained\ncontrol over what data is returned.",
77
"issue_tracker": "https://issuetracker.google.com/savedsearches/559654",
8-
"release_level": "beta",
8+
"release_level": "ga",
99
"language": "java",
1010
"repo": "googleapis/java-bigquerystorage",
1111
"repo_short": "java-bigquerystorage",

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ Java idiomatic client for [BigQuery Storage][product-docs].
88
- [Product Documentation][product-docs]
99
- [Client Library Documentation][javadocs]
1010

11-
> Note: This client is a work-in-progress, and may occasionally
12-
> make backwards-incompatible changes.
13-
1411
## Quickstart
1512

1613
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
@@ -20,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
2017
<dependency>
2118
<groupId>com.google.cloud</groupId>
2219
<artifactId>libraries-bom</artifactId>
23-
<version>7.0.0</version>
20+
<version>7.0.1</version>
2421
<type>pom</type>
2522
<scope>import</scope>
2623
</dependency>
@@ -121,9 +118,6 @@ Java 7 or above is required for using this client.
121118
This library follows [Semantic Versioning](http://semver.org/).
122119

123120

124-
It is currently in major version zero (``0.y.z``), which means that anything may change at any time
125-
and the public API should not be considered stable.
126-
127121
## Contributing
128122

129123

@@ -161,7 +155,7 @@ Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
161155
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-bigquerystorage/java8-win.html
162156
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-bigquerystorage/java11.svg
163157
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-bigquerystorage/java11.html
164-
[stability-image]: https://img.shields.io/badge/stability-beta-yellow
158+
[stability-image]: https://img.shields.io/badge/stability-ga-green
165159
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigquerystorage.svg
166160
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-bigquerystorage&core=gav
167161
[authentication]: https://github.com/googleapis/google-cloud-java#authentication

0 commit comments

Comments
 (0)