- Added functionality to list the full the device configuration in case the path is empty: ``get(path[])``.
0.3.8
- Merged the proposal how to implement TLS with override for Cisco IOS XR (tested for Cisco IOS XR, to be tested for other vendors yet) - Merged examples with TLS
0.3.7
- Added the argument ``encoding`` as an extra key to ``Set`` operation
0.3.6
- Added the argument ``encoding`` to ``Get`` operation
0.3.5
- Added the example for Nornir Integration - Added the topology diagram - Added links to the video tutorial
0.3.4
- Added the ``close`` method to ``gNMIClient`` class for those, who doesn't use ``with ... as ...`` context manager.