mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 11:07:06 +00:00
[improvement](project) update mvn version to 0.8.2 and update changelog (#535)
This commit is contained in:
@@ -4,6 +4,15 @@
|
|||||||
- "Breaking Changes" describes any changes that may break existing functionality or cause
|
- "Breaking Changes" describes any changes that may break existing functionality or cause
|
||||||
compatibility issues with previous versions.
|
compatibility issues with previous versions.
|
||||||
|
|
||||||
|
## SuperSonic [0.8.2] - 2023-12-18
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- rewrite Python service with Java project, default to Java implementation.
|
||||||
|
- support setting the SQL generation method for large models in the interface.
|
||||||
|
- optimization of metric market experience.
|
||||||
|
- optimization of semantic modeling canvas experience.
|
||||||
|
- code structure adjustment and abstraction optimization for chat.
|
||||||
|
|
||||||
## SuperSonic [0.7.5] - 2023-10-13
|
## SuperSonic [0.7.5] - 2023-10-13
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -63,7 +63,7 @@
|
|||||||
<xk.time.version>3.2.4</xk.time.version>
|
<xk.time.version>3.2.4</xk.time.version>
|
||||||
<mockito-inline.version>4.5.1</mockito-inline.version>
|
<mockito-inline.version>4.5.1</mockito-inline.version>
|
||||||
<jsqlparser.version>4.5</jsqlparser.version>
|
<jsqlparser.version>4.5</jsqlparser.version>
|
||||||
<revision>0.8.0-SNAPSHOT</revision>
|
<revision>0.8.2-SNAPSHOT</revision>
|
||||||
<!-- Do not bump spotless plugin version since 2.30.0 is the latest version supports Java 8-->
|
<!-- Do not bump spotless plugin version since 2.30.0 is the latest version supports Java 8-->
|
||||||
<maven.plugin.spotless.version>2.30.0</maven.plugin.spotless.version>
|
<maven.plugin.spotless.version>2.30.0</maven.plugin.spotless.version>
|
||||||
<spotless.python.includes></spotless.python.includes>
|
<spotless.python.includes></spotless.python.includes>
|
||||||
|
|||||||
Reference in New Issue
Block a user