New updates and improvements
from_env
method to FlareApiClient
.This allows the creation of a client from the following environment variables:FLARE_API_KEY="<key>"
FLARE_TENANT_ID="<tenant_id>"
uuid
that can be used to uniquely identify cookies.The
cookies search endpoint
now returns an imported_at
timestamp that indicates when the cookie was imported to
Flare’s database. It also has a new imported_after
filter that allows for retrieving
cookies that were imported after a given timestamp. The
Cookie Monitoring Guide
was updated with an example usage.Released new
event actions endpoint .
It allows ignoring, unignoring, remediating and unremediating events.