PVX API — Changelog

Table of Contents

PVX API — Changelog #

Version 0.7.0

[0.7] #

Added #

Deprecated #

[0.6] #

Added #

Removed #

  • points function has been removed, field points should be used instead.

[0.5.1] #

Added #

[0.5] #

Added #

Changed #

[0.4] - 2020-05-27 #

Added #

Changed #

  • Renamed field capture to capture.id.
  • Clause FROM is now mandatory.
  • Improve support for mac address querying:
    • Able to match a mac address using both a continuous and non continuous mask.
    • Create non continuous mask filtering for mac address.
    • Implement IN operation for mac address using a continuous mask.
  • Order results in PVQL distinct sets.
  • Add PVQL setting limit_size_set = 100.
  • Implement glob/iglob functions for applications.
  • Ignoring case when sorting by a string field.
  • Fix can’t query dicts as values.

Removed #

  • Removed field storage from public API.