aws-sdk-entityresolution 1.49.0 → 1.50.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a74b80bff9b05e4232d9524f4fb6378a85be599d365c21b78aafe5c6f8d2d304
4
- data.tar.gz: 12eb3a00a4ec26e2d1e53a23b71d8dd4cb8119581879e749533ff28dd214f9e0
3
+ metadata.gz: e9d6d0e539ed73c93fa74e2096965cf47b3b3843c61573a419517c1eb074ce6b
4
+ data.tar.gz: 70d45097f0e7afe2d13cfc20208371ba3fd712d5ea42794bd0c99457ac0b3dcf
5
5
  SHA512:
6
- metadata.gz: 8925dd071d850c9ff907de561c30087109e82f5cf9bb3aa960f8f980da1174d70466121bdae5a4fd815b4334e1cb182b418800bfcf46d06103772c74b878891a
7
- data.tar.gz: 8979cab496bdc805bc0f73fb8f639db67d21bc8eccb383b778eb6f59d8216d222ba8514602b495f35cb6f835e837493e041db85458b1acc6a57f3e4ae376d2ab
6
+ metadata.gz: 793f6cf37bede9c360ccfbc8c003c4cbe29b060f8a29bb056373834052c508fcdc59f21019c833ca1463775c8099ba743f183502555e4719c4264402429850ce
7
+ data.tar.gz: 2e010f29bb66163a923da00b0d75375fcb871f6283e6b7ace25b770ae64fa035cfcabd116cc4c03df8a571ff40aa67a0bbdbde1ea6896e6ae0bbd5985ad2bfad
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.0 (2026-05-29)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.49.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.50.0
@@ -2824,7 +2824,7 @@ module Aws::EntityResolution
2824
2824
  tracer: tracer
2825
2825
  )
2826
2826
  context[:gem_name] = 'aws-sdk-entityresolution'
2827
- context[:gem_version] = '1.49.0'
2827
+ context[:gem_version] = '1.50.0'
2828
2828
  Seahorse::Client::Request.new(handlers, context)
2829
2829
  end
2830
2830
 
@@ -54,7 +54,7 @@ module Aws::EntityResolution
54
54
  autoload :EndpointProvider, 'aws-sdk-entityresolution/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-entityresolution/endpoints'
56
56
 
57
- GEM_VERSION = '1.49.0'
57
+ GEM_VERSION = '1.50.0'
58
58
 
59
59
  end
60
60
 
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.49.0
4
+ version: 1.50.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services