v1.1.72
This is a minor release, containing some bug fixes and minor enhancements
New Features
- A new page documenting client libraries to make
using mountebank in your native language easier.
- Added ability for the --configfile option to accept a file glob
to support storing imposters in multiple files
- Added a fake protocol
to show how to add new protocols
Bug Fixes
- Fixed proxying to https with invalid certs
- Removed unnecessary ? from proxy URLs without query params
- Attach logger to Console only when in terminal mode
- Delaying closing tcp proxy connection immediately to support CORBA proxying
- Fix Internal Server Error while null predicates
- Fixed bug with predicates not working intuitively for multi-valued query string keys
Many thanks to the following kind folk for help with this release, both for pull requests and bug reports:
Install
npm install -g mountebank@1.1.72 --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. |