Changelog

0.3.2 (2016-11-18)

  • Added Nmap service
  • Added some docstrings for api
  • Added NotImplemented to currently unused Active Directory authentication

0.3.1 (2016-11-08)

  • Removed Antenna client deprecated at the end of October
  • Added missing Circuit clients
  • Added missing domain, pool_ip and ipmi clients to dns
  • Added missing clients for circuit and plot
  • Added new bin and bin_sku clients to scm

0.3.0 (2016-11-04)

  • Major rewrite of code to be thin wrapper for requests
  • Removed python-keystoneclient dependency
  • Removed oslo.config dependency
  • Removed django dependency (still an optional integration)
  • Added 100% coverage unit tests using pytest
  • Added readthedocs online documentation
  • Added Travis CI continuous integration testing
  • Added Coveralls CI coverage report integration
  • Added Codecov CI code quality report integration
  • Improved README