- Add dynamic predicates and responses. This feature requires Mountebank 2.0 or later, but all other features should continue to work with older version.
- Add MountebankServer.query_all_imposters() method to retrieve all imposters from a running MB server, including those not created locally.
- 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.
- 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.