Skip to content

Releases: radondb/xenon

Xenon v1.1.4

01 Feb 09:59
a0f57e0
Compare
Choose a tag to compare
  • mysql: fix rebuild node with small amounts of data failed
  • raft: optimize high availability logic
  • cli: check gtid before rebuildme
  • server: add -r option on startup to specify the initial role

Xenon v1.0.9

09 Apr 12:07
Compare
Choose a tag to compare
  • mysql: autocorrect semi-sync timeout
  • cli: add enablechecksemisync and disablechecksemisync

Xenon v1.0.8

06 Dec 05:10
Compare
Choose a tag to compare
  • feature: adjust the logic about split brain (@prettyshuang )
  • feature: cli: support to change user password by host (@prettyshuang )
  • feature: cli: support to change user password by host (@prettyshuang )
  • feature: cli: support create super SSL user (@prettyshuang )
  • feature: cli: getuser command can get Super_priv (@prettyshuang )
  • feature: raft: add learner state for rebuildme (@prettyshuang )
  • bugfix: cli: fix cluster raft failed when the first node in list fails #74 (@prettyshuang )
  • bugfix: cli: the cmd cluster gtid finally gets the gtid of the leader (@prettyshuang )

Xenon v1.0.7

31 Jul 06:12
Compare
Choose a tag to compare
  • feature: add invalid state to avoid localcommit(#67 )

Xenon v1.0.5

07 Mar 06:51
Compare
Choose a tag to compare
  • feature: add SuperIDLE config, IDLE node can't change to FOLLOER when EnableRaft(#56 )
  • fetaure: adaptation MySQL 5.6(#43 )
  • feature: update go-sql-driver to v1.4.1(#58 )

Xenon 1.0.4

03 Jan 01:24
Compare
Choose a tag to compare
  • bug: fixup relay/changetomaster error when leader state init (#47)
  • feature: 2-node xenon set rpl_semi_sync_master_timeout=default (#44)

Xenon 1.0.3

26 Dec 08:11
Compare
Choose a tag to compare
v1.0.3

mysql: add the err handle to the CreateReplUserWithoutBinlog

Xenon 1.0.2

26 Dec 08:10
Compare
Choose a tag to compare
v1.0.2

mysql: add the err handle to the CreateReplUserWithoutBinlog

Xenon 1.0.1

20 Sep 08:24
Compare
Choose a tag to compare
raft: enhancing cluster election

Add parameter 'AdmitDefeatHtCnt' 'AdmitDefeatPingCnt' used for configuration,
and degrade leader to follower immediately when mysqld dead.