Skip to content

Commit a889b47

Browse files
chore(main): release firestore 1.16.0
1 parent 37ef892 commit a889b47

3 files changed

Lines changed: 14 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: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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-18)
4+
5+
6+
### Features
7+
8+
* **firestore:** Add new types ExplainOptions, ExplainMetrics, PlanSummary, ExecutionStats ([05f58cc](https://github.com/googleapis/google-cloud-go/commit/05f58ccce530d8a3ab404356929352002d5156ba))
9+
10+
11+
### Bug Fixes
12+
13+
* **firestore:** Update protobuf dep to v1.33.0 ([30b038d](https://github.com/googleapis/google-cloud-go/commit/30b038d8cac0b8cd5dd4761c87f3f298760dd33a))
14+
315
## [1.15.0](https://github.com/googleapis/google-cloud-go/compare/firestore/v1.14.0...firestore/v1.15.0) (2024-03-05)
416

517

@@ -192,4 +204,3 @@
192204

193205
This is the first tag to carve out firestore as its own module. See:
194206
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)