Skip to content

Commit 2b82335

Browse files
committed
Release Notes for v4.0.2
1 parent e10a052 commit 2b82335

File tree

4 files changed

+4029
-2453
lines changed

4 files changed

+4029
-2453
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# v4.0.2
2+
## Enhancements
3+
- Revised base configuration to eliminate default RagRepository declaration. **Important:** Ensure config-custom.yaml contains an empty array declaration if no configurations are defined.
4+
- Implemented multi-instance LISA deployment support within single AWS accounts. Customers may now deploy more than one LISA environment into a single account.
5+
- Optimized data schema architecture to eliminate redundant reference patterns
6+
7+
## User Interface Improvements
8+
- Enhanced proxy configuration to support HTTP status code propagation for improved error handling
9+
- Introduced configurable markdown viewer toggle for non-standard model outputs
10+
- Implemented redesigned administrative configuration interface
11+
- Enhanced session management:
12+
- Removed UUID exposure from breadcrumb navigation
13+
- Transitioned to last-modified timestamp display from access time
14+
- Improved session loading indicators for enhanced user feedback
15+
- Integrated document library refresh functionality
16+
- Resolved critical Redux store corruption issue affecting state management overrides, reducing noticeable latency when fetching data in the UI
17+
18+
## Acknowledgements
19+
* @bedanley
20+
* @estohlmann
21+
* @dustins
22+
23+
**Full Changelog**: https://github.com/awslabs/LISA/compare/v4.0.1..v4.0.2
24+
125
# v4.0.1
226
## Bug Fixes
327
### Vector Store Management

lib/docs/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@
1414
"license": "Apache-2.0",
1515
"devDependencies": {
1616
"vitepress": "^1.6.3"
17+
},
18+
"dependencies": {
19+
"vite": "6.2.1"
1720
}
1821
}

lib/user-interface/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@
6363
"prettier": "^3.4.2",
6464
"redux-mock-store": "^1.5.5",
6565
"uuid": "^9.0.1",
66-
"vite": "^4.5.9"
66+
"vite": "^6.2.1"
6767
}
6868
}

0 commit comments

Comments
 (0)