Skip to content

Clusterpedia v0.7.0

Choose a tag to compare

@Iceber Iceber released this 04 Jul 05:54
· 379 commits to main since this release
b88e267

Notable Changes since v0.6.0

APIServer

Bug Fix

ClusterSynchro Manager

  • Add warning log for shutdown blocking (@Iceber, #505)

Bug Fix

InternalStorage

# sqlite.yaml
type: sqlite
dsn: file:test.db

When using the sqlite storage layer, it is recommended to use the binding-apiserver cmd.

  • Support for configuring database recoverable errors (@cleverhu, #479)
type: mysql
mysql:
  recoverableErrNumbers: [1053, 1205, 1290]

For recoverable errors, the synchro assumes that the storage layer is recoverable and will permanently retry handling the resources until it encounters other errors or succeeds.

Bug Fix

Others

Contributors

Thanks everyone who contributed to this release!

The following users (sort alphabetically) are those who committed much in this release. Thank you!