aws-sdk-kendraranking 1.47.0 → 1.48.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: 628e31fb1ae4a65a1ed27cb7203ea48f3df390e121f38f54f7f0961b9a88a3fc
4
- data.tar.gz: df459f9e66bba040c5f529a2318e687275c1ebf79f504656c3a8e0b8995dceb4
3
+ metadata.gz: 35f4e382375cda30cb37d9e4b74e67bbb6a13a74b08c5b3f480869f0e3e52722
4
+ data.tar.gz: f5cd39724d7fb24271bedc19b8fe4fbd60d8bcd8868549927c8f3a5d721e6ccf
5
5
  SHA512:
6
- metadata.gz: 14e9f4cd46cc281fa2e3168b5d33378471dd2c462f2c584fce2f6bc11174676f49f22d83f18b140f32570b8b36d9eccac92197a421d62b9ed285dac0cac6de12
7
- data.tar.gz: b4e1179876a1d1db1a9f8428ba8a7e6d890720d11c3eb295362defec4da6ec6179938c890873d846b6322eddb59ff602d064f82108b43c42573906fdf64bcc38
6
+ metadata.gz: 35d444d92a4af9a5c729fc4c27e433393c0c2525e521beb4e8401cafda936958004047de195c5ea2355403f48d33352b3d3d2f1d71b50196ef8c7f39239cbcdf
7
+ data.tar.gz: 8d4928b8e35fd3494b7a3ab1ede04710bcc44b16256ef5b5f8839bc8193254fba89f68839f44355aad33ce8386c9603f719355e92fc42ba6a4e06607c2ae089e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.48.0 (2026-07-23)
5
+ ------------------
6
+
7
+ * Feature - This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.0. The SDK will prioritize its most performant protocol.
8
+
4
9
  1.47.0 (2026-07-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.47.0
1
+ 1.48.0
@@ -900,7 +900,7 @@ module Aws::KendraRanking
900
900
  tracer: tracer
901
901
  )
902
902
  context[:gem_name] = 'aws-sdk-kendraranking'
903
- context[:gem_version] = '1.47.0'
903
+ context[:gem_version] = '1.48.0'
904
904
  Seahorse::Client::Request.new(handlers, context)
905
905
  end
906
906
 
@@ -218,8 +218,8 @@ module Aws::KendraRanking
218
218
  "auth" => ["aws.auth#sigv4"],
219
219
  "endpointPrefix" => "kendra-ranking",
220
220
  "jsonVersion" => "1.0",
221
- "protocol" => "json",
222
- "protocols" => ["json"],
221
+ "protocol" => "smithy-rpc-v2-cbor",
222
+ "protocols" => ["smithy-rpc-v2-cbor", "json"],
223
223
  "serviceAbbreviation" => "Kendra Ranking",
224
224
  "serviceFullName" => "Amazon Kendra Intelligent Ranking",
225
225
  "serviceId" => "Kendra Ranking",
@@ -54,7 +54,7 @@ module Aws::KendraRanking
54
54
  autoload :EndpointProvider, 'aws-sdk-kendraranking/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-kendraranking/endpoints'
56
56
 
57
- GEM_VERSION = '1.47.0'
57
+ GEM_VERSION = '1.48.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-kendraranking
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.47.0
4
+ version: 1.48.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services