Releases: housepower/ckman
Releases · housepower/ckman
v2.2.8
What's Changed
- feat: support rename column when alter table by @YenchangChan in #247
- feat: watch cluster status while deployed by tgz by @YenchangChan in #248
- fix: restart cluster when change profiles and quotas by @YenchangChan in #250
- feat: add dryrun when create table by @YenchangChan in #251
- feat: add cron job to sync distributed table by @YenchangChan in #252
- fix: online && offline loss hosts by @YenchangChan in #254
- fixed by @YenchangChan in #255
- fix: upgrade cause permission denied issue by @YenchangChan in #256
- feat:add getpartions by table api by @YenchangChan in #257
- update frontend by @YenchangChan in #258
Full Changelog: v2.2.7...v2.2.8
v2.2.7
What's Changed
- dm8 database adapt by @YenchangChan in #243
- fix: frontend issue, handle map is null by @YenchangChan in #244
Full Changelog: v2.2.6...v2.2.7
v2.2.6
What's Changed
- feat: support password_double_sha1_hex and password_sha256_hex to enc… by @YenchangChan in #228
- sshpassword can be empty by @YenchangChan in #230
- fe: login password visiable by @YenchangChan in #231
- fix: goroutine leak issue by @YenchangChan in #232
- scp instead of sftp by @YenchangChan in #233
- fix: select all and only return first 10000 records by @YenchangChan in #234
- add alter table ttl by @YenchangChan in #238
- fix: query select panic when type is Nullbale(Float64) and value is null by @YenchangChan in #239
- fix logic cluster issue by @YenchangChan in #241
Full Changelog: v2.2.5...v2.2.6
v2.2.5
What's Changed
- add host in opensessions by @YenchangChan in #209
- config editable by @YenchangChan in #211
- fix: add node failed over 22.x by @YenchangChan in #212
- feat: use gsypt to encode password by @YenchangChan in #214
- fix tableList Duplication bug by @chenxinya in #213
- ping cluster use default database by @YenchangChan in #215
- lint by @YenchangChan in #216
- config by @YenchangChan in #217
- fix: tgz package list by @YenchangChan in #219
- feat: support tgz deployment without root by @YenchangChan in #220
- update frontend by @YenchangChan in #222
- feat: users conf by @YenchangChan in #223
- feat: make a cron job to sync logic table schema by @YenchangChan in #224
- v2.2.5 release by @YenchangChan in #226
Full Changelog: v2.2.4...v2.2.5
v2.2.4
What's Changed
- fix: delete record when destory cluster && check timeout issue by @YenchangChan in #181
- Update ck_rebalance.go by @596192804 in #182
- DSN中增大read_timeout by @596192804 in #184
- fix: some nil issues by @YenchangChan in #190
- 修复sql中带注释导致的执行失败(#191) by @xsaffable in #192
- feat: update frontend by @YenchangChan in #193
- expert config by @YenchangChan in #198
- fix: AWS S3 expert config required issue by @YenchangChan in #202
- fix reliaca Status bug by @chenxinya in #199
- support postgres by @YenchangChan in #206
- docs: v2.2.4 release by @YenchangChan in #208
New Contributors
- @596192804 made their first contribution in #182
- @xsaffable made their first contribution in #192
- @chenxinya made their first contribution in #199
Full Changelog: v2.2.3...v2.2.4
v2.2.3
- more messages show in task list
- fix logic cluster config issue
v2.2.2
- fix time.After leak
- fix json-big in queries
- fix mysql password authenticate
- use tasklist control deploy process
- encrypt nacos password
- fix rebalance issue
v2.2.1
- fix logic config issue
- rpm install ckman issue
- save query history on server
- secret config issue
- fix sync logic schema issue when replica is true
- determine if each node supports IPv6 issue
- auto sync local table when create logic table failed
- fix connection pool cache issue
- fix some frontend bugs
v2.2.0
- user config
- prometheus address with each cluster
- support posisitent cluster config to mysql
- interface beauty
- fix schema and replica issue
see v2.2.0 new feature for more details.
v2.1.3
- disabled
text_log
- rename
macros.xml
tohost.xml
- fix check error when upgrade and config
- start ckman by ckman user(just rpm)
- rename
dist_table
todist_logic_table
- add delete
dist_logic_table
api - sync logic table schema when create new cluster on logic
- remove ensureHosts
- create/alter table with ttl