Skip to content

v1.4.0-beta

Compare
Choose a tag to compare
@lostintangent lostintangent released this 29 Dec 01:41
· 773 commits to master since this release

This is largely a bug fix release that also introduces a feature enhancement to the existing rollback command. You can update your global code-push-cli installation from NPM immediately to take advantage of these improvements.

New Features

  1. The rollback command accepts a new optional flag called --targetRelease (or -r) that allows you to roll back to an arbitrary version within the deployment, as opposed to simply the previous release. This change was made after lots of customer feedback, and we're happy to unblock this scenario!

Bug fixes

  1. The description parameter of the release command now correctly parses whitespace characters (e.g. \n, \t), so you can add newlines/etc. to your release descriptions.
  2. The Package Hash field has been removed from the Package Metadata column that is displayed when running code-push deployment ls. This field required the table to be unnecessarily wide in order to render correctly, and it also wasn't adding a lot of value to users anyways.