Skip to content

Commit

Permalink
Prepping v1.16.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyars committed Dec 21, 2018
1 parent 568908a commit 6c6d935
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@
"Franz Wong <franzwong@gmail.com>",
"Mario Giampietri <mario.giampietri@gmail.com>",
"leogtzr <leogutierrezramirez@gmail.com>",
"Simon Brunning <simon@brunningonline.net>"
"Simon Brunning <simon@brunningonline.net>",
"Mark Fulton <mfulton26@gmail.com>",
"Colin Schoen <schoen@yelp.com>"
],
"description": "Over the wire test doubles",
"homepage": "http://www.mbtest.org",
Expand Down
3 changes: 2 additions & 1 deletion releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
{ "version": "v1.13.0", "date": "2017-10-27" },
{ "version": "v1.14.0", "date": "2018-02-18" },
{ "version": "v1.14.1", "date": "2018-05-16" },
{ "version": "v1.15.0", "date": "2018-08-26" }
{ "version": "v1.15.0", "date": "2018-08-26" },
{ "version": "v1.16.0", "date": "2018-12-21" }
]
104 changes: 104 additions & 0 deletions src/views/releases/v1.16.0.ejs
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
<h1>v<%= releaseVersion %></h1>

<p class='info-icon'>Be sure to keep up with the latest releases by subscribing to the
<a href='http://mbtest.org/feed'>ATOM feed</a>.</p>

<h2>New Features</h2>
<ul class='bullet-list'>
<li>Renamed the <a href='//<%= host %>/docs/api/overview#delete-proxy-responses'>API</a>
from <code>DELETE /imposters/:port/requests</code> to
<code>DELETE /imposters/:port/savedProxyResponses</code> to better reflect the intent.
The old call still works for backwards compatibility.</li>
</ul>

<h2>Bug Fixes</h2>
<ul class='bullet-list'>
<li>Keep Host header during proxying if set with injectHeaders</li>
<li>Fixed issue with file log rotation</li>
<li>Support passing imposter state through compound predicate operators combined with
predicate injection</li>
</ul>

<p>Thanks to Mario Giampietri, the codebase has also been upgraded to ES2015</p>

<h2>Contributors</h2>
<p>Many thanks to the following kind folks for help with this release, either through bug reports,
suggestions, or direct code contributions:</p>

<ul class='bullet-list'>
<li>Mario Giampietri</li>
<li>Mark Fulton</li>
<li>Colin Schoen</li>
</ul>

<h2>Install</h2>

<pre><code>npm install -g mountebank@<%= releaseVersion %></code></pre>

<p>or:</p>

<table>
<tr>
<th>Option</th>
<th>node.js required?</th>
<th>sudo required?</th>
<th>links</th>
<th>Description</th>
</tr>
<tr>
<td>Self-contained archives</td>
<td>No</td>
<td>No</td>
<td style="min-width: 5em;">
<ul>
<li><a href="https://s3.amazonaws.com/mountebank/v<%= releaseMajorMinor %>/mountebank-v<%= releaseVersion %>-darwin-x64.tar.gz">osx</a></li>
<li><a href="https://s3.amazonaws.com/mountebank/v<%= releaseMajorMinor %>/mountebank-v<%= releaseVersion %>-linux-x86.tar.gz">linux x86</a></li>
<li><a href="https://s3.amazonaws.com/mountebank/v<%= releaseMajorMinor %>/mountebank-v<%= releaseVersion %>-linux-x64.tar.gz">linux x64</a></li>
<li><a href="https://s3.amazonaws.com/mountebank/v<%= releaseMajorMinor %>/mountebank-v<%= releaseVersion %>-win-x86.zip">win x86<sup>*</sup></a></li>
<li><a href="https://s3.amazonaws.com/mountebank/v<%= releaseMajorMinor %>/mountebank-v<%= releaseVersion %>-win-x64.zip">win x64<sup>*</sup></a></li>
</ul>
</td>
<td>Simply unpack and run <code>mb</code> from inside</td>
</tr>
<tr>
<td>OS-specific packages</td>
<td>No</td>
<td>Yes</td>
<td>
<ul>
<li><a href="https://s3.amazonaws.com/mountebank/v<%= releaseMajorMinor %>/mountebank-v<%= releaseVersion %>.pkg">pkg</a></li>
<li><a href="https://s3.amazonaws.com/mountebank/v<%= releaseMajorMinor %>/mountebank-<%= releaseVersion %>-1.x86_64.rpm">rpm</a></li>
<li><a href="https://s3.amazonaws.com/mountebank/v<%= releaseMajorMinor %>/mountebank_<%= releaseVersion %>_amd64.deb">deb</a></li>
</ul>
</td>
<td>Puts <code>mb</code> at <code>/usr/local/bin</code>, which is generally in the <code>PATH</code>.</td>
</tr>
<tr>
<td>source tarball</td>
<td>Yes</td>
<td>No</td>
<td>
<ul>
<li><a href="https://s3.amazonaws.com/mountebank/v<%= releaseMajorMinor %>/mountebank-v<%= releaseVersion %>-npm.tar.gz">mb</a></li>
</ul>
</td>
<td>source tarball if you roll that way.</td>
</tr>
</table>

<h2 id='windows-path-limitations'>Windows path limitations</h2>

<p><sup>*</sup>mountebank wishes very much for your Windows experience to be hassle-free, but he is simply not qualified to address
a particular constraint of Windows Explorer. For legacy reasons, some Windows applications, including most notably Windows Explorer,
have a maximum number of characters allowed in a path of 260 characters. As mountebank writes these words, the longest path he
includes in the zip files is around 175 characters. The zip file name, which is likely to represent itself as <i>two</i>
nested directories if you use the defaults to unzip it, will be around 25 characters. That gives you very little wiggle room.
If you unzip the file in your users directory, you may very likely get an error because of this constraint.</p>

<p>The following solutions will all work:</p>

<ul class='bullet-list'>
<li>Unzip to the root of your C: drive (or a similar small path)</li>
<li>Use <a href='http://www.7-zip.org/'>7zip</a> to unzip the file instead of Windows Explorer</li>
<li>Use <code>npm</code> to install mountebank instead of the zip file</li>
</ul>

0 comments on commit 6c6d935

Please sign in to comment.