CHANGES
=======

2.0.0
-----

* Fix docs
* Fill-out sub-tree support
* Implement subtree to xpath(s) -functionality
* The example <get> should return config and state data

1.13.0
------

* Add basic locking support and tests

1.12.0
------

* Use sshutil method to import private key

1.11.0
------

* Update sshutil req to 1.4.2

1.10.0
------

* Add edit config

1.9.2
-----

* Require latest sshutil

1.9.1
-----

* filter "type" attribute defaults to subtree

1.9.0
-----

* Strip the capability element text of whitespace
* get the error message right

1.8.3
-----

* Fix subtree filter case
* Actually drop the message like we logged we would

1.8.2
-----

* Be more careful about namespaces
* Move to using lxml elements instead of strings
* Deploy wheel with release

1.8.1
-----

* Fix xpath expression handling to not require root data node
* Add functional xpath filtering!
* More cleanup
* Not sure why doc isn't showing up
* More docs cleanup
* More documentation
* Fixe rtd config
* Read the docs is odd
* Remove unused files
* Cleanup code and more doc cleanup
* sigh rtd still not working
* add autoindex for now
* Autodoc not working on readthedocs
* Try and get the section rst right
* Example should match docs. :)
* Improve docs more
* Fix namespaces issues
* Cleanup CLI usage examples
* Ignore the autocreated API directory
* Add simple server example
* Change name to match ncclient
* Rearrange the docs a bit
* Add mroe docs and a context manager for client sessions

1.8.0
-----

* Comment better
* Let's not break backward compat for now
* Final error fix
* Rework error module
* The return value from get-config is still <data/> not <config/>
* Add more features to CLI client
* Fix filter operation
* Rename ncclient to cli avoiding odd clash with other project
* Add some code to handle filtering
* Add readthedocs config file
* Add some more documentation on new helper methods
* Change default max line len to 100

1.7.4
-----

* Don't try to send on a closed socket
* Get more verbose

1.7.3
-----

* Add a badge for the docs
