- Fix GH-14: u'192.168.100.110C' does not appear to be an IPv4 or IPv6 address (GH-17, thanks to @mrevilme)
- Update for Python 3.10+ compatibility
- Fix GH-11: Fix the parser which throws
ValueError
on interrupted stream.
- Feature GH-1: Add support to TAP mode of OpenVPN servers by parsing virtual addresses as MAC and IP both.
- Feature GH-4: Add support to client-config-dir (ccd) and iroute.
- Fix GH-2: BREAK-COMPATIBILITY Use real or virtual addresses as the key of client_list and routing_table, instead of using common name.
- Fix GH-3: The depended six must later than 1.9.0 because we need the "python_2_unicode_compatible" decorator.
The first release.