Releases: Soomgo-Mobile/react-native-code-push
v9.1.2
v10.0.0-beta.5
What's Changed
Full Changelog: v10.0.0-beta.4...v10.0.0-beta.5
v10.0.0-beta.4
v9.1.1
What's Changed
- docs: Add telemetry callbacks by @floydkim in #59
- fix(Runtime): null Type error when up to date by @gilmujjang in #64
New Contributors
- @gilmujjang made their first contribution in #64
Full Changelog: v9.1.0...v9.1.1
v10.0.0-beta.3
What's Changed
Full Changelog: v10.0.0-beta.2...v10.0.0-beta.3
v10.0.0-beta.2
v9.1.0
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
v10.0.0-beta.0
What's Changed
🚀 First beta with New Architecture support!
- feat(Native): Support New Architecture (Bridge/Bridgeless) by @floydkim in #51
- chore: update README.md with New Architecture support details by @floydkim in #52
Full Changelog: v9.0.1...v10.0.0-beta.0
v9.0.1
v9.0.0
🚀 @bravemobile/react-native-code-push v9.0.0 Released
This fork of microsoft/react-native-code-push
was developed to enable self-hosting of static resources in light of AppCenter’s retirement.
With version v9.0.0, CodePush deployments can now be managed in a more structured way compared to the previous approach using the updateChecker
function.
- Now, only a few essential pieces of information need to be recorded and handled, reducing the need for an in-depth understanding of the internal workings of the CodePush library.
- Users can still decide how to host their resources according to their specific needs.
- The built-in
npx code-push
CLI tool now provides essential functionality that users previously had to implement manually, making it easier to automate the CodePush release workflow. - New users can set up the library in a slightly more easy way compared to the original
microsoft/react-native-code-push
library.
Please check the migration guide and installation instructions in the README.md.
If you encounter any issues while using the library, feel free to ask questions in the Discussions section.
New Contributors
- @changwoolab made their first contribution in #26
- @dekim1028 made their first contribution in #37
- @john-mayacrew made their first contribution in #46
Full Changelog: v8.3.1...v9.0.0