This repository was archived by the owner on Feb 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Changes
Kami edited this page Jun 3, 2011
·
6 revisions
- Add new
--debugoption to the agent and client. If this option is used the actual stack trace is printed when an error occurs. - New
deploycommand which allows user to easily deploy a new application or upgrading an existing one depending on the context in which it is used - Cast manifest file (cast.json) must now contain a
versionattribute - Client now prints more friendly error messages and each error is prefixed with error origin (client / transport / server)
- Refactored the HTTP endpoint modules to use Express
- Moved functionality from
util/terminal.jsandutil/spinner.jsinto a separate NPM module - terminal - Moved rate-limiter module into a separate NPM package - rate-limiter
- Don't transform symlink names when creating an archive. (hotfix/1.0.2)
- Don't crash when
bundles uploadis used if a user is not using a TTY (bug in a spinner class) (hotfix/1.0.1)
- Intial release