Skip to content

Releases: mountebank-testing/mountebank

v2.9.4

15 Apr 16:22
f1d8483

Choose a tag to compare

This is the third release published under the new mountebank-testing organization. This is a community effort to continue the maintenance and development of mountebank going forward. The package name has changed to @mbtest/mountebank to reflect this; please update your install commands accordingly.

Changes

  • Updated minimum Node.js version to 20 (maintenance LTS) and Docker image to Node 24 (active LTS)
  • Updated nodemailer to v8.0.5, smtp-server to v3.18.4, and mailparser to v3.9.7
  • Security updates for multiple dependencies: lodash, hono, @hono/node-server, @xmldom/xmldom, basic-ftp, flatted, picomatch, tar, and brace-expansion
  • Fixed HTTPS documentation tests to generate valid certificates

Contributors

Many thanks to the following kind folks for help with this release, either through bug reports, suggestions, or direct code contributions:

  • Bobby Philip
  • Jarl Friis
  • Matthew Herman

Install

npm install -g @mbtest/mountebank@2.9.4

v2.9.3

05 Mar 20:41
b21be1e

Choose a tag to compare

This is the second release published under the new mountebank-testing organization. This is a community effort to continue the maintenance and development of mountebank going forward. The package name has changed to @mbtest/mountebank to reflect this; please update your install commands accordingly.

Changes

This release mainly includes security updates:

  • Made mountebank-formatters dependency optional, allowing users to opt out if using a custom formatter
  • Security updates for multiple dependencies: @xmldom/xmldom, mocha, winston, https-proxy-agent, csv-parse, fs-extra, hpagent, safe-stable-stringify, nodemailer, body-parser, node-forge, lodash, qs, basic-ftp, and minimatch

Contributors

Many thanks to the following kind folks for help with this release, either through bug reports, suggestions, or direct code contributions:

  • Matthew Herman
  • Noah Green
  • Jarl Friis

Install

npm install -g @mbtest/mountebank@2.9.3

v2.9.2

14 Sep 23:58
34f59a1

Choose a tag to compare

This is the first release published under the new mountebank-testing organization. This is a community effort to continue the maintenance and development of mountebank going forward. The package name has changed to @mbtest/mountebank to reflect this; please update your install commands accordingly.

Changes

Most of the work in this release was focused on getting the project up and running under the new organization, but there were a few small changes:

  • Updated imposter response to include allowCORS property
  • Various dependencies updated

Contributors

Many thanks to the following kind folks for help with this release, either through bug reports, suggestions, or direct code contributions:

  • Jarl Friis
  • Matthew Herman
  • Brandon Byars
  • Simon Brunning
  • Teameh
  • misirlou-tg

Install

npm install -g @mbtest/mountebank@2.9.2

v1.0.286

03 Feb 18:24

Choose a tag to compare

Removing, for now, support for building debs and rpms in travis and u…