Skip to content

Commit

Permalink
Auto-merge main back to develop post release
Browse files Browse the repository at this point in the history
  • Loading branch information
estohlmann committed Mar 7, 2025
2 parents 078b157 + be05651 commit 010a7b4
Show file tree
Hide file tree
Showing 7 changed files with 4,033 additions and 2,457 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# v4.0.2
## Enhancements
- Revised base configuration to eliminate default RagRepository declaration. **Important:** Ensure config-custom.yaml contains an empty array declaration if no configurations are defined.
- Implemented multi-instance LISA deployment support within single AWS accounts. Customers may now deploy more than one LISA environment into a single account.
- Optimized data schema architecture to eliminate redundant reference patterns

## User Interface Improvements
- Enhanced proxy configuration to support HTTP status code propagation for improved error handling
- Introduced configurable markdown viewer toggle for non-standard model outputs
- Implemented redesigned administrative configuration interface
- Enhanced session management:
- Removed UUID exposure from breadcrumb navigation
- Transitioned to last-modified timestamp display from access time
- Improved session loading indicators for enhanced user feedback
- Integrated document library refresh functionality
- Resolved critical Redux store corruption issue affecting state management overrides, reducing noticeable latency when fetching data in the UI

## Acknowledgements
* @bedanley
* @estohlmann
* @dustins

**Full Changelog**: https://github.com/awslabs/LISA/compare/v4.0.1..v4.0.2

# v4.0.1
## Bug Fixes
### Vector Store Management
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.1
4.0.2
3 changes: 3 additions & 0 deletions lib/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
"license": "Apache-2.0",
"devDependencies": {
"vitepress": "^1.6.3"
},
"dependencies": {
"vite": "6.2.1"
}
}
4 changes: 2 additions & 2 deletions lib/user-interface/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lisa-web",
"private": true,
"version": "4.0.1",
"version": "4.0.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -63,6 +63,6 @@
"prettier": "^3.4.2",
"redux-mock-store": "^1.5.5",
"uuid": "^9.0.1",
"vite": "^4.5.9"
"vite": "^6.2.1"
}
}
2 changes: 1 addition & 1 deletion lisa-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires-python = ">=3.11"

[tool.poetry]
name = "lisapy"
version = "4.0.1"
version = "4.0.2"
description = "A simple SDK to help you interact with LISA. LISA is an LLM hosting solution for AWS dedicated clouds or ADCs."
authors = ["Steve Goley <[email protected]>"]
readme = "README.md"
Expand Down
Loading

0 comments on commit 010a7b4

Please sign in to comment.