aws-sdk-neptunedata 1.25.0 → 1.26.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: b2ecce0fb77a0f2f5fad458ac8d7eb3f59cf8c77b5e56e71259e2815bb030dd4
4
- data.tar.gz: 135e0ae9d918d206e6faa931075199a393b8511631ab26c77b41ae39e203c539
3
+ metadata.gz: 92a9454c5a0f54344d9a084be509850506621ef1df970b914755d35efe55c4a2
4
+ data.tar.gz: 47ff256fbef4b3ca7f1c86ef89362ad2f4a9f1dfbda16a55e579659ebbc71354
5
5
  SHA512:
6
- metadata.gz: a180dc211c2666d0df04b249473182bfbb53ecc571db847a2c2940ece9e7e2be2db053283f60e9b1ed306a9432929e0044ab1c7672659f389c9694242d50c4ac
7
- data.tar.gz: 392555354d2eced338582d280daf5c3b5ccddb25a90a8516e57c79a24b0e8adc3983e0b3bd05bf974283da64b33b4d8e219400fec88a72c38a86e70181787a1c
6
+ metadata.gz: 5c2c3f1b54a7a42ea6ca0cbf366adfd785c8fd874569e0fceca1a7906afcc26bfd0b0a361220186b1b4c75ce36e38a0b633afbb20f8b9869e8c8cd67e20c9a9e
7
+ data.tar.gz: 50765911d7c794a0661a7f26b3f315075b5b1f3a4a17899685746543028a4bedc8e0d99912166feb3d7794f088f58d853cc48fc7c456bbe244888ba15e2e3458
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.26.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.25.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.25.0
1
+ 1.26.0
@@ -200,8 +200,7 @@ module Aws::Neptunedata
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
@@ -3421,7 +3420,7 @@ module Aws::Neptunedata
3421
3420
  tracer: tracer
3422
3421
  )
3423
3422
  context[:gem_name] = 'aws-sdk-neptunedata'
3424
- context[:gem_version] = '1.25.0'
3423
+ context[:gem_version] = '1.26.0'
3425
3424
  Seahorse::Client::Request.new(handlers, context)
3426
3425
  end
3427
3426
 
@@ -54,7 +54,7 @@ module Aws::Neptunedata
54
54
  autoload :EndpointProvider, 'aws-sdk-neptunedata/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-neptunedata/endpoints'
56
56
 
57
- GEM_VERSION = '1.25.0'
57
+ GEM_VERSION = '1.26.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-neptunedata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.0
4
+ version: 1.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services