|
2 | 2 |
|
3 | 3 | ## Key Features |
4 | 4 |
|
5 | | -### Allowing Users to Reset Connections |
6 | | -This release introduces the ability for users to reset their connections, providing more control and flexibility over their LISA sessions. Users can now easily disconnect and reconnect as needed. |
| 5 | +### Enabling OAuth Backed MCP Connections |
| 6 | +- **MCP OAuth Support**: LISA now supports OAuth authentication for the MCP (Model Context Protocol) connection feature, enabling users to securely authenticate and access their connections |
| 7 | +- **Connection Management**: Users can now reset their connections through the connection management interface allowing users to update previously configured settings stored in local storage |
7 | 8 |
|
8 | | -**UserInterface:** |
9 | | -- **Connection Management**: Users can now reset their connections through the connection management interface. |
10 | | -- **Improved User Experience**: The connection reset feature enhances the overall user experience, enabling users to better manage their LISA sessions. |
11 | | - |
12 | | -### JobStatus GSI Update |
13 | | -The GSI (Global Secondary Index) for the JobStatusTable has been updated to improve the querying and filtering capabilities of the job status information. |
14 | | - |
15 | | -**Database**: |
16 | | -- **JobStatusTable GSI**: The original GSI has been modified, and a new GSI has been added to optimize the retrieval and management of job status data. |
17 | | - |
18 | | -### Oauth Callback for Hosted UI |
19 | | -This release addresses an issue with the OAuth callback functionality for the hosted LISA UI, ensuring a seamless authentication experience for users. |
20 | | - |
21 | | -**Authentication**: |
22 | | -- **OAuth Callback**: The OAuth callback process has been fixed to work correctly in S3 deployments, addressing a previous issue that was only present in the hosted environment. |
23 | | - |
24 | | -### Support for OAuth MCP and Route Refresh Fixes |
25 | | -The release introduces support for OAuth MCP (Multi-Cloud Provisioning) and addresses issues related to route refreshing, ensuring a more reliable and consistent user experience. |
26 | | - |
27 | | -**Authentication**: |
28 | | -- **MCP OAuth Support**: LISA now supports OAuth authentication for the MCP (Multi-Cloud Provisioning) feature, enabling users to securely authenticate and access their cloud resources. |
29 | | -- **Route Refresh Improvements**: The issue with route refreshing on pages like has been fixed, providing a more seamless navigation experience for users. |
| 9 | +### Rag Ingestion JobStatus Update |
| 10 | +- **DDB**: The GSI (Global Secondary Index) for the JobStatusTable has been updated to improve the querying and filtering capabilities of the job status information |
| 11 | +- **Job Status Widget**: The RAG ingestion UI now features a new status tracking widget that displays your recent document ingestion job history, enabling monitoring of processing progress |
30 | 12 |
|
31 | 13 | ### Chat Widget Performance Optimization |
32 | | -This release includes significant performance improvements to the chat widget, addressing performance degradation issues caused by excessive re-rendering. |
33 | | - |
34 | | -**User Interface**: |
35 | | -- **Memoization**: The chat widget has been optimized using memoization techniques, reducing the number of unnecessary re-renders and improving the overall responsiveness of the application. |
36 | | -- **Conditional Dependencies**: The chat widget's dependency handling has been improved, ensuring that only the necessary components are re-rendered based on changes in the data. |
| 14 | +This release includes significant performance improvements to the chat widget, addressing performance degradation issues caused by excessive re-rendering |
| 15 | +- **Memoization**: The chat widget has been optimized using memoization techniques, reducing the number of unnecessary re-renders and improving the overall responsiveness of the application |
| 16 | +- **Conditional Dependencies**: The chat widget's dependency handling has been improved, ensuring that only the necessary components are re-rendered based on changes in the data |
37 | 17 |
|
38 | | -## Key Changes |
39 | | -- **Dependency Updates**: The project dependencies have been updated to address security vulnerabilities and optimize performance. |
40 | | -- **Logging and Metrics**: Improvements have been made to the logging and metrics functionality, ensuring better visibility and troubleshooting capabilities. |
41 | | -- **Bug Fixes**: Various bug fixes have been implemented to address issues reported by users, improving the overall stability and reliability of the LISA application. |
| 18 | +### Langfuse Documentation |
| 19 | +This release includes updates to our [documentation site](https://awslabs.github.io/LISA/config/langfuse-tracing.html) where a guide was created on how to integrate Langfuse into LISA Serve to view your LLM traces |
42 | 20 |
|
43 | 21 | ## Acknowledgements |
44 | 22 | * @bedanley |
45 | 23 | * @dustinps |
46 | | -* @evmann |
| 24 | +* @estohlmann |
47 | 25 | * @jmharold |
48 | 26 |
|
49 | 27 | **Full Changelog**: https://github.com/awslabs/LISA/compare/v5.3.1..v5.3.2 |
|
0 commit comments