Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

39 lines (29 loc) · 1.04 KB

Changelog

1.0.0

  • Initial release.
  • Documentation in readthedocs.com (75%).
  • Added XML and YAML content type support.
  • Added XML and YAML parameter schema.

1.0.1

  • Fix error in selecting fields.

1.0.2

  • Fix error to get exact match in query.
  • Improved execution of action as daemon.
  • Force execution of request even if the LCP operation failed.
  • Accept list of strings for eBPF-Program code.
  • Added Event management.
  • Added Algorithm management.
  • Fixed heartbeat period.
  • Stdout and stderr response format: plain, lines, and JSON.

1.0.3

  • Added option to force the use of HTTPS instead of HTTP.
  • Added support to enable/disable HTTP Authentication.
  • Added pipeline management with CRUD operations.

1.0.4

  • Replaced HTTP Basic with JWT Authentication.
  • Enhanced Log configuration.
  • Preliminary common structure for pipeline.
  • Added encoding_scheme in catalog/algorithm.
  • Added deployment_source in catalog/agent.
  • Added agent_instance_ids and algorithm_instance_ids in pipeline.
  • Added endpoint for LCP communication.