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 +4 -4
- data/CHANGELOG.md +5 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-lexruntimev2.rb +1 -1
- data/lib/aws-sdk-lexruntimev2/async_client.rb +1 -3
- data/lib/aws-sdk-lexruntimev2/client.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c57c84248f9e4ee9bdeda2ab7c5907c3aaa7588122c184609ff1249d25d8baa5
|
4
|
+
data.tar.gz: 137af9498fb41fd6abf63ac2e17cb4abaadd6582c5e03710de6840047973db11
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
1
|
+
1.3.1
|
data/lib/aws-sdk-lexruntimev2.rb
CHANGED
@@ -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.
|
593
|
+
context[:gem_version] = '1.3.1'
|
596
594
|
Seahorse::Client::Request.new(handlers, context)
|
597
595
|
end
|
598
596
|
|
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.
|
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-
|
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
|