Skip to content
This repository has been archived by the owner on Feb 14, 2018. It is now read-only.

Changes

Kami edited this page Jun 3, 2011 · 6 revisions

In development

User facing changes

  • Add new --debug option to the agent and client. If this option is used the actual stack trace is printed when an error occurs.
  • New deploy command 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 version attribute
  • Client now prints more friendly error messages and each error is prefixed with error origin (client / transport / server)

Internal / developer factoring changes

  • Refactored the HTTP endpoint modules to use Express
  • Moved functionality from util/terminal.js and util/spinner.js into a separate NPM module - terminal
  • Moved rate-limiter module into a separate NPM package - rate-limiter

Bug fixes

  • Don't transform symlink names when creating an archive. (hotfix/1.0.2)
  • Don't crash when bundles upload is used if a user is not using a TTY (bug in a spinner class) (hotfix/1.0.1)

Version 0.1.0

  • Intial release
Clone this wiki locally