[release]Kick off v0.9.10 snapshot.

This commit is contained in:
jerryjzhang
2024-11-01 22:59:54 +08:00
parent 34cfa749c1
commit ff7fb50030
2 changed files with 4 additions and 4 deletions

View File

@@ -7,11 +7,11 @@
## SuperSonic [0.9.8] - 2024-11-01 ## SuperSonic [0.9.8] - 2024-11-01
- Add LLM management module to reuse connection across agents. - Add LLM management module to reuse connection across agents.
- Add ChatAPP configuration sub-module in Agent Management. - Add ChatAPP configuration sub-module in Agent Management.
- Add dimension value management sub-module. - Enhance dimension value management sub-module.
- Enhance memory management and term management sub-module. - Enhance memory management and term management sub-module.
- Support semantic translation of complex S2SQL. - Enhance semantic translation of complex S2SQL.
- Enhance user experience in Chat UI.
- Introduce LLM-based semantic corrector and data interpreter. - Introduce LLM-based semantic corrector and data interpreter.
- Introduce new experience in Chat UI.
## SuperSonic [0.9.2] - 2024-06-01 ## SuperSonic [0.9.2] - 2024-06-01

View File

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