aws-sdk-entityresolution 1.34.0 → 1.36.0
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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-entityresolution/client.rb +1 -1
- data/lib/aws-sdk-entityresolution.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e7b8b310e2e0b0918571355abf0f3ed931370b96d355a787c4b4a093d238e737
|
4
|
+
data.tar.gz: 0325d74e6a420e492394af6fe9ac51bf89da3a5f50b0d4d6793c940e33f47fee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ddfd8fd6811e4bd75b3380c434f6fafa12d0cd90e0aa7d59f8b59c1f30d4c1f4ecda1aa8b40b5cdb20a659fc1e8f1c4279bb7057154239dd09b12a94829539ff
|
7
|
+
data.tar.gz: 8f23b7d90723b1e2964447b96e505299cc19e7003f31155a4f589a1a1a4df70e5a02cb174bd94d447f60c26a3fab6edd4f8b95bdca691e29608318513a8cc60d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.36.0 (2025-08-28)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Remove incorrect endpoint tests
|
8
|
+
|
9
|
+
1.35.0 (2025-08-26)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.34.0 (2025-08-04)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.36.0
|
@@ -2752,7 +2752,7 @@ module Aws::EntityResolution
|
|
2752
2752
|
tracer: tracer
|
2753
2753
|
)
|
2754
2754
|
context[:gem_name] = 'aws-sdk-entityresolution'
|
2755
|
-
context[:gem_version] = '1.
|
2755
|
+
context[:gem_version] = '1.36.0'
|
2756
2756
|
Seahorse::Client::Request.new(handlers, context)
|
2757
2757
|
end
|
2758
2758
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-entityresolution
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.36.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
version: '3'
|
19
19
|
- - ">="
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.
|
21
|
+
version: 3.231.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -28,7 +28,7 @@ dependencies:
|
|
28
28
|
version: '3'
|
29
29
|
- - ">="
|
30
30
|
- !ruby/object:Gem::Version
|
31
|
-
version: 3.
|
31
|
+
version: 3.231.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|