Skip to content

Commit 4606ecd

Browse files
committed
Changelog
1 parent d0daf80 commit 4606ecd

File tree

4 files changed

+4122
-535
lines changed

4 files changed

+4122
-535
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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

lib/docs/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
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
}

lib/user-interface/react/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
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",

0 commit comments

Comments
 (0)