(improvement)(project) update the changelog (update to 0.7.5) (#215)

This commit is contained in:
lexluo09
2023-10-13 19:20:03 +08:00
committed by GitHub
parent 410f2c93b9
commit 308178f299

View File

@@ -3,25 +3,40 @@
- All notable changes to this project will be documented in this file. - All notable changes to this project will be documented in this file.
- "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.7.5] - 2023-10-13
### Added
- add SQL generation improvement optimization, support LLM SQL, Logic SQL, and Physical SQL display.
- add showcase functionality to support recommending similar questions.
- add frontend modification of filtering conditions and re-querying feature.
- support nested query functionality in semantic.
- support switching queries between multiple parsers in the frontend.
### Updated
- optimizing the build and deployment of the project.
- overall optimization of the SQL Corrector functionality.
### Fixed
- fix execute error on mysql <=5.7
## SuperSonic [0.7.4] - 2023-09-10 ## SuperSonic [0.7.4] - 2023-09-10
### Added ### Added
- add llm parser config - add llm parser config
- add datasource agg_time option - add datasource agg_time option
- add function name adaptor in clickhouse - add function name adaptor in clickhouse
- add dimension and metric show in dsl - add dimension and metric show in dsl
### Updated
### Updated - update user guide doc
- update user guide doc - update query building of plugin in default model
- update query building of plugin in default model - update some core API constructs to keep naming consistency
- update some core API constructs to keep naming consistency - update ConfigureDemo config
- update ConfigureDemo config - update the association mechanism so that invisible dimensions and metrics will no longer be associated
- update the association mechanism so that invisible dimensions and metrics will no longer be associated
### Fixed
### Fixed - fix hasAggregateFunction logic in SqlParserSelectHelper
- fix hasAggregateFunction logic in SqlParserSelectHelper
## SuperSonic [0.7.3] - 2023-08-29 ## SuperSonic [0.7.3] - 2023-08-29