26.7.0 - Jul 21
Released: 2026-07-21
We are happy to announce the following enhancements to NQE as part of release 26.7.0.
See the full release notes for Forward Enterprise version 26.7.0.
What's Fixed
- BUGX-3207 - In multi-account AWS setups, each collected account now appears as its own
CloudAccountin thecloudAccountsfield ofNetwork, with itscollectedfield set correctly. Previously, the accounts were merged into a singleCloudAccount, so most accounts were reported withcollectedset tofalseeven though they were included in the collection.
Command Changes
- FWDN-12601 - The
CommandwithCommandTypevalueCONFIGwas modified for theOSvalueFORTINETin some cases by addingshow system genevein theOutputsof aDevice. - FWDN-12572 - The
CommandwithCommandTypevalueSWITCHPORT_STATEnow exists for theOSvalueCHECKPOINTin theOutputsof aDevice. - FWDN-12572 - The
CommandwithCommandTypevalueBRIDGE_INTERFACESwas modified for theOSvalueCHECKPOINTin some cases by addingshow bridgesin theOutputsof aDevice. - FWDN-12572 - The
CommandwithCommandTypevalueINVENTORYwas modified for theOSvalueCHECKPOINTin some cases by addingshow diagin theOutputsof aDevice. - FWDN-12572 - The
CommandwithCommandTypevalueVERSIONwas modified for theOSvalueCHECKPOINTin some cases by addingshow software-versionin theOutputsof aDevice. - FWDN-12572 - The
CommandwithCommandTypevalueUPTIMEwas modified for theOSvalueCHECKPOINTin some cases by addinguptimein theOutputsof aDevice. - FWD-55134 -
Commands now exist for theOSvalueVERSAin theOutputsof aDevice. - BUGX-3304 - The
CommandwithCommandTypevalueVLAN_LISTwas modified for theOSvaluesIOSandIOS_XEin some cases by addingshow vlan-switchin theOutputsof aDevice.
Deprecations
Some elements of NQE are deprecated. They will be removed or forbidden in a major release.
Fields
-
CloudAccountfirewallRulespublicUnallocatedIps
-
Cvecriteriadescriptionseverity
-
EthernetnegotiatedPortSpeed
-
ExternalSourcescliSourceshttpSourcessnmpSources
-
SystemuptimeSeconds
-
VpcDatacloudType
Functions
- The built-in functions
blockDiff_alpha1,blockMatches_alpha1, andhasBlockMatch_alpha1are deprecated. They will be removed in a major release. For each function, use the function without the_alpha1suffix instead. - Passing a
Bag<>to a function that expects aList<>is deprecated. A warning is currently given. A future major release will elevate this to an error.
Operations
- The operations
==,!=,<,<=,>=, and>between aBag<>andList<>are deprecated. A warning is currently given. A future major release will elevate this to an error.
Types
Number- TheNumbertype is deprecated. In its place, useInteger. Any use ofNumberwill be replaced byIntegerduring pretty printing. A warning is given for each use ofNumber.