- Migrated to the new testing framework: https://github.com/napalm-automation/napalm-junos/pull/77
- New methods: `is_alive` (https://github.com/napalm-automation/napalm-junos/pull/80) and `get_network_instances` (https://github.com/napalm-automation/napalm-junos/pull/87)
- `lock` renamed to `_lock` and `unlock` renamed to `_unlock`
- Fixed Jinja templates: https://github.com/napalm-automation/napalm-junos/pull/85
- Fixed 84 (`.get_route_to() does not support connected/direct routes`): https://github.com/napalm-automation/napalm-junos/pull/86
- Doc auto-build: https://github.com/napalm-automation/napalm-junos/pull/89