1.0.0
1.0.0 (2023-05-15)
chore
BREAKING CHANGES
-
platform: dropping deprecated API and backward compatibility introduced a breaking change for host and client applications.
To migrate:
- Update host and clients to version
1.0.0-rc.13
or higher. - Deprecated property
ManifestService.lookupApplications$
has been removed; useManifestService.applications
instead. - Deprecated property
Capability.requiredParams
has been removed; declare required parameters viaCapability.params
instead and mark it as required. - Deprecated property
Capability.optionalParams
has been removed; declare optional parameters viaCapability.params
instead and mark it as non-required.
- Update host and clients to version