- Unpin
pluggy
.
- Make the module compatible with jsonref v1.0.0
- Deprecated Python versions lower than 3.6.0. Now supporting 3.6.0 and 3.7.0.
- Drops support for Python 2.7
- Updates testing method
- Updates python dependencies
- Fixes issue with exceptions raised during e.g. resolver plugin loading being caught and not propagated.
- Changes resolving to be based on hostname without 'http://' prefix.
- Fixes issues with the hostname not being matched resulting in the same route on two hosts not to work.
- Delays the url_map building until first resolve request.
- Initial public release.