v12.0.1
What’s New ✨
- Easier native setup with
npx code-push init
command for iOS/Android code changes. - Updates now run an integrity check after download and unzip to detect tampering or missing data.
Breaking Changes
- You should remove the line
apply from: "...../codepush.gradle"
fromandroid/app/build.gradle
file. - Minimum iOS version is now 15.5.
ignoreFailedUpdates
is no longer supported inCodePushOptions
type. #84
What's Changed
- mod(android)!: remove codepush.gradle and related native code by @floydkim in #78
- Sync to upstream (react-native-code-push@9.0.1) by @changwoolab in #15
- mod(expo)!: Remove codepush.gradle related logic from Expo plugin by @floydkim in #79
- feat(CLI): add initialization command for CodePush setup by @floydkim in #82
- fix: clarify usage of ignoreFailedUpdates in CodePushOptions by @floydkim in #84
- mod(Runtime): Prevent corrupted updates by verifying package hash by @floydkim in #86
Full Changelog: v11.0.0...v12.0.1