aws-sdk-bedrockruntime 1.28.0 → 1.44.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: e7c27771cff3b06ceb1ec4e4536e712ed2bd23bdccaa37bfe3cd4e04325ffc69
4
- data.tar.gz: 14af30b6aea465d178ec05f73292908e1e23608b94ae31d04e8b0a55fd6728ba
3
+ metadata.gz: df167de5e14a9cd5c29ba11937858d05db1247d48546fb4a847cbe7262aec3d2
4
+ data.tar.gz: 788336ed16edce2eed9a6a34b3cbb4cbce8d035abebd6f2f9fc6c77944788ed6
5
5
  SHA512:
6
- metadata.gz: a3602fccc63152720d0fbec7de552a6bf74816c53ad2794335d49e87f019fef11537bc8513dd5fc93b385937ddd5c77f34ea010de00031f098a5e6fc0c3015e7
7
- data.tar.gz: d431c9e013f9ac9c9112bb5cc03ef193c46223af4aaa070ba311348fe1ec3f511c98fa36370bc730feb1a0786c9c7715d28b570f50ffa2c2dc51e2b626eec671
6
+ metadata.gz: c75cdcc7a54dbb4c3aa9a310baa25b5336aff81d9ef3f4e83e5064ed1a1a66fbcad7208c3eaa6e50c04fcb92d2c6a93a0f30288493bdc1cd3b7a80f9fa268f16
7
+ data.tar.gz: 8a0049209c16a70292c969265643cd89676e50137680860368e4e1619a67b91285ea23a967200386e1ebc62289ab50f74b0544803e549afc5658ecba71239756
data/CHANGELOG.md CHANGED
@@ -1,6 +1,86 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2025-04-08)
5
+ ------------------
6
+
7
+ * Feature - This release introduces our latest bedrock runtime API, InvokeModelWithBidirectionalStream. The API supports both input and output streams and is supported by only HTTP2.0.
8
+
9
+ 1.43.0 (2025-04-07)
10
+ ------------------
11
+
12
+ * Feature - New options for how to handle harmful content detected by Amazon Bedrock Guardrails.
13
+
14
+ 1.42.0 (2025-03-31)
15
+ ------------------
16
+
17
+ * Feature - Add Prompt Caching support to Converse and ConverseStream APIs
18
+
19
+ 1.41.0 (2025-03-28)
20
+ ------------------
21
+
22
+ * Feature - Launching Multi-modality Content Filter for Amazon Bedrock Guardrails.
23
+
24
+ 1.40.0 (2025-03-05)
25
+ ------------------
26
+
27
+ * Feature - This releases adds support for Custom Prompt Router ARN
28
+
29
+ 1.39.0 (2025-02-24)
30
+ ------------------
31
+
32
+ * Feature - This release adds Reasoning Content support to Converse and ConverseStream APIs
33
+
34
+ 1.38.0 (2025-02-18)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.37.0 (2025-02-06)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.36.0 (2025-01-17)
45
+ ------------------
46
+
47
+ * Feature - Allow hyphens in tool name for Converse and ConverseStream APIs
48
+
49
+ 1.35.0 (2025-01-15)
50
+ ------------------
51
+
52
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
53
+
54
+ 1.34.0 (2024-12-04)
55
+ ------------------
56
+
57
+ * Feature - Added support for Intelligent Prompt Router in Invoke, InvokeStream, Converse and ConverseStream. Add support for Bedrock Guardrails image content filter. New Bedrock Marketplace feature enabling a wider range of bedrock compatible models with self-hosted capability.
58
+
59
+ 1.33.0 (2024-12-03)
60
+ ------------------
61
+
62
+ * Feature - Added support for Async Invoke Operations Start, List and Get. Support for invocation logs with `requestMetadata` field in Converse, ConverseStream, Invoke and InvokeStream. Video content blocks in Converse/ConverseStream accept raw bytes or S3 URI.
63
+
64
+ 1.32.0 (2024-12-03)
65
+ ------------------
66
+
67
+ * Feature - Add an API parameter that allows customers to set performance configuration for invoking a model.
68
+
69
+ 1.31.0 (2024-11-07)
70
+ ------------------
71
+
72
+ * Feature - Add Prompt management support to Bedrock runtime APIs: Converse, ConverseStream, InvokeModel, InvokeModelWithStreamingResponse
73
+
74
+ 1.30.0 (2024-11-06)
75
+ ------------------
76
+
77
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
78
+
79
+ 1.29.0 (2024-10-29)
80
+ ------------------
81
+
82
+ * Feature - Update Application Inference Profile
83
+
4
84
  1.28.0 (2024-10-22)
5
85
  ------------------
6
86
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
1
+ 1.44.0