aws-sdk-mailmanager 1.45.0 → 1.46.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: 4ed285150d79ff161f6e6ce30a6ea93ce32d116932d06c8c7933066cc5d82dfd
4
- data.tar.gz: ee89fc2f85c939a33d2bc0015dc49e9bc74d8041e2195f0508b227211aba5f8f
3
+ metadata.gz: a875f3757b08f889df11a8fc8d85ca631dab84cc6ec136740c523f130888a00b
4
+ data.tar.gz: cbe7493e121a8c9179102f8a1ff28d5692ed459f422f567c762601a7a7e03cda
5
5
  SHA512:
6
- metadata.gz: a3e1e071252284a878302a5e46f169900bd57d224f9a4bb69079a9081d2034d7848bc0b4e20ffb2b636e8c4da5514e59bd7f4f8a0bbce500b127fa85aa680071
7
- data.tar.gz: 32f12a3fec9262801d80d305c900ff5f1e8fedf7cef850e90db2b7a458417915fc57bc27af0259ae826a61ac5602a1f746a4f0d96be42c322acb4d7cdcf511f2
6
+ metadata.gz: f4c669d2e3e947e87559adcfffdaa7c5ae40a848307ac941687464cf9bc4670cb397c2ddaefd73742e844a2b660bbda35f86ea5bf9c84171e0e1ed17a4b673b2
7
+ data.tar.gz: 6aa5d3e0783077964bb03a24a466d65af89831cf5694f20609f31662520d8c5ade4150f13369fdef21218e5393802c3534667b405cfe517e7dda017a699708f7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2026-07-06)
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.45.0 (2026-05-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.0
@@ -4040,7 +4040,7 @@ module Aws::MailManager
4040
4040
  tracer: tracer
4041
4041
  )
4042
4042
  context[:gem_name] = 'aws-sdk-mailmanager'
4043
- context[:gem_version] = '1.45.0'
4043
+ context[:gem_version] = '1.46.0'
4044
4044
  Seahorse::Client::Request.new(handlers, context)
4045
4045
  end
4046
4046
 
@@ -1512,8 +1512,8 @@ module Aws::MailManager
1512
1512
  "auth" => ["aws.auth#sigv4"],
1513
1513
  "endpointPrefix" => "mail-manager",
1514
1514
  "jsonVersion" => "1.0",
1515
- "protocol" => "json",
1516
- "protocols" => ["json"],
1515
+ "protocol" => "smithy-rpc-v2-cbor",
1516
+ "protocols" => ["smithy-rpc-v2-cbor", "json"],
1517
1517
  "serviceFullName" => "MailManager",
1518
1518
  "serviceId" => "MailManager",
1519
1519
  "signatureVersion" => "v4",
@@ -55,7 +55,7 @@ module Aws::MailManager
55
55
  autoload :EndpointProvider, 'aws-sdk-mailmanager/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-mailmanager/endpoints'
57
57
 
58
- GEM_VERSION = '1.45.0'
58
+ GEM_VERSION = '1.46.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mailmanager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.45.0
4
+ version: 1.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services