Skip to content

v9.1.0

Compare
Choose a tag to compare
@floydkim floydkim released this 31 Mar 03:06
· 10 commits to master since this release

What's Changed

Telemetry Callback Options

This release introduces telemetry callbacks to CodePushOptions, enabling you to monitor the operational stability of updates.

  • onUpdateSuccess
  • onUpdateRollback
  • onDownloadStart
  • onDownloadSuccess
  • onSyncError

  • feat(Runtime): add callback options for update success and rollback by @floydkim in #54
  • feat(Runtime): add download start, success, and sync error callbacks by @floydkim in #58

Full Changelog: v9.0.1...v9.1.0