Skip to content

v11.1.0

Compare
Choose a tag to compare
@floydkim floydkim released this 20 Aug 06:00
· 63 commits to master since this release

🚀 Client-side Rollout Percentage Support

When running the release or update-history commands of the npx code-push tool, you can use the --rollout option to specify a rollout percentage between 0 and 100.

Until the app is deleted or storage is cleared, users remain in the same rollout group.
Also, if the rollout percentage is reduced, users who fall outside the new target will have their rollout canceled and rollback to the previous latest version.

What's Changed

  • feat(Runtime): Add Rollout Percentage functionality by @chiraag918 in #81
  • feat(Runtime): Allow rollout cancellation and simplify decision logic by @floydkim in #83

New Contributors

Full Changelog: v11.0.0...v11.1.0