26.8.0 - Aug 18
Released: 2026-08-18
We are happy to announce the following enhancements to NQE as part of release 26.8.0.
See the full release notes for Forward Enterprise version 26.8.0.
What's New
- FWD-57832 -
MIST_APis now a value ofOS. - FWDN-12628 -
CLOUD_GENIX_PORTALis now a value ofOS. - FWDN-12629 -
SILVER_PEAK_ORCHESTRATORis now a value ofOS. - FWDN-12633 -
T128_CONDUCTORis now a value ofOS. - FWDN-12663 -
CHECKPOINT_MANAGERis now a value ofOS.
What's Fixed
- BUG-26899 & BUG-27044 - The lines that
blockDiff reports as
MissingorExtraneousnow appear in the order in which they occur in the pattern and the configuration, respectively. Previously, they could be reported out of order, which made the differences harder to read. - BUG-27027 - A query that calls ipSubnet
with an out-of-range prefix length, such as
ipSubnet("1.2.3.4/133"), now fails with a clear error message. Previously, the query terminated with a runtime error that had no message. - BUG-26793 & FWD-57274 - NQE infers a type for JSON data supplied via a literal, a data file, or a data connector. If a JSON object has more than 200 keys, then that object is now ignored. Previously, a large type was inferred, which could cause slow performance or a crash. This change was initially released in 26.7.4.
Command Changes
- FWDN-12572 - The
CommandwithCommandTypevalueHOSTNAMEwas modified for theOSvalueCHECKPOINTin some cases by addingshow device-detailsin 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.