google-cloud-spanner 1.16.0 → 1.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f50e50b175e8946175ae34b8eae4e2ad6a9df8c2ab38ab71db0f4a7820b683f5
4
- data.tar.gz: 3494e84da57d1d7f98fb96069435106d91a7c84d773e26722073ade94f2b47fe
3
+ metadata.gz: 0664e0297ebbb9ce2dbc21a30d211fe48ea2e33ceb5bb00caa2505d9ef3a372c
4
+ data.tar.gz: 2a8848bf6be79485cc33ceaea1d374e5b3626ca52045c84666962ac002c0894c
5
5
  SHA512:
6
- metadata.gz: bbcf972b4d1548ebfae47f13ac49f5f77472b6ce914172ac56acbb42b46f44c2a047868bee5dc8f1bf0a33bce4d937720be43a6e6bc349d661090c1e6e89fe70
7
- data.tar.gz: 796d977752cd8f8cd699237fda28fcf964324e7542feb4ac1b9d9b6a6eeeb07111d4473292e318fb72b6d35ea5d4853b023770625ec225b6067ddbb0eba2102e
6
+ metadata.gz: eb4d0f943eb8277fb989cd6ec3bf4a64ce884d0305a4cb0aa0e56a748cef931784344dd36a35ab92f9bd412ad720016c895d1ba21a2646e5c92ccc65be2b4bf4
7
+ data.tar.gz: 8129574c69d0fc3db9733f40dfb013461d72db64420afe6f6639a97993c5b87ed672457e73a9d7fe74b46fb9542f08a611836a6cec104425b95f29f23d5e8dc6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release History
2
2
 
3
+ ### 1.16.1 / 2020-05-21
4
+
5
+ #### Bug Fixes
6
+
7
+ * Increased default timeouts to match clients in other languages
8
+ * Run system tests against the emulator, skipping those not supported by the emulator
9
+ * Do not require a key file when running against the emulator
10
+
3
11
  ### 1.16.0 / 2020-03-20
4
12
 
5
13
  #### Features
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "methods": {
23
23
  "ListDatabases": {
24
- "timeout_millis": 30000,
24
+ "timeout_millis": 3600000,
25
25
  "retry_codes_name": "idempotent",
26
26
  "retry_params_name": "default"
27
27
  },
@@ -31,7 +31,7 @@
31
31
  "retry_params_name": "default"
32
32
  },
33
33
  "GetDatabase": {
34
- "timeout_millis": 30000,
34
+ "timeout_millis": 3600000,
35
35
  "retry_codes_name": "idempotent",
36
36
  "retry_params_name": "default"
37
37
  },
@@ -46,7 +46,7 @@
46
46
  "retry_params_name": "default"
47
47
  },
48
48
  "GetDatabaseDdl": {
49
- "timeout_millis": 30000,
49
+ "timeout_millis": 3600000,
50
50
  "retry_codes_name": "idempotent",
51
51
  "retry_params_name": "default"
52
52
  },
@@ -71,7 +71,7 @@
71
71
  "retry_params_name": "default"
72
72
  },
73
73
  "GetBackup": {
74
- "timeout_millis": 30000,
74
+ "timeout_millis": 3600000,
75
75
  "retry_codes_name": "idempotent",
76
76
  "retry_params_name": "default"
77
77
  },
@@ -86,7 +86,7 @@
86
86
  "retry_params_name": "default"
87
87
  },
88
88
  "ListBackups": {
89
- "timeout_millis": 30000,
89
+ "timeout_millis": 3600000,
90
90
  "retry_codes_name": "idempotent",
91
91
  "retry_params_name": "default"
92
92
  },
@@ -96,12 +96,12 @@
96
96
  "retry_params_name": "default"
97
97
  },
98
98
  "ListDatabaseOperations": {
99
- "timeout_millis": 30000,
99
+ "timeout_millis": 3600000,
100
100
  "retry_codes_name": "idempotent",
101
101
  "retry_params_name": "default"
102
102
  },
103
103
  "ListBackupOperations": {
104
- "timeout_millis": 30000,
104
+ "timeout_millis": 3600000,
105
105
  "retry_codes_name": "idempotent",
106
106
  "retry_params_name": "default"
107
107
  }
@@ -21,37 +21,37 @@
21
21
  },
22
22
  "methods": {
23
23
  "ListInstanceConfigs": {
24
- "timeout_millis": 30000,
24
+ "timeout_millis": 3600000,
25
25
  "retry_codes_name": "idempotent",
26
26
  "retry_params_name": "default"
27
27
  },
28
28
  "GetInstanceConfig": {
29
- "timeout_millis": 30000,
29
+ "timeout_millis": 3600000,
30
30
  "retry_codes_name": "idempotent",
31
31
  "retry_params_name": "default"
32
32
  },
33
33
  "ListInstances": {
34
- "timeout_millis": 30000,
34
+ "timeout_millis": 3600000,
35
35
  "retry_codes_name": "idempotent",
36
36
  "retry_params_name": "default"
37
37
  },
38
38
  "GetInstance": {
39
- "timeout_millis": 30000,
39
+ "timeout_millis": 3600000,
40
40
  "retry_codes_name": "idempotent",
41
41
  "retry_params_name": "default"
42
42
  },
43
43
  "CreateInstance": {
44
- "timeout_millis": 30000,
44
+ "timeout_millis": 3600000,
45
45
  "retry_codes_name": "non_idempotent",
46
46
  "retry_params_name": "default"
47
47
  },
48
48
  "UpdateInstance": {
49
- "timeout_millis": 30000,
49
+ "timeout_millis": 3600000,
50
50
  "retry_codes_name": "non_idempotent",
51
51
  "retry_params_name": "default"
52
52
  },
53
53
  "DeleteInstance": {
54
- "timeout_millis": 30000,
54
+ "timeout_millis": 3600000,
55
55
  "retry_codes_name": "idempotent",
56
56
  "retry_params_name": "default"
57
57
  },
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Spanner
19
- VERSION = "1.16.0".freeze
19
+ VERSION = "1.16.1".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-spanner
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.16.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Moore
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-03-20 00:00:00.000000000 Z
12
+ date: 2020-05-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: google-cloud-core
@@ -127,14 +127,14 @@ dependencies:
127
127
  requirements:
128
128
  - - "~>"
129
129
  - !ruby/object:Gem::Version
130
- version: '5.10'
130
+ version: '5.14'
131
131
  type: :development
132
132
  prerelease: false
133
133
  version_requirements: !ruby/object:Gem::Requirement
134
134
  requirements:
135
135
  - - "~>"
136
136
  - !ruby/object:Gem::Version
137
- version: '5.10'
137
+ version: '5.14'
138
138
  - !ruby/object:Gem::Dependency
139
139
  name: minitest-autotest
140
140
  requirement: !ruby/object:Gem::Requirement