google-cloud-datastore 2.2.2 → 2.2.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: dede3478137b12924336f9ac911322e41927fa44131f99b2ee5481154550819c
4
- data.tar.gz: f5a6d744973d06889d3c728c49c87a7fd90d4976497c4d94fbea52b2a1f1ba1d
3
+ metadata.gz: e5a916b746fc52de5e51b15ba2e9f78bfa8a007017be5e2c9f79aa73ed5e7375
4
+ data.tar.gz: beaf302cd7963e9da82ec1fde9fa9079f73660688e7ca52cb9fa3d6a8a3aa7a0
5
5
  SHA512:
6
- metadata.gz: 13c0ba57ea41af4548552c57f83a6233e246852b8a8e8425884724f31c4f4fefbbff1a258cf98d34c5bde73fd813fe6a2018aec384a1ea4126dab98ba130af4f
7
- data.tar.gz: fc7ff3f1a6d28d8ea745b36840b4fe1f51503920124edf83bc816a89ba0571744223f4a1a5af5540ad398be8c4a7cead69df35b7107e83cff0d1e803b4bb4043
6
+ metadata.gz: 0f96129ab0a9640752375f94c605825c10ebcb6e60c5c83cf574a1db8a76e1ef2eef3ed7d4a56b823985f7e39e1eb842b6fe45e89788d773fd3adfe25e9d0f93
7
+ data.tar.gz: 8d19db5f56e24bfae7dfafbac92d8134a3ee30832c5decb8b0951353c0fc432e3ff1e854c245213a468a5ebdba6f03024ebf214da5242e70fa711b608a536af3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 2.2.3 / 2021-10-21
4
+
5
+ #### Documentation
6
+
7
+ * Add documentation for quota_project Configuration attribute
8
+
3
9
  ### 2.2.2 / 2021-09-21
4
10
 
5
11
  #### Documentation
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Datastore
19
- VERSION = "2.2.2".freeze
19
+ VERSION = "2.2.3".freeze
20
20
  end
21
21
  end
22
22
  end
@@ -158,6 +158,8 @@ module Google
158
158
  # parameter `keyfile` is considered deprecated, but may also be used.)
159
159
  # * `scope` - (String, Array<String>) The OAuth 2.0 scopes controlling
160
160
  # the set of resources and operations that the connection can access.
161
+ # * `quota_project` - (String) The project ID for a project that can be
162
+ # used by client libraries for quota and billing purposes.
161
163
  # * `timeout` - (Integer) Default timeout to use in requests.
162
164
  # * `endpoint` - (String) Override of the endpoint host name, or `nil`
163
165
  # to use the default endpoint.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-datastore
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.2
4
+ version: 2.2.3
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: 2021-09-22 00:00:00.000000000 Z
12
+ date: 2021-10-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: google-cloud-core