tencentcloud-sdk-common 3.0.792 → 3.0.794

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d41bafc1a32e43f7cd22d09971536ad353020293
4
- data.tar.gz: aa99ee152288d12e7dbef04c3e2e5334ecaaed5d
3
+ metadata.gz: 48b5b6cf775429a214094cbc8180345a54950981
4
+ data.tar.gz: 36c653b095fd9942439cc7e71688f2eabab9a652
5
5
  SHA512:
6
- metadata.gz: 2eb008d8174c8884981ead1fd9791bef4cfd0ab96a5af5562264c8e3d005464c89da42e4f5e9811280207ef312f5322f62e6333bd54100b19e2459d705c1633c
7
- data.tar.gz: e5ecb259172cc1b1238af90668b8420b246571a3a9c69c512e9c59d2e5e9b2e3ee20b2fdede78543948c3b9dc8c2e868b25123cb4f6497bd06d415470ce4fbc8
6
+ metadata.gz: a335d3718b27d46a021f772897aef6d92c6d7127de7cc4ce60105e37d0b76ee2b9a9b09b56e257f7f507282e1a5dc952aea92d87e0f8a0c1d007f272d6dd56df
7
+ data.tar.gz: 19df8e0ef63279a4a861d5ef56240b1bb44243d05e77f6ff13027f8c2be2884914fbe55dde6f8a3c24e4ec710e8ff864e5fdde16fb49508d4987fe16a5b1b6db
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.792
1
+ 3.0.794
@@ -87,6 +87,7 @@ module TencentCloud
87
87
  req.header['X-TC-Language'] = @profile.language
88
88
  req.header['X-TC-Token'] = @credential.token if @credential.token
89
89
  req.header['X-TC-Content-SHA256'] = 'UNSIGNED-PAYLOAD' if @profile.unsigned_payload
90
+ req.header['X-TC-TraceId'] = SecureRandom.uuid
90
91
  if req.method == 'GET'
91
92
  params = AbstractModel.format_params(nil, params)
92
93
  req.data = URI.encode_www_form(params)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-common
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.792
4
+ version: 3.0.794
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-28 00:00:00.000000000 Z
11
+ date: 2024-03-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Tencent Cloud Ruby SDK is the official software development kit, which
14
14
  allows Ruby developers to write software that makes use of Tencent Cloud service.