Skip to content

Clusterpedia v0.7.0-beta.0

Pre-release
Pre-release

Choose a tag to compare

@Iceber Iceber released this 30 Jun 06:35
· 387 commits to main since this release
a3cdc94

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!