Skip to content

Commit

Permalink
Release Firestore libraries version 3.7.0 (#12688)
Browse files Browse the repository at this point in the history
Changes in Google.Cloud.Firestore version 3.7.0:

### Bug fixes

- Retry more exceptions during transactions ([commit 027dd8b](https://togithub.com/googleapis/google-cloud-dotnet/commit/027dd8bc1fc2f638aa7305f996dc4a49ecc1ee41))

Changes in Google.Cloud.Firestore.V1 version 3.7.0:

### New features

- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](https://togithub.com/googleapis/google-cloud-dotnet/commit/022fab203f28fb9c608972af7f8b83f571ae5694))

Packages in this release:
- Release Google.Cloud.Firestore version 3.7.0
- Release Google.Cloud.Firestore.V1 version 3.7.0
  • Loading branch information
jskeet committed May 3, 2024
1 parent 7b1c647 commit 31261d4
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 4 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.6.0</Version>
<Version>3.7.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Low-level Google client library to access the Firestore API. Users are recommended to use the Google.Cloud.Firestore package instead.</Description>
Expand Down
6 changes: 6 additions & 0 deletions apis/Google.Cloud.Firestore.V1/docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ This package is primarily a dependency of Google.Cloud.Firestore. See the
[Google.Cloud.Firestore version history](https://googleapis.dev/dotnet/Google.Cloud.Firestore/latest/history.html)
for more details.

## Version 3.7.0, released 2024-05-03

### New features

- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](https://github.com/googleapis/google-cloud-dotnet/commit/022fab203f28fb9c608972af7f8b83f571ae5694))

## Version 3.6.0, released 2024-03-27

### New features
Expand Down
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.6.0</Version>
<Version>3.7.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Firestore API.</Description>
Expand Down
6 changes: 6 additions & 0 deletions apis/Google.Cloud.Firestore/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version history

## Version 3.7.0, released 2024-05-03

### Bug fixes

- Retry more exceptions during transactions ([commit 027dd8b](https://github.com/googleapis/google-cloud-dotnet/commit/027dd8bc1fc2f638aa7305f996dc4a49ecc1ee41))

## Version 3.6.0, released 2024-03-27

### New features
Expand Down
4 changes: 2 additions & 2 deletions apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -2388,7 +2388,7 @@
"productName": "Firestore",
"productUrl": "https://firebase.google.com/docs/firestore/",
"listingDescription": "Firestore high-level library",
"version": "3.6.0",
"version": "3.7.0",
"type": "other",
"metadataType": "GAPIC_MANUAL",
"description": "Recommended Google client library to access the Firestore API.",
Expand Down Expand Up @@ -2419,7 +2419,7 @@
"productName": "Firestore",
"productUrl": "https://firebase.google.com",
"listingDescription": "Firestore low-level API access",
"version": "3.6.0",
"version": "3.7.0",
"type": "grpc",
"description": "Low-level Google client library to access the Firestore API. Users are recommended to use the Google.Cloud.Firestore package instead.",
"tags": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@
"5008946": "feat: Enable REST transport in selected APIs. Set GrpcAdapter=RestGrpcAdapter.Default in the client builder to use this transport",
"aa471c9": "skip", // Enable requesting numeric enums
"3927b62": "skip", // Regenerate all APIs with new generator; no user-significant API changes
"022fab2": "feat: Add IServiceCollection extension methods for client registration where an IServiceProvider is required."
}

0 comments on commit 31261d4

Please sign in to comment.