You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,16 @@ SPDX-License-Identifier: MIT-0
5
5
6
6
## [Unreleased]
7
7
8
+
## [0.3.16]
9
+
10
+
### Added
11
+
12
+
-**S3 Vectors Support for Cost-Optimized Knowledge Base Storage**
13
+
- Added S3 Vectors as alternative vector store option to OpenSearch Serverless for Bedrock Knowledge Base with 40-60% lower storage costs
14
+
- Conditional KMS policy implementation that only grants S3 Vectors indexing service permissions when `KnowledgeBaseVectorStore = "S3_VECTORS"`
15
+
- Custom resource Lambda implementation for S3 vector bucket and index management (using boto3 s3vectors client) with proper IAM permissions and resource cleanup
16
+
- Unified Knowledge Base interface supporting both vector store types with automatic resource provisioning based on user selection
17
+
8
18
### Fixed
9
19
- Fixed issue where CloudFront policy statements were still appearing in generated GovCloud templates despite CloudFront resources being removed
10
20
- Fix duplicate Glue tables are created when using a document class that contains a dash (-). Resolved by replacing dash in section types with underscore character when creating the table, to align with the table name generated later by the Glue crawler - resolves #57.
0 commit comments