(improvement)(project) Upgrade Maven version to 0.8.4-SNAPSHOT and add changelog. (#674)

This commit is contained in:
lexluo09
2024-01-22 10:47:54 +08:00
committed by GitHub
parent b28eb637c8
commit f04cc28f25
2 changed files with 9 additions and 1 deletions

View File

@@ -4,6 +4,14 @@
- "Breaking Changes" describes any changes that may break existing functionality or cause
compatibility issues with previous versions.
## SuperSonic [0.8.4] - 2024-01-19
### Added
- support creating derived metrics.
- Support creating metrics using three methods: by measure, metric, and field expressions.
- added support for postgresql data source.
- code adjustment and abstract optimization for chat and headless.
## SuperSonic [0.8.2] - 2023-12-18
### Added