aws-sdk-lexmodelsv2 1.9.0 → 1.13.0

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: aefbfa1afbd478c99d8a70cf8b410f5b16723e55b8ea024cd2682386798a0b77
4
- data.tar.gz: 93799d24b0af94543bccfd71f26e940a513a90662c45980f20f40589735939ab
3
+ metadata.gz: 46d5cf8f8f0592797b5736171b11bcb50f87e205dc3290b3513719e3457cb63e
4
+ data.tar.gz: a75c70d0451708bc9ae3e4532a5def618fa3523fa1e50cff577effda131cd8e1
5
5
  SHA512:
6
- metadata.gz: be2f4a26cb9f4a3b83ce3c15799334b6420d0639de74178ffa0f43b92bf896e978de9ff92972e7d0cf20dd468dcfba65d1adee9583c66b51f0115a073f4006bc
7
- data.tar.gz: 542c598c70f406c4e108768acc8bdb38fcf0720a3f561888f285a03c9cb1d67ea14ff0a58595f6ff9b17c838dfe7108fb58aaeae5ac9199861986d24f33b534b
6
+ metadata.gz: 2b8469aede3abe4d47a1b799c073eb3fe15e925371c48508a2d34ed89ad7ad9014ef439dd04b62aed80de4883f5d7391ebef8b769ba4961315df0756deaa7851
7
+ data.tar.gz: 799d261c7fc0778d060cbd623b5fbaf2200452a6963ee8a0bfe1f904a4323b054a5d0aa7a05db53fda252a521ec27cfe73a40b4a2773b6fd54107263fbd0799b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,28 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.13.0 (2021-10-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ * Issue - Remove a plugin that sets the `Content-Type` header and instead depend on a new version of `aws-sdk-core` that does.
10
+
11
+ 1.12.0 (2021-10-08)
12
+ ------------------
13
+
14
+ * Feature - Added configuration support for an Amazon Lex bot to provide fulfillment progress updates to users while their requests are being processed. See documentation for more details: https://docs.aws.amazon.com/lexv2/latest/dg/streaming-progress.html
15
+
16
+ 1.11.0 (2021-09-22)
17
+ ------------------
18
+
19
+ * Feature - This release adds support for utterances statistics for bots built using Lex V2 console and APIs. For details, see: https://docs.aws.amazon.com/lexv2/latest/dg/monitoring-utterances.html
20
+
21
+ 1.10.0 (2021-09-01)
22
+ ------------------
23
+
24
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
25
+
4
26
  1.9.0 (2021-08-05)
5
27
  ------------------
6
28
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.9.0
1
+ 1.13.0