This is a comprehensive list of the breaking changes introduced in the major version releases of Capacitor Live Update plugin.
The getBundle()
method has been replaced by the getCurrentBundle()
method.
The setBundle()
method has been replaced by the setNextBundle()
method.
The checksum
property has been removed from the DownloadBundleOptions
interface. The server should now return a X-Checksum
header instead.
The location
configuration option has been replaced by the serverDomain
configuration option.
The default value of the readyTimeout
configuration option has been changed from 10000
to 0
to disable the timeout by default.
However, it is strongly recommended to configure this option so that the plugin can roll back to the default bundle in case of problems.