Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit 44ad277

Browse files
Release v1.1.0 (#577)
1 parent aac490f commit 44ad277

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@
44

55
[1]: https://www.npmjs.com/package/@google-cloud/firestore?activeTab=versions
66

7+
## v1.1.0
8+
9+
03-10-2019 20:09 PDT
10+
11+
### New Features
12+
- feature: Added `FieldValue.increment()`, which can be used in `create()`, `update()` and `set(..., {merge:true})` to
13+
increment or decrement numeric field values safely without transactions ([#444](https://github.com/googleapis/nodejs-firestore/pull/444))
14+
15+
### Implementation Changes
16+
- fix: Allow async functions ([#576](https://github.com/googleapis/nodejs-firestore/pull/576))
17+
- fix: Don't call stream.end() on Watch ended by server ([#565](https://github.com/googleapis/nodejs-firestore/pull/565))
18+
19+
### Internal / Testing Changes
20+
- refactor: async/await to test/order.ts ([#566](https://github.com/googleapis/nodejs-firestore/pull/566))
21+
- build: Add docuploader credentials to node publish jobs ([#572](https://github.com/googleapis/nodejs-firestore/pull/572))
22+
- build: update release config ([#570](https://github.com/googleapis/nodejs-firestore/pull/570))
23+
- build: use node10 to run samples-test, system-test etc ([#571](https://github.com/googleapis/nodejs-firestore/pull/571))
24+
725
## v1.0.2
826

927
03-04-2019 13:32 PST

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/firestore",
33
"description": "Firestore Client Library for Node.js",
4-
"version": "1.0.2",
4+
"version": "1.1.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "mocha system-test/*.js --timeout 600000"
1313
},
1414
"dependencies": {
15-
"@google-cloud/firestore": "^1.0.2"
15+
"@google-cloud/firestore": "^1.1.0"
1616
},
1717
"devDependencies": {
1818
"@google-cloud/nodejs-repo-tools": "^3.0.0",

0 commit comments

Comments
 (0)