Skip to content

Releases: Soomgo-Mobile/react-native-code-push

v9.1.2

15 May 11:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.1.1...v9.1.2

v10.0.0-beta.5

08 May 06:56
Compare
Choose a tag to compare
v10.0.0-beta.5 Pre-release
Pre-release

What's Changed

  • fix: updated rules for ProGuard-enabled projects by @floydkim in #69

Full Changelog: v10.0.0-beta.4...v10.0.0-beta.5

v10.0.0-beta.4

03 Apr 10:16
Compare
Choose a tag to compare
v10.0.0-beta.4 Pre-release
Pre-release

What's Changed

  • fix(Runtime): null Type error when up to date by @floydkim in #65

Thanks to @gilmujjang

Full Changelog: v10.0.0-beta.3...v10.0.0-beta.4

v9.1.1

03 Apr 10:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.1.0...v9.1.1

v10.0.0-beta.3

31 Mar 05:31
Compare
Choose a tag to compare
v10.0.0-beta.3 Pre-release
Pre-release

What's Changed

  • fix!: checkForUpdate function type doesn’t match runtime behavior by @floydkim in #62

Full Changelog: v10.0.0-beta.2...v10.0.0-beta.3

v10.0.0-beta.2

31 Mar 02:50
Compare
Choose a tag to compare
v10.0.0-beta.2 Pre-release
Pre-release

What's Changed

  • feat(Runtime): add callback options for update success and rollback by @floydkim in #55
  • feat(Runtime): add download start, success, and sync error callbacks by @floydkim in #57
  • docs: Add telemetry callbacks by @floydkim in #60

Full Changelog: v10.0.0-beta.0...v10.0.0-beta.2

v9.1.0

31 Mar 03:06
Compare
Choose a tag to compare

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

17 Mar 11:19
Compare
Choose a tag to compare
v10.0.0-beta.0 Pre-release
Pre-release

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

04 Mar 02:51
Compare
Choose a tag to compare

What's Changed

  • fix: update podspec source URL to reflect new repository location by @floydkim in #50

Full Changelog: v9.0.0...v9.0.1

v9.0.0

24 Feb 14:13
Compare
Choose a tag to compare

🚀 @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

Full Changelog: v8.3.1...v9.0.0