26.5.0 - May 19
Released: 2026-05-19
We are happy to announce the following enhancements to NQE as part of release 26.5.0.
See the full release notes for Forward Enterprise version 26.5.0.
What's New
- FWD-53267 -
weaknessesis now a field ofCve. It contains the Common Weakness Enumerations (CWEs) associated with the CVE. - BUG-24671 -
RACKis now a value ofDevicePartType. - FWDN-12402 -
VELOS_PARTITION_WITHOUT_BLADESis now a value ofDeviceCollectionError.
What's Improved
- FWD-39687 - A new Performance guide describes the optimizations that NQE applies to queries, when they apply, and how to see which ones applied to a given query via the Query Debug Panel.
- FWD-51604 - Some queries that use
letandwherequalifiers inside comprehensions now execute faster because of a new optimization that lifts those qualifiers out of nested comprehensions when possible. See the Where and Let Floating section of the new Performance guide for details.
What's Fixed
- BUG-25442 - Some queries that execute in series and access the
configfield ofFilesused to terminate with a runtime error from running out of memory, but now they complete successfully due to more efficient memory usage.
Command Changes
- FWD-53265 -
AP_SUMMARYis now a possible value ofCommandType. Also, aCommandwithCommandTypevalueAP_SUMMARYnow exists for theOSvalueIOS_XEin theOutputsof aDevice. - FWD-53266 -
Commands withCommandTypevaluesSDWAN_OMP_ROUTESandSDWAN_OMP_IPV6_ROUTESnow exist for theOSvaluesIOS_XEandVIPTELAin theOutputsof aDevice. - BUG-4526 - The
CommandwithCommandTypevalueCRYPTO_MAPnow exists for theOSvaluesIOSandIOS_XEin theOutputsof aDevice. - BUG-25204 - The
CommandwithCommandTypevalueCONFIGwas modified for theOSvalueF5in some cases by addinglist cm device-group,list ltm profile http-compression, andlist wom profile isessionin 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.