Skip to content

eNMS 3.15.2

Choose a tag to compare

@afourmy afourmy released this 18 Aug 16:01
  • New "Iteration Targets" feature to replace the iteration service

  • Front-end validation of all fields accepting a python query

  • check for substitution brackets ({{ }})
  • check that the expression is valid with ast.parse
  • Add new regression test for the payload extraction and validation services

  • Payload extration refactoring:

  • Store variables in the payload global variable namespace
  • Add optional operation parameter for each variable: set / append / extend / update
  • New conversion option: "none" in case no conversion is necessary

  • No longer retrieve device configuration when querying REST API.

  • Performance improvements

  • Remove web assets

  • Refactor SQL Alchemy column declaration for MySQL compatibility

  • Hide password in Ansible service results.

  • Private properties are no longer considered for pools.