google-cloud-firestore 1.4.2 → 1.4.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c3719a10debf1a9896fc69c6c76765b4f71862db3ad425b53b009ea480b682c
4
- data.tar.gz: 88271c64bf3656ae243882995286b67ce854128574c80badd2c529f9a4e58070
3
+ metadata.gz: e718d7747d0ad8d45d10ee88f85a3fe5dad470068f88ba0b670270a0544d65a4
4
+ data.tar.gz: 8bfae877e2031e41cf031f526da31ac78318eb5804ca407a8f0de3f92d953304
5
5
  SHA512:
6
- metadata.gz: b598f284926032faaf6da52686c4c95478cb8545de358a57c5a3a5539a23a6fea8584fd2256c9a0726fe1e35484d0470a1fd1d7278ade130069f353d835f778b
7
- data.tar.gz: 31e0a80e84290cf189c3337a91f06715029ecf58d5129fdae771a4aadc9847f0d31da8f1d50ea18ad69cc9b615a48242259fb42ef8f721d99c100743588653c8
6
+ metadata.gz: 746b43bf9defc06a817521676fb8976d959002e151fb8960f7b949f6d8972aec6016a0004807650565cf0ee2e30ff2ec26c00ff3f16b532598c763542123319d
7
+ data.tar.gz: 6493531ec90db82ca589f62a1449f6804b06359b3dce96ce71ddbcb56d3571f5111467f856527fdff17d548cfc61bfaaafe1077602869fef0bf24b44d8c364a8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 1.4.3 / 2020-05-21
4
+
5
+ #### Bug Fixes
6
+
7
+ * Adjusted some default timeout and retry settings
8
+
3
9
  ### 1.4.2 / 2020-05-14
4
10
 
5
11
  #### Bug Fixes
@@ -4,9 +4,14 @@
4
4
  "retry_codes": {
5
5
  "idempotent": [
6
6
  "DEADLINE_EXCEEDED",
7
+ "INTERNAL",
7
8
  "UNAVAILABLE"
8
9
  ],
9
- "non_idempotent": []
10
+ "non_idempotent": [],
11
+ "idempotent2": [
12
+ "DEADLINE_EXCEEDED",
13
+ "UNAVAILABLE"
14
+ ]
10
15
  },
11
16
  "retry_params": {
12
17
  "default": {
@@ -37,22 +42,22 @@
37
42
  },
38
43
  "ListIndexes": {
39
44
  "timeout_millis": 60000,
40
- "retry_codes_name": "idempotent",
45
+ "retry_codes_name": "idempotent2",
41
46
  "retry_params_name": "default"
42
47
  },
43
48
  "GetIndex": {
44
49
  "timeout_millis": 60000,
45
- "retry_codes_name": "idempotent",
50
+ "retry_codes_name": "idempotent2",
46
51
  "retry_params_name": "default"
47
52
  },
48
53
  "GetField": {
49
54
  "timeout_millis": 60000,
50
- "retry_codes_name": "idempotent",
55
+ "retry_codes_name": "idempotent2",
51
56
  "retry_params_name": "default"
52
57
  },
53
58
  "ListFields": {
54
59
  "timeout_millis": 60000,
55
- "retry_codes_name": "idempotent",
60
+ "retry_codes_name": "idempotent2",
56
61
  "retry_params_name": "default"
57
62
  },
58
63
  "ExportDocuments": {
@@ -4,9 +4,14 @@
4
4
  "retry_codes": {
5
5
  "idempotent": [
6
6
  "DEADLINE_EXCEEDED",
7
+ "INTERNAL",
7
8
  "UNAVAILABLE"
8
9
  ],
9
- "non_idempotent": []
10
+ "non_idempotent": [],
11
+ "idempotent2": [
12
+ "DEADLINE_EXCEEDED",
13
+ "UNAVAILABLE"
14
+ ]
10
15
  },
11
16
  "retry_params": {
12
17
  "default": {
@@ -31,12 +36,12 @@
31
36
  "methods": {
32
37
  "GetDocument": {
33
38
  "timeout_millis": 60000,
34
- "retry_codes_name": "idempotent",
39
+ "retry_codes_name": "idempotent2",
35
40
  "retry_params_name": "default"
36
41
  },
37
42
  "ListDocuments": {
38
43
  "timeout_millis": 60000,
39
- "retry_codes_name": "idempotent",
44
+ "retry_codes_name": "idempotent2",
40
45
  "retry_params_name": "default"
41
46
  },
42
47
  "CreateDocument": {
@@ -91,7 +96,7 @@
91
96
  },
92
97
  "ListCollectionIds": {
93
98
  "timeout_millis": 60000,
94
- "retry_codes_name": "non_idempotent",
99
+ "retry_codes_name": "idempotent",
95
100
  "retry_params_name": "default"
96
101
  }
97
102
  }
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Firestore
19
- VERSION = "1.4.2".freeze
19
+ VERSION = "1.4.3".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-firestore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google Inc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-14 00:00:00.000000000 Z
11
+ date: 2020-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core