This initial release should be reasonably stable in terms of external API:s for the operations implemented this far and similar.
Bug fixes and improvements to the internals will be made in upcoming patch level releases.
0.3beta
The client now tries to resolve the MAC address of the router, based on the provided host/IP, upon creation. This is saved in the property mac of the Client and can be accessed using my_client_instance.mac.
If resolution failed the mac property will be None.
0.2beta
The client is still quite bare-bones, but there has been some improvements in terms of additional endpoints supported and information about how to use the module.
Module specific exceptions has been introduced and will get extended in future releases.
0.1alpha
This initial release contains support for a very limited subset of the available endpoints. Only some of them are covered by the test suite and this release should not be used for production.