Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.03 KB

File metadata and controls

30 lines (16 loc) · 1.03 KB

Breaking Changes

This is a comprehensive list of the breaking changes introduced in the major version releases of Capacitor Live Update plugin.

Versions

Version 7.x.x

getBundle() method

The getBundle() method has been replaced by the getCurrentBundle() method.

setBundle() method

The setBundle() method has been replaced by the setNextBundle() method.

DownloadBundleOptions interface

The checksum property has been removed from the DownloadBundleOptions interface. The server should now return a X-Checksum header instead.

location configuration option

The location configuration option has been replaced by the serverDomain configuration option.

readyTimeout 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.