Skip to content

Commit

Permalink
Release 2.9.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
brunns committed Jun 29, 2021
1 parent 0080131 commit e6fd571
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Change Log

## 2.9.0

* Enhancement #57, changes to allow modification of stubs and impostors on an already running Mountebank server. (Thanks [@jbackman](https://github.com/jbackman).)
* Enhancement #56, improve finding of `DEFAULT_MB_EXECUTABLE`. (Thanks [@jbackman](https://github.com/jbackman).)
* Fix #57, exception Stub.from_structure() for stubs with inject response.

## 2.8.1

Fix #52, exception building HttpResponse from structure with no mode specified. (Thanks [@jbackman](https://github.com/jbackman).)
* Fix #52, exception building HttpResponse from structure with no mode specified. (Thanks [@jbackman](https://github.com/jbackman).)

## 2.8

Add default_response attribute to Impostor.
* Add default_response attribute to Impostor.

## 2.7

Expand All @@ -18,7 +24,7 @@ Add default_response attribute to Impostor.

## 2.6

* Add support for PARCH HTTP verb. (Thanks to [@garry-jeromson](https://github.com/garry-jeromson).)
* Add support for PATCH HTTP verb. (Thanks to [@garry-jeromson](https://github.com/garry-jeromson).)
* Add NotPredicate.

## 2.5.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
setup(
name="mbtest",
zip_safe=False,
version="2.8.1",
version="2.9.0a1",
description="Python wrapper & utils for the Mountebank over the wire test double tool.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit e6fd571

Please sign in to comment.