Skip to content

Commit

Permalink
Release Spanner libraries version 4.6.0
Browse files Browse the repository at this point in the history
Changes in Google.Cloud.Spanner.Data version 4.6.0:

### Bug fixes

- Makes transactions marked as DisposedBehaviour.Detach actually detach from the session pool. ([commit ab7526f](ab7526f))
- Dispose result streams ([commit d92f88e](d92f88e))

### New features

- Support `dataBoostEnabled` field in partitioned read and execute SQL operations. ([commit 25531f2](25531f2))
- Add DdlStatementActionInfo and add actions to UpdateDatabaseDdlMetadata ([commit 2bdd8bc](2bdd8bc))
- Add support for UpdateDatabase in Cloud Spanner ([commit 3b98d26](3b98d26))

### Documentation improvements

- Improvements on DataBoostEnabled docs. ([commit 5791342](5791342))

Packages in this release:
- Release Google.Cloud.Spanner.Admin.Database.V1 version 4.6.0
- Release Google.Cloud.Spanner.Admin.Instance.V1 version 4.6.0
- Release Google.Cloud.Spanner.Common.V1 version 4.6.0
- Release Google.Cloud.Spanner.Data version 4.6.0
- Release Google.Cloud.Spanner.V1 version 4.6.0
  • Loading branch information
jskeet committed Jun 26, 2023
1 parent 74963ce commit e78769b
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 10 deletions.
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>4.5.0</Version>
<Version>4.6.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Spanner Database Admin API.</Description>
Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>4.5.0</Version>
<Version>4.6.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Spanner Instance Admin API.</Description>
Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>4.5.0</Version>
<Version>4.6.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Common resource names used by all Spanner V1 APIs</Description>
Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>4.5.0</Version>
<Version>4.6.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Google ADO.NET Provider for Google Cloud Spanner.</Description>
Expand Down
17 changes: 17 additions & 0 deletions apis/Google.Cloud.Spanner.Data/docs/history.md
@@ -1,5 +1,22 @@
# Version history

## Version 4.6.0, released 2023-06-26

### Bug fixes

- Makes transactions marked as DisposedBehaviour.Detach actually detach from the session pool. ([commit ab7526f](https://github.com/googleapis/google-cloud-dotnet/commit/ab7526f4d8fed91a5913c0558cfe2bf60516feba))
- Dispose result streams ([commit d92f88e](https://github.com/googleapis/google-cloud-dotnet/commit/d92f88e681ef91fd92d7155cadf515a0cdfbad78))

### New features

- Support `dataBoostEnabled` field in partitioned read and execute SQL operations. ([commit 25531f2](https://github.com/googleapis/google-cloud-dotnet/commit/25531f25d938b5f680059059d34a72654393c71e))
- Add DdlStatementActionInfo and add actions to UpdateDatabaseDdlMetadata ([commit 2bdd8bc](https://github.com/googleapis/google-cloud-dotnet/commit/2bdd8bc563477f49203bb78b41a744e696f40e3b))
- Add support for UpdateDatabase in Cloud Spanner ([commit 3b98d26](https://github.com/googleapis/google-cloud-dotnet/commit/3b98d2699a164b0ad4ee775c96c4c3b2b4598ecb))

### Documentation improvements

- Improvements on DataBoostEnabled docs. ([commit 5791342](https://github.com/googleapis/google-cloud-dotnet/commit/5791342c544ecb49039457e76a9220c36c9f7957))

## Version 4.5.0, released 2023-05-04

### New features
Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>4.5.0</Version>
<Version>4.6.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Low-level Google client library to access the Google Cloud Spanner API. The ADO.NET provider (Google.Cloud.Spanner.Data) which depends on this package is generally preferred for Spanner access.</Description>
Expand Down
10 changes: 5 additions & 5 deletions apis/apis.json
Expand Up @@ -4089,7 +4089,7 @@
"protoPath": "google/spanner/admin/database/v1",
"productName": "Google Cloud Spanner Database Administration",
"productUrl": "https://cloud.google.com/spanner/",
"version": "4.5.0",
"version": "4.6.0",
"commonResourcesConfig": "apis/Google.Cloud.Spanner.Common.V1/CommonResourcesConfig.json",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Spanner Database Admin API.",
Expand All @@ -4115,7 +4115,7 @@
"protoPath": "google/spanner/admin/instance/v1",
"productName": "Google Cloud Spanner Instance Administration",
"productUrl": "https://cloud.google.com/spanner/",
"version": "4.5.0",
"version": "4.6.0",
"commonResourcesConfig": "apis/Google.Cloud.Spanner.Common.V1/CommonResourcesConfig.json",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Spanner Instance Admin API.",
Expand All @@ -4139,7 +4139,7 @@
"id": "Google.Cloud.Spanner.Data",
"targetFrameworks": "netstandard2.1;net462",
"testTargetFrameworks": "net6.0;net462",
"version": "4.5.0",
"version": "4.6.0",
"type": "other",
"metadataType": "INTEGRATION",
"description": "Google ADO.NET Provider for Google Cloud Spanner.",
Expand Down Expand Up @@ -4168,7 +4168,7 @@
"id": "Google.Cloud.Spanner.Common.V1",
"type": "other",
"targetFrameworks": "netstandard2.1;net462",
"version": "4.5.0",
"version": "4.6.0",
"description": "Common resource names used by all Spanner V1 APIs",
"tags": [
"Spanner"
Expand All @@ -4184,7 +4184,7 @@
"protoPath": "google/spanner/v1",
"productName": "Google Cloud Spanner",
"productUrl": "https://cloud.google.com/spanner/",
"version": "4.5.0",
"version": "4.6.0",
"commonResourcesConfig": "apis/Google.Cloud.Spanner.Common.V1/CommonResourcesConfig.json",
"type": "grpc",
"metadataType": "GAPIC_COMBO",
Expand Down

0 comments on commit e78769b

Please sign in to comment.