Skip to content

Commit 61bfc3a

Browse files
chore(main): release firestore 1.16.0
1 parent 26c7ce1 commit 61bfc3a

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

.release-please-manifest-individual.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"bigtable": "1.22.0",
66
"datastore": "1.15.0",
77
"errorreporting": "0.3.0",
8-
"firestore": "1.15.0",
8+
"firestore": "1.16.0",
99
"logging": "1.9.0",
1010
"profiler": "0.4.0",
1111
"pubsub": "1.37.0",

firestore/CHANGES.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changes
22

3+
## [1.16.0](https://github.com/googleapis/google-cloud-go/compare/firestore/v1.15.0...firestore/v1.16.0) (2024-03-21)
4+
5+
6+
### Features
7+
8+
* **firestore/apiv1:** A new message `Backup` is added ([a3bb7c0](https://github.com/googleapis/google-cloud-go/commit/a3bb7c07ba570f26c6eb073ab3275487784547d0))
9+
* **firestore:** Add new types ExplainOptions, ExplainMetrics, PlanSummary, ExecutionStats ([05f58cc](https://github.com/googleapis/google-cloud-go/commit/05f58ccce530d8a3ab404356929352002d5156ba))
10+
11+
12+
### Bug Fixes
13+
14+
* **firestore:** Update protobuf dep to v1.33.0 ([30b038d](https://github.com/googleapis/google-cloud-go/commit/30b038d8cac0b8cd5dd4761c87f3f298760dd33a))
15+
316
## [1.15.0](https://github.com/googleapis/google-cloud-go/compare/firestore/v1.14.0...firestore/v1.15.0) (2024-03-05)
417

518

@@ -192,4 +205,3 @@
192205

193206
This is the first tag to carve out firestore as its own module. See:
194207
https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository.
195-

firestore/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.15.0"
18+
const Version = "1.16.0"

0 commit comments

Comments
 (0)