Changes to the library are recorded here.
See GitHub Releases
Enhancements:
- Adds --root_dir option (#40) @dtwwolinski
Maintenance:
- Automates release documentation and pypi distribution (#63) @mikeywaites
- Removes setuptools dependency on build (#62) @jmdacruz
- Uses assertEqual instead of assertEquals for Python 3.11 compatibility. (#45) @tirkarthi
- Updates to modern Python tooling (#57) @mikeywaites
- Sets up working example of python-wiremock in the repo (#59) @mikeywaites
- Removes travis config file (#61) @mikeywaites
- Adds imports to quickstart example (#42) @jmendesky
- Adds support for --root_dir option on startup thanks to @dtwwolinski
- Adds missing Metadata delete calls thanks to @andreroggeri
- Adds missing Metadata serde options thanks to @andreroggeri
- Fix on startup thanks to @Enforcer
- Python3.8 lint fixes thanks to @tirkarthi
- Fixes startup error on connection error thanks to @vasuarez
- Enables Templating thanks to @mauricioalarcon
- Fixes issue #14
- Drops support for Python 2.x as this is EOL.
- Add custom cert/verification options to be passed normally through the singleton config
- Upgrades minimum requests version to 2.20.0 for known CVE-2018-18074
- Looser requirements everywhere, run free!
- Update links in setup.py and docs
- Looser dependency constraint in setup.py
- Allow looser dependency constraint for requests
- Fixed bug when wiremock jar not found.
- Added Ability to stand up wiremock server (requires standalone jar being available).
- Fix support for Python 3.4.
- Wiremock 2.6.x uses 201 response code instead.
- Bug Fix on dictionary klass deserialization fix.
- First Release - included admin feature set for wiremock 2.5.1 standalone