Skip to content

Commit 83ea5ae

Browse files
chore(main): release firestore 1.16.0
1 parent 05f58cc commit 83ea5ae

3 files changed

Lines changed: 9 additions & 2 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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-13)
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+
310
## [1.15.0](https://github.com/googleapis/google-cloud-go/compare/firestore/v1.14.0...firestore/v1.15.0) (2024-03-05)
411

512

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)