File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://www.npmjs.com/package/@google-cloud/firestore?activeTab=versions
6
6
7
+ ## [ 7.7.0] ( https://github.com/googleapis/nodejs-firestore/compare/v7.6.0...v7.7.0 ) (2024-05-07)
8
+
9
+
10
+ ### Features
11
+
12
+ * Add several fields to manage state of database encryption update ([ 5811492] ( https://github.com/googleapis/nodejs-firestore/commit/5811492357c7b66324839c02bcbf45a5b6d6d7e7 ) )
13
+ * Lazy-started transactions ([ #2017 ] ( https://github.com/googleapis/nodejs-firestore/issues/2017 ) ) ([ 2c726a1] ( https://github.com/googleapis/nodejs-firestore/commit/2c726a176407c45f519846052469e1bbbbc24750 ) )
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * Nonblocking rollback ([ #2039 ] ( https://github.com/googleapis/nodejs-firestore/issues/2039 ) ) ([ 52099c8] ( https://github.com/googleapis/nodejs-firestore/commit/52099c8eb8ce8aba0ab5aee9f3dd4c4a59c2afd4 ) )
19
+ * Upgrade the ` google-gax ` dependency version. ([ #2040 ] ( https://github.com/googleapis/nodejs-firestore/issues/2040 ) ) ([ 0b9efa6] ( https://github.com/googleapis/nodejs-firestore/commit/0b9efa6d5a3d46ad2f084aef58c529e710c7f596 ) )
20
+
7
21
## [ 7.6.0] ( https://github.com/googleapis/nodejs-firestore/compare/v7.5.0...v7.6.0 ) (2024-04-02)
8
22
9
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/firestore" ,
3
3
"description" : " Firestore Client Library for Node.js" ,
4
- "version" : " 7.6 .0" ,
4
+ "version" : " 7.7 .0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : " Google Inc." ,
7
7
"engines" : {
Original file line number Diff line number Diff line change 11
11
"test" : " mocha --timeout 600000"
12
12
},
13
13
"dependencies" : {
14
- "@google-cloud/firestore" : " ^7.6 .0"
14
+ "@google-cloud/firestore" : " ^7.7 .0"
15
15
},
16
16
"devDependencies" : {
17
17
"chai" : " ^4.2.0" ,
You can’t perform that action at this time.
0 commit comments