Skip to content

Commit

Permalink
Release Google.Cloud.BigQuery.Storage.V1 version 3.8.0 (#10589)
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Add estimated physical file sizes to ReadAPI v1 ([commit d0b88e9](https://togithub.com/googleapis/google-cloud-dotnet/commit/d0b88e9c69da74879df35f4b8b0a1a15fd6a7bd8))
  • Loading branch information
jskeet committed Jun 27, 2023
1 parent b606f4c commit af7fc27
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>3.7.0</Version>
<Version>3.8.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the BigQuery Storage API.</Description>
Expand Down
6 changes: 6 additions & 0 deletions apis/Google.Cloud.BigQuery.Storage.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version history

## Version 3.8.0, released 2023-06-27

### New features

- Add estimated physical file sizes to ReadAPI v1 ([commit d0b88e9](https://github.com/googleapis/google-cloud-dotnet/commit/d0b88e9c69da74879df35f4b8b0a1a15fd6a7bd8))

## Version 3.7.0, released 2023-05-26

### New features
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@
"protoPath": "google/cloud/bigquery/storage/v1",
"productName": "Google BigQuery Storage",
"productUrl": "https://cloud.google.com/bigquery/docs/reference/storage/",
"version": "3.7.0",
"version": "3.8.0",
"type": "grpc",
"description": "Recommended Google client library to access the BigQuery Storage API.",
"dependencies": {
Expand Down

0 comments on commit af7fc27

Please sign in to comment.