Extension Manager Interface 0.1.13, released 2022-09-12
September 12, 2022 ยท View on GitHub
Code name: Refactor finding and deleting an instance
Summary
This release contains the following changes:
- SqlClient
- Renamed Method
runQuerytoexecute - Added method
querywhich returns the result of aSELECTquery
- Renamed Method
- Extension:
- Method
deleteInstance: removed parametersinstallation: Installation, instance: Instanceand addedinstanceId: string - Method
readInstanceParameters: removed parametersinstallation: Installation, instance: Instanceand addedinstanceId: string - Method
findInstances: removed parameterinstallation: Installationand addedversion: string
- Method
- Interface
Instance- Added field
id: string
- Added field
- Interface
ExaMetadata:- Added fields to
ExaVirtualSchemasRow
- Added fields to
Features
- #29: Refactored finding and deleting an instance