Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

53 lines (33 loc) · 1.52 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

Types of changes:

  • Added: for new features.
  • Changed: for changes in existing functionality.
  • Deprecated: for soon-to-be removed features.
  • Removed: for now removed features.
  • Fixed: for any bug fixes.
  • Security: in case of vulnerabilities.

[0.2.2] - 2020-12-07

Changed

  • Updated dependencies to latest sf-apis.

[0.2.1] - 2020-12-02

Fixed

  • Fixes sf.file.oid and sf.file.newoid attribute mapping.

[0.2.0] - 2020-12-01

Added

  • Adds lists and macro preprocessing to deal with usage before declarations in input policy language.
  • Adds empty handling for process flow objects.
  • Adds endswith binary operator to policy expression language.
  • Added initial documentation.

Changed

  • Updates the grammar and intepreter to support falco policies.
  • Several refactorings and performance optimizations in policy engine.
  • Tuned filter policy for k8s clusters.

Fixed

  • Fixes module names and package paths.

[0.1.0] - 2020-10-30

Added

  • First release of SysFlow Processor.