You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Release Notes
2
2
3
+
## 0.22.0 (Jan 10, 2023)
4
+
5
+
This is largely a bugfix release, with some improvements in the output of some commands, and dependent library updates.
6
+
7
+
* Path is improved to handle cases where the source or destination can belong to a SVI without the specific IP address being in the ARPND table
8
+
* Other minor impovements in path logic
9
+
* Updating automatic device detect to handle newer SONiC versions
10
+
* Added support for count of errDisabled ports in ```interface summarize```
11
+
* Added support for displaying serial number instead of architecture in ```device show```
12
+
* Fixed bug in crash when port is specified in device config section of the poller
13
+
* Fixing bug in version extraction of SONiC versions
14
+
* Bunch of GUI fixes
15
+
* Documentation updates
16
+
3
17
## 0.21.0 (June 6, 2023)
4
18
5
19
This release fixes a number of important bugs across various platforms. The main new feature is the display of a status string for sqPoller show to help identify problems more easily.
0 commit comments