google-cloud-firestore 2.15.1 → 2.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8dea9a9e8d58a529a9f6bf340c431bf66879e2a36a36dbe2cc7d05ebe0089502
|
|
4
|
+
data.tar.gz: 4e5d12771131e41e26e60a60f91b671328b7c67693a0b64bae90a85ef88352e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 449ae77f39b03208566c241eb1cdcb947a9d569dc0c59a17715a881d0dd1d8293c4a65249622c16f3b41ea4add10b4145ed4475d1393d3f02cc0601eee7e12b1
|
|
7
|
+
data.tar.gz: 55ed57535d72da5c995f4aeb844ec471b90911c6622629a6aed833d1648d4001037170cfe0d493a80ea7341c1f24dfdbecd8c592c5448e53bcfedd665e8910a8
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
+
### 2.16.1 (2025-01-29)
|
|
4
|
+
|
|
5
|
+
#### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* correct cursor flipping in limit_to_last ([#28137](https://github.com/googleapis/google-cloud-ruby/issues/28137))
|
|
8
|
+
|
|
9
|
+
### 2.16.0 (2024-07-09)
|
|
10
|
+
|
|
11
|
+
#### Features
|
|
12
|
+
|
|
13
|
+
* compatibility with GA releases of underlying versioned clients ([#26361](https://github.com/googleapis/google-cloud-ruby/issues/26361))
|
|
14
|
+
|
|
3
15
|
### 2.15.1 (2024-06-05)
|
|
4
16
|
|
|
5
17
|
#### Bug Fixes
|
|
@@ -362,7 +362,7 @@ module Google
|
|
|
362
362
|
)
|
|
363
363
|
|
|
364
364
|
unless exists.nil? && update_time.nil?
|
|
365
|
-
write.current_document =
|
|
365
|
+
write.current_document =
|
|
366
366
|
Google::Cloud::Firestore::V1::Precondition.new({
|
|
367
367
|
exists: exists, update_time: time_to_timestamp(update_time)
|
|
368
368
|
}.compact)
|
|
@@ -493,12 +493,12 @@ module Google
|
|
|
493
493
|
new_start_at = new_query.end_at.dup
|
|
494
494
|
if new_end_at
|
|
495
495
|
new_end_at.before = !new_end_at.before
|
|
496
|
-
new_query.end_at = new_end_at
|
|
497
496
|
end
|
|
498
497
|
if new_start_at
|
|
499
498
|
new_start_at.before = !new_start_at.before
|
|
500
|
-
new_query.start_at = new_start_at
|
|
501
499
|
end
|
|
500
|
+
new_query.end_at = new_end_at
|
|
501
|
+
new_query.start_at = new_start_at
|
|
502
502
|
end
|
|
503
503
|
|
|
504
504
|
new_query.limit = Google::Protobuf::Int32Value.new value: num
|
|
@@ -746,11 +746,11 @@ module Google
|
|
|
746
746
|
##
|
|
747
747
|
# @private
|
|
748
748
|
def transaction_opt
|
|
749
|
-
read_only =
|
|
749
|
+
read_only =
|
|
750
750
|
Google::Cloud::Firestore::V1::TransactionOptions::ReadOnly.new \
|
|
751
751
|
read_time: service.read_time_to_timestamp(@read_time)
|
|
752
752
|
|
|
753
|
-
read_write =
|
|
753
|
+
read_write =
|
|
754
754
|
Google::Cloud::Firestore::V1::TransactionOptions::ReadWrite.new
|
|
755
755
|
|
|
756
756
|
if @previous_transaction
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-firestore
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.16.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google Inc
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: bigdecimal
|
|
@@ -56,16 +55,22 @@ dependencies:
|
|
|
56
55
|
name: google-cloud-firestore-v1
|
|
57
56
|
requirement: !ruby/object:Gem::Requirement
|
|
58
57
|
requirements:
|
|
59
|
-
- - "
|
|
58
|
+
- - ">="
|
|
60
59
|
- !ruby/object:Gem::Version
|
|
61
60
|
version: '0.10'
|
|
61
|
+
- - "<"
|
|
62
|
+
- !ruby/object:Gem::Version
|
|
63
|
+
version: 2.a
|
|
62
64
|
type: :runtime
|
|
63
65
|
prerelease: false
|
|
64
66
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
67
|
requirements:
|
|
66
|
-
- - "
|
|
68
|
+
- - ">="
|
|
67
69
|
- !ruby/object:Gem::Version
|
|
68
70
|
version: '0.10'
|
|
71
|
+
- - "<"
|
|
72
|
+
- !ruby/object:Gem::Version
|
|
73
|
+
version: 2.a
|
|
69
74
|
- !ruby/object:Gem::Dependency
|
|
70
75
|
name: rbtree
|
|
71
76
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -142,7 +147,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby/tree/master/google-clo
|
|
|
142
147
|
licenses:
|
|
143
148
|
- Apache-2.0
|
|
144
149
|
metadata: {}
|
|
145
|
-
post_install_message:
|
|
146
150
|
rdoc_options: []
|
|
147
151
|
require_paths:
|
|
148
152
|
- lib
|
|
@@ -157,8 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
157
161
|
- !ruby/object:Gem::Version
|
|
158
162
|
version: '0'
|
|
159
163
|
requirements: []
|
|
160
|
-
rubygems_version: 3.
|
|
161
|
-
signing_key:
|
|
164
|
+
rubygems_version: 3.6.2
|
|
162
165
|
specification_version: 4
|
|
163
166
|
summary: API Client library for Google Cloud Firestore API
|
|
164
167
|
test_files: []
|