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
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,46 @@
1
+
# v5.2.0
2
+
## Key Features
3
+
### Model Context Protocol (MCP) Enhancements
4
+
-**Connection Validation**: Real-time connection testing with detailed feedback on server connectivity during connection creation/edit
5
+
-**Enhanced Debugging**: Improved error handling and connection status reporting for MCP servers
6
+
7
+
### Session Management Improvements
8
+
-**Time-Based Session Grouping**: Sessions are now automatically organized into time-based groups based on updated date (Last Day, Last 7 Days, Last Month, Last 3 Months, Older)
9
+
-**Session ID Removal**: Removed session ID from prompt input for cleaner user interface
-**Document Chunk Processing Fixes**: Resolved issues with document chunk processing and ingestion
14
+
-**Document Library Pagination**: Added pagination support for the Document Library to handle large numbers of documents efficiently
15
+
16
+
#### Vector Store Configuration
17
+
-**Default Embedding Model Support**: Added ability to define a default embedding model when creating or updating vector stores
18
+
-**IAM Permissions Optimization**: Trimmed vector store IAM permissions to follow the principle of least privilege
19
+
-**Container Configuration**: Added container override configuration for batch ingestion processes
20
+
21
+
#### Batch Ingestion
22
+
-**Container Configuration**: Added support for container override configuration in batch ingestion jobs
23
+
-**Max Batch Jobs Setting**: Implemented dynamic maximum batch jobs limit
24
+
-**Ingestion Rules Updates**: Automatic updates to ingestion rules when Lambda functions are updated
25
+
26
+
### Model Management Improvements
27
+
-**Base Container Configuration**: Added support for using prebuilt model containers, instead of building during model deployment
28
+
29
+
### UI/UX Enhancements
30
+
-**General UI Improvements**: Various user interface enhancements to improve usability
31
+
-**Updated Default System Prompt**: Updated LISAs default system prompt to take advantage of new rendering capabilities. Pairing this prompt with new UI components supports the display of:
32
+
- Inline-Code
33
+
- Mathematic equations using LaTex syntax
34
+
- Mermaid Diagrams. These diagrams can also be copied and downloaded as images
0 commit comments