26.2.0 - Feb 17
Released: 2026-02-17
We are happy to announce the following enhancements to NQE as part of release 26.2.0.
See the full release notes for Forward Enterprise version 26.2.0.
What’s New
- FWD-35531 -
MERAKI_MRis now a value ofOS. - BUGX-2674 -
DUPLICATE_DEVICEis now a value ofDeviceCollectionError. - FWD-49323 -
\Ris now a possibleregular expression, which matches any Unicode line break sequence.
What's Fixed
- FWD-49037 - A
patternlike`{string*}`used to have typePattern<Bag<String>>but now has typePattern<List<String>>. - BUGX-2789 - For some devices with
OSvalueARISTA_EOS, the value in theserialNumberfield ofDevicePartwas only part of the full serial number. Now this field contains the full serial number for those devices.
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.