v11.1.0
🚀 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
- @chiraag918 made their first contribution in #81
Full Changelog: v11.0.0...v11.1.0