aws-sdk-timestreaminfluxdb 1.28.0 → 1.29.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: 33d8dc8e509245658a356452e3558b0271ce786de49af0e68009a8d86c0de1fa
4
- data.tar.gz: 31a1241a3b3816c7e8d33588977a8298121e31770073325acfeba30f7b644ba9
3
+ metadata.gz: e1a5beae79c3ff3876d41e03aae4db7a31280e5a040546f262d12b0e2be358b9
4
+ data.tar.gz: 7f47fba275b4d2650c76a790e2912c022070a951769554774ac3a43f20da6731
5
5
  SHA512:
6
- metadata.gz: 0ad6d368c29be3dc410751ab5518abcdcaad209cb4c3afcba8d7a79e34562ec993126343078da1213856c981dc1024d2a3337570c9320914c49113cb100f0865
7
- data.tar.gz: f0df2813a44cfb2a99a521642f0a0c299d5a476607d1047c05cc8de4f39c183a972ed2a8892b5d60717d758dbcc1c8f988c2bc19f04622e56e272d8b27b01a67
6
+ metadata.gz: 5f2cfaec1d9751710f7cbcef7ca433eb03ee145e6f3a664d6453717dbd0aeb6bffadfc6033260394fd690cfba660d7202d92c16b8add48ab28bf74621cc7754b
7
+ data.tar.gz: 78ef09c2655802808680e2e63722050e4ff72f1a68538cafe7d3518df485232c95537b9543f8459b4c31b9985ea131fe8986e242720d8c8b4fa5da229e44da70
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.29.0 (2025-08-21)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.28.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
1
+ 1.29.0
@@ -1763,7 +1763,7 @@ module Aws::TimestreamInfluxDB
1763
1763
  tracer: tracer
1764
1764
  )
1765
1765
  context[:gem_name] = 'aws-sdk-timestreaminfluxdb'
1766
- context[:gem_version] = '1.28.0'
1766
+ context[:gem_version] = '1.29.0'
1767
1767
  Seahorse::Client::Request.new(handlers, context)
1768
1768
  end
1769
1769
 
@@ -54,7 +54,7 @@ module Aws::TimestreamInfluxDB
54
54
  autoload :EndpointProvider, 'aws-sdk-timestreaminfluxdb/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-timestreaminfluxdb/endpoints'
56
56
 
57
- GEM_VERSION = '1.28.0'
57
+ GEM_VERSION = '1.29.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-timestreaminfluxdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.28.0
4
+ version: 1.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services