Skip to content

Commit

Permalink
[release]Release v0.9.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryjzhang committed Nov 1, 2024
1 parent a43e47e commit 34cfa74
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 34cfa74

Please sign in to comment.