File tree Expand file tree Collapse file tree 4 files changed +4122
-535
lines changed Expand file tree Collapse file tree 4 files changed +4122
-535
lines changed Original file line number Diff line number Diff line change 1+ # v4.4.2
2+ ## System Improvements
3+ - Updated configuration items to make ADC region deployments easier
4+ - Updated markdown rendering to properly display code blocks and unordered lists
5+
6+ ## Security Enhancements
7+ - Enforce SSL access to EC2 docker bucket
8+ - Enable Access Logging with New Log Destination Bucket
9+ - Updated 3rd party dependencies
10+
11+ ## Acknowledgements
12+ * @bedanley
13+ * @jmharold
14+ * @estohlmann
15+ * @dustins
16+
17+ ** Full Changelog** : https://github.com/awslabs/LISA/compare/v4.4.1...v4.4.2
18+
119# v4.4.1
220## Bug Fixes
321- Updated OpenSearch vector store creation to support private VPCs
Original file line number Diff line number Diff line change 1515 "author" : " " ,
1616 "license" : " Apache-2.0" ,
1717 "devDependencies" : {
18- "vitepress" : " ^1.6.3"
18+ "vitepress" : " ^0.1.1"
19+ },
20+ "dependencies" : {
21+ "react-syntax-highlighter" : " ^5.8.0"
1922 }
2023}
Original file line number Diff line number Diff line change 4747 "remark-breaks" : " ^4.0.0" ,
4848 "tailwindcss" : " ^3.4.17" ,
4949 "typescript" : " ~5.1.6" ,
50- "unraw" : " ^3.0.0"
50+ "unraw" : " ^3.0.0" ,
51+ "vitepress" : " ^1.6.3"
5152 },
5253 "devDependencies" : {
5354 "@types/markdown-it" : " ^14.1.2" ,
You can’t perform that action at this time.
0 commit comments