From 7c9f2f92206a122c840a8a2e4de58a66f2b48118 Mon Sep 17 00:00:00 2001 From: Vadim Date: Fri, 17 Mar 2023 12:40:40 +0300 Subject: [PATCH] Create version-2.30.md --- docs/release-notes/version-2.30.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/release-notes/version-2.30.md diff --git a/docs/release-notes/version-2.30.md b/docs/release-notes/version-2.30.md new file mode 100644 index 0000000..8d39907 --- /dev/null +++ b/docs/release-notes/version-2.30.md @@ -0,0 +1,18 @@ +# Topolograph + +## v2.30 (17.03.2023) + +## Enhancements + +### OSPF/IS-IS cost on edge labels + +* LabelFrom, LabelTo is available now on topolograph. Meanwhile it is possible to switch this view off. + +![](https://github.com/Vadims06/topolograph/blob/77a5100b56ff5ab0e180cefc98e504067ace17c5/docs/release-notes/v2.30/edge_labels_on_graph.PNG) + +* OSPF/IS-IS cost on the shortest path + +![](https://github.com/Vadims06/topolograph/blob/77a5100b56ff5ab0e180cefc98e504067ace17c5/docs/release-notes/v2.30/edge_labels_on_the_path.PNG) + +### API reply code +* In case of pushing bad OSPF/IS-IS LSDB - reply is Bad Request, 400. Linked to [watcher api ValueError: UNAUTHORIZED](https://github.com/Vadims06/ospfwatcher/issues/3)