#0.1.6
- Remove *sql.DB resource caching and create fresh connections when needed
- metadata: Added new metadata path to associate arbitrary key-value data with clusters and databases.
- cluster/list: Added the path to list all registered clusters
- database/list: Added the path to list all registered databases in a cluster
- cluster/update: New cluster registration generates a random name for management user
- database/update: New database registration generates a random name for objects owner
- database/update: New option
create_db
can be used to disable new database creation when database is registered for the first time. This option can be used to migrate existing databases to this plugin backend.