Extension Manager Interface 0.1.15, released 2022-09-16
September 16, 2022 ยท View on GitHub
Code name: Get parameters
Summary
This release contains the following changes:
- Remove the
instanceParametersfield from theInstallationinterface - Add function
getInstanceParameters()function - Rename function
readInstanceParameters()toreadInstanceParameterValues() - Add parameter
extensionVersionto functionreadInstanceParameterValues() - Add parameter
extensionVersionto functiondeleteInstance() - Update type of the
optionsfield ofSelectParameterfrom a map to a list of objects - The
installableVersionsnow is a list ofExtensionVersionobjects instead of strings - Added error
NotFoundErrorwith status 404
Features
- #34: Added request for getting parameters of an extension, mark versions as deprecated/latest