aws-sdk-connecthealth 1.7.0 → 1.8.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: 62f77052dbb1a9701dc42f9037a986a1d3fb5d3925564e265063adeeada986a5
4
- data.tar.gz: 24a3986d51f57bb02e7f45c6770ba4148f214feb6ef123ca3d9741a87a85559e
3
+ metadata.gz: edf83f4a261b0d0133dfaa0216d9ecb1c78d0b34e81923dc4fbaefd00ae9bb0f
4
+ data.tar.gz: 99cfe3d0f35e3351f06c5037ff66053acbf5aa6cfd2b27aebcf3b038c4ed9034
5
5
  SHA512:
6
- metadata.gz: 61f1344733d4ee4f210b946ac08aa948fe74c6b6790425b4e61d728f34c5e16ab74682578f683c2bb557b32f47741e3aa83f09ffeb718adb6783882bb09ee3ba
7
- data.tar.gz: 7d6c78661137641f9524abce3ab4db9f96bc04db022bd662d9bd416ed3e19c096ee33ac74b5451b53d8d9ba3be8c7c55d86247728e9cf95f723704f8024169c4
6
+ metadata.gz: b69a99576049c560d3e1a974024dcccf167ba55f9e9a230b95bba08440981ca52a5ace1ff9fe08d0c28b6e98423c787203ddd61cf410668461e2ba323189f181
7
+ data.tar.gz: 205a590c871348a9fac5cdbe6e2e6260153ffc36c67f7974060975f1b869ef142641e5e05946bb3b6b67a938bcc594fc344af588c01b4fca37231bd2bf73ac25
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.8.0 (2026-06-29)
5
+ ------------------
6
+
7
+ * Feature - Expand input validation to support Unicode characters and markdown table syntax.
8
+
4
9
  1.7.0 (2026-06-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.8.0
@@ -617,7 +617,7 @@ module Aws::ConnectHealth
617
617
  tracer: tracer
618
618
  )
619
619
  context[:gem_name] = 'aws-sdk-connecthealth'
620
- context[:gem_version] = '1.7.0'
620
+ context[:gem_version] = '1.8.0'
621
621
  Seahorse::Client::Request.new(handlers, context)
622
622
  end
623
623
 
@@ -1189,7 +1189,7 @@ module Aws::ConnectHealth
1189
1189
  tracer: tracer
1190
1190
  )
1191
1191
  context[:gem_name] = 'aws-sdk-connecthealth'
1192
- context[:gem_version] = '1.7.0'
1192
+ context[:gem_version] = '1.8.0'
1193
1193
  Seahorse::Client::Request.new(handlers, context)
1194
1194
  end
1195
1195
 
@@ -73,7 +73,7 @@ module Aws::ConnectHealth
73
73
  autoload :AsyncClient, 'aws-sdk-connecthealth/async_client'
74
74
  autoload :EventStreams, 'aws-sdk-connecthealth/event_streams'
75
75
 
76
- GEM_VERSION = '1.7.0'
76
+ GEM_VERSION = '1.8.0'
77
77
 
78
78
  end
79
79
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connecthealth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services