aws-sdk-xray 1.82.0 → 1.83.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: e1c6afe676edb3d14fdb35a9662d122b47ddb0a348ffd341372ad4b8fb6846cb
4
- data.tar.gz: c6ed662ce60f1a4bff7d3d30ff584c120aa07244c53755a83be408d84ffa1e10
3
+ metadata.gz: 179c4ca750c4244a2261b31a6e4561e03c0b5c8caf3f8d500375a394c96df7d3
4
+ data.tar.gz: 53513064893af5e7d31d4fcae48997246d775d61af0fc2997d5cd3e20cd9b684
5
5
  SHA512:
6
- metadata.gz: 0aa30e736afae4abf54cac4e00a35dda08a02b2fdb7b5c2d776723d03d27ea89c0505203437d241ae72298cbe914747010369c8e5bceb12c5200b470f64957b1
7
- data.tar.gz: cec9b573118efc056687d9f3feb6a517a2202e17b3a3c99fe5c132f90e763eed0c78595e62f70691b2b545971aaa0fb0489af7c71f9bbc28ce4858d645940cd0
6
+ metadata.gz: 9f944757e491c60b8375fbaea5ccbaa43a837fe5fd66b4a46b567a55cda3bcfc51ca2f825b768122800569535b05dd47daa0fb3f0b3c53d178a2cd275e19884c
7
+ data.tar.gz: bf7b9def6ee93569356bf51539fd703ba6956c830b5aa7a716a326d973b5c3770565728910b6a8c84ef2d64a983de77e1fa0e8556ff3403f38d54504ea934ebb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.83.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.82.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.82.0
1
+ 1.83.0
@@ -200,8 +200,7 @@ module Aws::XRay
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -2757,7 +2756,7 @@ module Aws::XRay
2757
2756
  tracer: tracer
2758
2757
  )
2759
2758
  context[:gem_name] = 'aws-sdk-xray'
2760
- context[:gem_version] = '1.82.0'
2759
+ context[:gem_version] = '1.83.0'
2761
2760
  Seahorse::Client::Request.new(handlers, context)
2762
2761
  end
2763
2762
 
data/lib/aws-sdk-xray.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::XRay
54
54
  autoload :EndpointProvider, 'aws-sdk-xray/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-xray/endpoints'
56
56
 
57
- GEM_VERSION = '1.82.0'
57
+ GEM_VERSION = '1.83.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-xray
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.82.0
4
+ version: 1.83.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services