v1.0.0-beta.82
BREAKING CHANGE
NodeJS 14.15 or later is required. See the docs for installation instructions.
Fixed
- #135: Fix an issue where Juniper indirect next-hops were empty.
- Fix an issue where Juniper structured AS_PATH or Community queries would appear to fail if one address family (IPv4 or IPv6) had an empty response. For example, if an AS_PATH query for
.* 29414 .*
was made (which only returns IPv4 routes), the query would fail.
Changed
- Updated major Python dependencies (FastAPI, Scrapli, Netmiko, Pydantic, Uvicorn, Gunicorn, etc.)
- Updated UI dependencies
- #128: Add
best
to all Juniper BGP Route queries. See Juniper docs for more details.
Added
- The driver for devices can now be overridden with the
driver
parameter.