[release]Release v0.9.8.

This commit is contained in:
jerryjzhang
2024-11-01 22:40:22 +08:00
parent a43e47e491
commit 34d470b92d
2 changed files with 10 additions and 1 deletions

View File

@@ -4,6 +4,15 @@
- "Breaking Changes" describes any changes that may break existing functionality or cause
compatibility issues with previous versions.
## SuperSonic [0.9.8] - 2024-11-01
- Add LLM management module to reuse connection across agents.
- Add ChatAPP configuration sub-module in Agent Management.
- Add dimension value management sub-module.
- Enhance memory management and term management sub-module.
- Support semantic translation of complex S2SQL.
- Introduce LLM-based semantic corrector and data interpreter.
- Introduce new experience in Chat UI.
## SuperSonic [0.9.2] - 2024-06-01
### Added

View File

@@ -26,7 +26,7 @@
</parent>
<properties>
<revision>0.9.8-SNAPSHOT</revision>
<revision>0.9.8</revision>
<java.source.version>1.8</java.source.version>
<java.target.version>1.8</java.target.version>
<maven.compiler.source>8</maven.compiler.source>