Skip to main content
Improvements

1.3.6

Changed

  • Log when a Connector subscribes to policy data and how much data was sent, instead of printing whole datasets in debug logs
ImprovementsBug Fixes

1.3.5

Changed

  • Compress the data sent to the Connector, so loaders with very large datasets sync reliably
  • Update the satellite base images to pick up the latest security patches
  • Report the running satellite version in logs and telemetry, so it is easier to tell which version is deployed

Fixed

  • Fix policy data loader instances showing up as data discovery instances in the connected instances list
  • Improve health check reliability so the satellite no longer reports unhealthy while it is running fine
  • Fix an issue where the satellite logged errors for configuration it does not handle, or when no satellite hostname was set
New Features

1.3.4

New

  • Add the psycopg2, SQLAlchemy and pandas Python packages to the loader runtime, so loaders can query databases and shape the results directly

1.3.3

New

  • Add row data capture in logs for more precise policy evaluation, while keeping log processing reliable
  • Add API to create policy reports from policy code for faster reviews
New Features

1.3.0

New

  • Add TLS for the policy data loader gRPC server with automatic cert renewal, encrypting traffic and reducing downtime