Skip to content

Commit c0ffdc2

Browse files
committed
Updated release notes for 0.18.0
Signed-off-by: Dinesh Dutt <[email protected]>
1 parent 847c7c2 commit c0ffdc2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/release-notes.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Release Notes
22

3+
## 0.18.0 (June 21, 2022)
4+
5+
This 18th release of SuzieQ contains significant improvements to all the various NOS parsers, but especially IOSXE (more versions and more platforms supported now) and versions of NXOS older than 9.3.x. We've also added support for throttling the rate of requests SuzieQ poller issues to prevent overrunning AAA Servers. A more detailed list of features and critical bug fixes follows:
6+
7+
* **Improved support for IOSXE** (more versions, more platforms).
8+
* **Support for all NXOS versions**, those before 9.3.x which had no ```json native``` support.
9+
* **Improved parsing support for most NOS**.
10+
* **Support for rate limiting requests to AAA Servers**. See the poller documentation for details.
11+
* **Additional fields for device table added**. You can now get a distriubution of the common causes for device reboots.
12+
* **Fixed bug in supporting multiple schema versions of a table**. This was only a bug in reading, writing was correct.
13+
* **New command, namespace, to get information about namespaces**. This deprecates network show/summarize/unique/top. Endpoint tracker is still at network find.
14+
* **Improved OSPF assert**, to handle non-p2p interfaces better.
15+
* **Removed all commands that required use of Linux shell on NOS**. This is for NXOS and EOS.
16+
* **Vastly improved Node discovery**. We wouldn't reattempt node discovery if it failed more than twice, improved log messages and more.
17+
* **Improved Path Support**. We now handle recursive routes more effectively and so can be used in more than EVPN scenarios.
18+
* **Vastly faster endpoint tracker**.
19+
* Support accepting MAC in any format (such as 00-AA-BB-CC-DD-EE or 00AA:BBCC:DDEE etc.)
20+
* Added tons of new tests including importantly to catch more parsing errors
21+
* Updated libraries including those with security updates.
22+
23+
The one person to thank from the user community for this release is Andy Miller. Thanks Andy, this release wouldn't have been what it is, if it wasn't for you.
24+
25+
326
## 0.17.2 (Apr 28, 2022)
427

528
This is the second patch release of the 17th release. The main issues that are fixed in this release are:

0 commit comments

Comments
 (0)