-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version number, update CHANGELOG.md and TODO.md
- Loading branch information
Showing
4 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Change Log | ||
|
||
## 2.5 | ||
|
||
* Add [dynamic predicates and responses](http://www.mbtest.org/docs/api/injection). This feature requires Mountebank 2.0 or later, but all other features should continue to work with older version. | ||
* Add MountebankServer.query_all_impostors() method to retrieve all impostors from a running MB server, including those not created locally. | ||
|
||
## 2.4 | ||
|
||
* Allow MountebankServer to attach to an already running MB instance on another host. | ||
* Make has_request() a builder style matcher, and use builder matcher construction wherever possible. | ||
|
||
## 2.3 | ||
|
||
* Allow MountebankServer to attach to an already running MB instance. Split out execute-server behavior from MountebankServer class into new ExecutingMountebankServer. | ||
* Python 3.8 supported. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# To Do | ||
|
||
* [Dynamic predicates and responses](http://www.mbtest.org/docs/api/injection). | ||
* Retrieve impostors from a running MB instance, and hydrate. | ||
* What if Mountebank is installed elsewhere? We should emit better messages if starting the mb server fails, and make the location configurable. This could be as simple as parameterising it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters