Improved error reporting + small improvements and bug fixes
This release adds additional error reporting to the server core to better support retry of transient error conditions.
Other additions/changes include:
- AIP-135 compliant support for cascading deletion
- new Admin service GetStorage method that returns database summary information
- an addition to the Admin GetStatus method that returns build information
- correction of an incorrect type annotation for new ApiDeployment message
- a fix for a bug that caused artifact "blobs" associated with ApiDeployments to leak
This release adds a column to the artifacts database table and requires a database migration. This can be done by calling the MigateDatabase
method in the Admin service after the Registry service has been upgraded.