This is an automated email from the ASF dual-hosted git repository.
lvshaokang pushed a commit to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git
The following commit(s) were added to refs/heads/dev by this push:
new 61cf7cd6 docs: 2.1.4 release note, configuration changes (#346)
61cf7cd6 is described below
commit 61cf7cd6d1fe2fd7f7c25d6bfd6ad113c0a691ec
Author: lvshaokang <[email protected]>
AuthorDate: Mon Apr 22 10:59:48 2024 +0800
docs: 2.1.4 release note, configuration changes (#346)
Co-authored-by: lvshaokang <[email protected]>
---
src/pages/download/release-note/2.1.4.md | 35 ++++++++++++++++++++++++--------
1 file changed, 26 insertions(+), 9 deletions(-)
diff --git a/src/pages/download/release-note/2.1.4.md
b/src/pages/download/release-note/2.1.4.md
index b9d4b894..bd00741f 100644
--- a/src/pages/download/release-note/2.1.4.md
+++ b/src/pages/download/release-note/2.1.4.md
@@ -9,18 +9,35 @@ Apache StreamPark (incubating) 2.1.4 is a bug-fix release
that addresses some se
### Features
---
-- Support Flink 1.19
+- Support Flink 1.19 #3673
### Bugfix
---
-- Fixed security issues with submitting external applications to manipulate
the Jvm
-- Fixed StreamPark flink on k8s that flink task status is failed but k8s pod
still alive
-- Fixed check project name add team query condition
-- Fixed flink native k8s application task with INITIALIZING status
+- Fixed security issues with submitting external applications to manipulate
the Jvm #3661
+- Fixed StreamPark flink on k8s that flink task status is failed but k8s pod
still alive #3634
+- Fixed check project name add team query condition #3648
+- Fixed flink native k8s application task with INITIALIZING status #3639
+- Fix code style and enable maven ci on dev-* branch #3631
### Improvements
---
-- StreamPark Platform configuration files improvements
-- Adjust swagger api display range and only retain application op api for
security
-- Added locale picker to login page
-- Add yarn api error log for debug some problems
\ No newline at end of file
+- StreamPark Platform configuration files improvements #3653 [1]
+- Adjust swagger api display range and only retain application op api for
security #3669
+- Added locale picker to login page #3670
+- Add yarn api error log for debug some problems #3622
+
+### Configuration file changes
+> Note:
+> 1. The platform-side config file has been simplified and renamed to
config.yaml (2.1.4 version will be compatible with the previous
`application.xml`, and will be not supported in the future)
+
+#### Datasource
+
+| Property Meaning | 2.1.4 (config.yaml)
| < 2.1.4 (application.yml)
|
+|------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|
+| used datasource dialect | datasource.dialect (built-in h2 datasource
properties)
| use `spring.profiles.active` and active profile, e.g.
application-h2/mysql/pgsql.yml |
+| datasource url | datasource.url
| spring.datasource.url
|
+| datasource driver class name | built-in (If the dialect is configured as
mysql, it will automatically match`com.mysql.cj.jdbc.Driver` and
`com.mysql.jdbc.Driver`) | spring.datasource.driver-class-name
|
+| datasource username | datasource.username
| spring.datasource.username
|
+| datasource password | datasource.password
| spring.datasource.password
|
+
+