aws-sdk-lexruntimev2 1.3.0 → 1.3.1

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
  SHA256:
3
- metadata.gz: a4c5b47adf0455d67561490f2a6f781f51e1f77099c6d02d46263c06f6dbc3b5
4
- data.tar.gz: 6b2b8a6623d8e71e40d644346784213420743c48b9bc224fe2442cb65251c23d
3
+ metadata.gz: c57c84248f9e4ee9bdeda2ab7c5907c3aaa7588122c184609ff1249d25d8baa5
4
+ data.tar.gz: 137af9498fb41fd6abf63ac2e17cb4abaadd6582c5e03710de6840047973db11
5
5
  SHA512:
6
- metadata.gz: 11021d580f53f4a530ea30ad5859b15c3da5a08e51fc7fed72086ac99f5b66c1839eb65508c5fc3e5c2fba066e015e6d78a8aeb02cd7c6a2666cca76c4a7076a
7
- data.tar.gz: e03b4a4673fc79a50c0dea85cbdd0a00523c9cc85984362f84080670a89b040b4f0f8f7da5a079aa83550f16404d0d0669d94797c1e9eb985da0af15ce3e5828
6
+ metadata.gz: 9e8a89f47550bbfffa049f3e5166ce6947a74bea098843edcff1b64f1673b37c017f7b33d6ddeef4c77718240e27bee2f7ac67fbde057cce67bc0e781ee8d721
7
+ data.tar.gz: 6ce8c51123e78eb6b66a1001715972b69b378ade1c2a90020608a156b83c746da6746c7123dee8ddcd1f078d92f711356cfbdce4ad5a4ce3970d6d0ffe126015
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.3.1 (2021-07-14)
5
+ ------------------
6
+
7
+ * Issue - Remove `content-length` header from `AsyncClient`.
8
+
4
9
  1.3.0 (2021-06-15)
5
10
  ------------------
6
11
 
@@ -20,4 +25,3 @@ Unreleased Changes
20
25
  ------------------
21
26
 
22
27
  * Feature - Initial release of `aws-sdk-lexruntimev2`.
23
-
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0
1
+ 1.3.1
@@ -50,6 +50,6 @@ require_relative 'aws-sdk-lexruntimev2/event_streams'
50
50
  # @!group service
51
51
  module Aws::LexRuntimeV2
52
52
 
53
- GEM_VERSION = '1.3.0'
53
+ GEM_VERSION = '1.3.1'
54
54
 
55
55
  end
@@ -12,7 +12,6 @@ if RUBY_VERSION >= '2.1'
12
12
  require 'http/2'
13
13
  rescue LoadError; end
14
14
  end
15
- require 'seahorse/client/plugins/content_length.rb'
16
15
  require 'aws-sdk-core/plugins/credentials_configuration.rb'
17
16
  require 'aws-sdk-core/plugins/logging.rb'
18
17
  require 'aws-sdk-core/plugins/param_converter.rb'
@@ -42,7 +41,6 @@ module Aws::LexRuntimeV2
42
41
 
43
42
  set_api(ClientApi::API)
44
43
 
45
- add_plugin(Seahorse::Client::Plugins::ContentLength)
46
44
  add_plugin(Aws::Plugins::CredentialsConfiguration)
47
45
  add_plugin(Aws::Plugins::Logging)
48
46
  add_plugin(Aws::Plugins::ParamConverter)
@@ -592,7 +590,7 @@ module Aws::LexRuntimeV2
592
590
  http_response: Seahorse::Client::Http::AsyncResponse.new,
593
591
  config: config)
594
592
  context[:gem_name] = 'aws-sdk-lexruntimev2'
595
- context[:gem_version] = '1.3.0'
593
+ context[:gem_version] = '1.3.1'
596
594
  Seahorse::Client::Request.new(handlers, context)
597
595
  end
598
596
 
@@ -981,7 +981,7 @@ module Aws::LexRuntimeV2
981
981
  params: params,
982
982
  config: config)
983
983
  context[:gem_name] = 'aws-sdk-lexruntimev2'
984
- context[:gem_version] = '1.3.0'
984
+ context[:gem_version] = '1.3.1'
985
985
  Seahorse::Client::Request.new(handlers, context)
986
986
  end
987
987
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lexruntimev2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-15 00:00:00.000000000 Z
11
+ date: 2021-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core