v1.12.5-beta
richardhuaaa
released this
23 Sep 19:13
·
216 commits
to master
since this release
New Features (CLI)
This release adds a --noDuplicateReleaseError
flag that causes the CLI to generate a warning instead of an error when the user attempts to publish an update that is identical to the latest release. This is useful for continuous integration scenarios where it is expected that small modifications may trigger releases where no production code has changed.
New Features (Management SDK)
Improved error handling in the management SDK, including error codes that identify different categories of errors.
Bug Fixes
- Fix an issue where in some cases, access keys were not validated when logging in
- Fix an issue where in some cases, error messages were not displayed when access keys were invalid
- Remove 'authentication failed' error message when attempting to logout after a previous failure
- Add a descriptive error message when there is a network failure preventing connection to the CodePush server, and prevent a null de-referencing error when this happens