v1.2.122
The following changes are part of this release.
New Features
- Support for mutual authentication in https imposters
- Support for https proxies requiring mutual authentication
- Support for a different certificate / key pair for
every https imposters. The
--command line parameter is no longer supported, as this is now a first class member of the API. - Exposing the certificate / key pair metadata when you
GETan https imposter. - Support cross-origin requests via a new command line parameter.
Bug Fixes
- Fixed build problems that guaranteed every pull request would fail CI (sorry!!!)
Many thanks to the following kind folk for help with this release:
- James Thomas
- Nils Janson
- Jason Reid
Install
npm install -g mountebank@1.2.122 --production
or:
| Option | node.js required? | sudo required? | links | Description |
|---|---|---|---|---|
| Self-contained archives | No | No | Simply unpack and run mb from inside |
|
| OS-specific packages | No | Yes | Puts mb at /usr/local/bin, which is generally in the PATH. |
|
| source tarball | Yes | No | source tarball if you roll that way. |
