This document records all notable changes to pytest-socket. This project attempts to adhere to Semantic Versioning.
0.3.3 (2019-02-09)
- Fix hostname check when unicode on Python 2.7.x #22
0.3.2 (2019-01-07)
- Update support for Pytest 4.1.x
- Test package on Python 3.7.x
- Stop testing on pypy
0.3.1 (2018-07-16)
- Update minimum required pytest version
0.3.0 (2018-07-15)
- Add support for allowing specific lists of hosts via IP Addresses
- Change the inherited exception class in tests
- Add codeclimate to travis output
- Add coverage reporting
- Drop support for Python 3.3
0.2.0 (2017-07-15)
- Reorganized API, requires explicit activation
- Added Python 3.x compatibility
- Added
ini
setting - Test all Python versions
- Relax py.test version requirement
0.1.0 (2017-06-01)
- Initial public release