aws-sdk-core 3.239.0 → 3.239.1

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: '0930345246f3fddce05d3299d9f6a80b258a853e0239b9569256618b1f97ca88'
4
- data.tar.gz: f79df75dec6db28e4439b3876d137a1c14942508e4063ebbf45e0125f89faade
3
+ metadata.gz: 52fc087e7e5059e9d4a0b205cd1bf50cb4521484870bf7b8755203f50e9ea646
4
+ data.tar.gz: 07bba301eca5303e3f17182b205c2cdf92c524a0167c232db9692fdbd3d6560b
5
5
  SHA512:
6
- metadata.gz: 1b8e65edeabaf153348560bc78ba0c56b36cd3afa0123b0f8c7904072e5d69ddf81d1c4de6e2982027fafb642986ed86074a7be001adeb5934cd1af1d96654fa
7
- data.tar.gz: c3f2f373ca44cd05a0f5fed5204570cb431fadadbac6897926545237f4773dd36424c33da7c0a0b575f9fbc55093a1f72e82646facfaa4dfac14b9cf3f4d4d6c
6
+ metadata.gz: bcb6d45ffb3a801094815216e6c7e801942e0630a26c82f9e6993ba67dd8b18471884be594a24cdf6b96bedb57761dd189d262e07adc47bf356083871eaee525
7
+ data.tar.gz: e3e88eb601c9b58d9e92d7cc19ea36b2f9eeccb663d961aecc8d52de91302ac0e18d1db58019bd032a306e1287ff121ac4354c6e481215753f079f88a42cd88e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 3.239.1 (2025-11-21)
5
+ ------------------
6
+
7
+ * Issue - Fixed HTTP/2 connection issues when using custom ports.
8
+
4
9
  3.239.0 (2025-11-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.239.0
1
+ 3.239.1
@@ -579,7 +579,7 @@ module Aws::Signin
579
579
  tracer: tracer
580
580
  )
581
581
  context[:gem_name] = 'aws-sdk-core'
582
- context[:gem_version] = '3.239.0'
582
+ context[:gem_version] = '3.239.1'
583
583
  Seahorse::Client::Request.new(handlers, context)
584
584
  end
585
585
 
@@ -56,7 +56,7 @@ module Aws::Signin
56
56
  autoload :EndpointProvider, 'aws-sdk-signin/endpoint_provider'
57
57
  autoload :Endpoints, 'aws-sdk-signin/endpoints'
58
58
 
59
- GEM_VERSION = '3.239.0'
59
+ GEM_VERSION = '3.239.1'
60
60
 
61
61
  end
62
62
 
@@ -698,7 +698,7 @@ module Aws::SSO
698
698
  tracer: tracer
699
699
  )
700
700
  context[:gem_name] = 'aws-sdk-core'
701
- context[:gem_version] = '3.239.0'
701
+ context[:gem_version] = '3.239.1'
702
702
  Seahorse::Client::Request.new(handlers, context)
703
703
  end
704
704
 
data/lib/aws-sdk-sso.rb CHANGED
@@ -56,7 +56,7 @@ module Aws::SSO
56
56
  autoload :EndpointProvider, 'aws-sdk-sso/endpoint_provider'
57
57
  autoload :Endpoints, 'aws-sdk-sso/endpoints'
58
58
 
59
- GEM_VERSION = '3.239.0'
59
+ GEM_VERSION = '3.239.1'
60
60
 
61
61
  end
62
62
 
@@ -1081,7 +1081,7 @@ module Aws::SSOOIDC
1081
1081
  tracer: tracer
1082
1082
  )
1083
1083
  context[:gem_name] = 'aws-sdk-core'
1084
- context[:gem_version] = '3.239.0'
1084
+ context[:gem_version] = '3.239.1'
1085
1085
  Seahorse::Client::Request.new(handlers, context)
1086
1086
  end
1087
1087
 
@@ -56,7 +56,7 @@ module Aws::SSOOIDC
56
56
  autoload :EndpointProvider, 'aws-sdk-ssooidc/endpoint_provider'
57
57
  autoload :Endpoints, 'aws-sdk-ssooidc/endpoints'
58
58
 
59
- GEM_VERSION = '3.239.0'
59
+ GEM_VERSION = '3.239.1'
60
60
 
61
61
  end
62
62
 
@@ -2725,7 +2725,7 @@ module Aws::STS
2725
2725
  tracer: tracer
2726
2726
  )
2727
2727
  context[:gem_name] = 'aws-sdk-core'
2728
- context[:gem_version] = '3.239.0'
2728
+ context[:gem_version] = '3.239.1'
2729
2729
  Seahorse::Client::Request.new(handlers, context)
2730
2730
  end
2731
2731
 
data/lib/aws-sdk-sts.rb CHANGED
@@ -56,7 +56,7 @@ module Aws::STS
56
56
  autoload :EndpointProvider, 'aws-sdk-sts/endpoint_provider'
57
57
  autoload :Endpoints, 'aws-sdk-sts/endpoints'
58
58
 
59
- GEM_VERSION = '3.239.0'
59
+ GEM_VERSION = '3.239.1'
60
60
 
61
61
  end
62
62
 
@@ -130,7 +130,12 @@ module Seahorse
130
130
  # https://http2.github.io/http2-spec/#rfc.section.8.1.2.3
131
131
  def _h2_headers(req)
132
132
  headers = {}
133
- headers[':authority'] = req.endpoint.host
133
+ headers[':authority'] =
134
+ if req.endpoint.port != 443
135
+ "#{req.endpoint.host}:#{req.endpoint.port}"
136
+ else
137
+ req.endpoint.host
138
+ end
134
139
  headers[':method'] = req.http_method.upcase
135
140
  headers[':scheme'] = req.endpoint.scheme
136
141
  headers[':path'] = req.endpoint.path.empty? ? '/' : req.endpoint.path
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.239.0
4
+ version: 3.239.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services