Skip to content

Commit

Permalink
v2.2.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
YenchangChan committed Jul 1, 2022
1 parent 6162e26 commit 0375308
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# v2.2.6
- fix: When deploying a cluster and modifying the cluster configuration, an error will be reported if Profiles and quotas are not filled in
- fix: The cluster installation package type deployed in the old version is not automatically populated, resulting in the problem that the configuration cannot be modified
- feat: support password_double_sha1_hex and password_sha256_hex to encrypt password
- feat: sshpassword can be empty
- feat: login password visiable
- fix: goroutine leak issue
- feat: use scp instead of sftp
- fix: store failed when persistent is mysql
- feat: sort tasks by updatetime
- fix: task duration always be 0s while persistant is mysql
- fix: select all and only return first 10000 records
- feat: add alter table ttl
- fix: query select panic when type is Nullbale(Float64) and value is null
- fix: sync logic schema schedule when ckman is multiple
- fix: cluster setting cause duplicate logics issue
- fix: update running task to stopped when force shutdown


# v2.2.5
- refactor package management
- add api: kill open session & stop running task
Expand Down

0 comments on commit 0375308

Please sign in to comment.