Skip to content

Commit e9f3d1f

Browse files
chore: Release library Google.Cloud.Firestore version 4.1.0
### New features - Publish the pipelines API to the stable branch ### Documentation improvements - Minor api documentation changes Librarian-Release-Library: Google.Cloud.Firestore Librarian-Release-Version: 4.1.0 Librarian-Release-ID: release-20251209T105137Z
1 parent 5107712 commit e9f3d1f

File tree

6 files changed

+27
-7
lines changed

6 files changed

+27
-7
lines changed

apis/Google.Cloud.Firestore.V1/Google.Cloud.Firestore.V1/Google.Cloud.Firestore.V1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<Version>4.0.0</Version>
4+
<Version>4.1.0</Version>
55
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Low-level Google client library to access the Firestore API. Users are recommended to use the Google.Cloud.Firestore package instead.</Description>

apis/Google.Cloud.Firestore.V1/docs/history.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ This package is primarily a dependency of Google.Cloud.Firestore. See the
44
[Google.Cloud.Firestore version history](https://googleapis.dev/dotnet/Google.Cloud.Firestore/latest/history.html)
55
for more details.
66

7+
## Version 4.1.0, released 2025-12-09
8+
9+
### New features
10+
11+
- Publish the pipelines API to the stable branch
12+
13+
### Documentation improvements
14+
15+
- Minor api documentation changes
16+
717
## Version 4.0.0, released 2025-12-03
818

919
### New features

apis/Google.Cloud.Firestore/Google.Cloud.Firestore/Google.Cloud.Firestore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<Version>4.0.0</Version>
4+
<Version>4.1.0</Version>
55
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Recommended Google client library to access the Firestore API.</Description>

apis/Google.Cloud.Firestore/docs/history.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Version history
22

3+
## Version 4.1.0, released 2025-12-09
4+
5+
### New features
6+
7+
- Publish the pipelines API to the stable branch
8+
9+
### Documentation improvements
10+
11+
- Minor api documentation changes
12+
313
## Version 4.0.0, released 2025-12-03
414

515
### New features

generator-input/apis.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2791,7 +2791,7 @@
27912791
"productName": "Firestore",
27922792
"productUrl": "https://firebase.google.com/docs/firestore/",
27932793
"listingDescription": "Firestore high-level library",
2794-
"version": "4.0.0",
2794+
"version": "4.1.0",
27952795
"type": "other",
27962796
"metadataType": "GAPIC_MANUAL",
27972797
"description": "Recommended Google client library to access the Firestore API.",
@@ -2830,7 +2830,7 @@
28302830
"productName": "Firestore",
28312831
"productUrl": "https://firebase.google.com",
28322832
"listingDescription": "Firestore low-level API access",
2833-
"version": "4.0.0",
2833+
"version": "4.1.0",
28342834
"type": "grpc",
28352835
"description": "Low-level Google client library to access the Firestore API. Users are recommended to use the Google.Cloud.Firestore package instead.",
28362836
"tags": [

generator-input/pipeline-state.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4111,12 +4111,12 @@
41114111
},
41124112
{
41134113
"id": "Google.Cloud.Firestore",
4114-
"currentVersion": "4.0.0",
4114+
"currentVersion": "4.1.0",
41154115
"generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC",
41164116
"releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC",
4117-
"releaseTimestamp": "2025-12-03T09:30:32.565774126Z",
4117+
"releaseTimestamp": "2025-12-09T11:08:51.544591069Z",
41184118
"lastGeneratedCommit": "534adc56f58b36a6a3e4b5b1cb7f9ee25a8e8a25",
4119-
"lastReleasedCommit": "4823efd0b9944891ec5c387104dcc2ec401307a8",
4119+
"lastReleasedCommit": "534adc56f58b36a6a3e4b5b1cb7f9ee25a8e8a25",
41204120
"apiPaths": [
41214121
"google/firestore/v1"
41224122
],

0 commit comments

Comments
 (0)