- `from_address` methods now accept `str` or `bytes` objects [46](https://github.com/sethmlarson/socksio/pull/46).
0.2.0
Changed
- **BREAKING**: API redesign using request objects and reducing the methods in the different connection classes [37](https://github.com/sethmlarson/socksio/pull/37).
0.1.1
Fixed
- SOCKS5 prefixing domain name with length [29](https://github.com/sethmlarson/socksio/pull/29). - SOCKS5 requiring authentication even if no authentication method is specified [30](https://github.com/sethmlarson/socksio/pull/30).