Releases: microsoft/project-freta
Releases · microsoft/project-freta
v0.22.0
v0.21.0
v0.20.0
v0.18.0
v0.17.0
- Updated
analyze-az-vmexample to support downloading thereport.jsonupon completion - Added context to assist in understanding IO errors
- Added
freta::client::Config::default() - Replaced
freta::client::Config::load_or_defaultwithfreta::client::Config::load - Updated
freta artifactssubcommands to wait for the image analysis to complete before performing specified action - Updated
freta::models::analysis::memory::VirtualMemoryto use num-traits - Updated report schema to include VMA page flags
- Updated third-party libraries
v0.16.0
freta images delete,freta images reanalyze, andfreta images monitornow support specifying multiple Image Ids- Portions of the report data structures are now available in the freta rust crate
- Updated report schema
- Move to using tracing and tracing-subscriber
- Updates third-party libraries
v0.15.0
freta::Clientno longer requires beingmutto usefreta::Client::with_configcan be used to construct afreta::Clientwith afreta::Configdirectly without saving the config to disk.freta::Config.ignore_login_cachecan be used to ignore cached login tokens- Updates third-party libraries
- Move to using
build.rsto embed third-party license details
v0.14.0
- Updated third-party dependencies
- Modified
freta configto have three separate subcommands,freta config reset: resets the configuration to the defaultfreta config update: updates the existing configurationfreta config get: gets the current configuration
- Fixed an issue invaliding cached login tokens after changing the client configuration
v0.13.0
v0.12.0
- Updates the
analyze-az-vmexample to useDefaultAzureCredential - Adds support to configure user-enabled webhooks
- Adds an example web service that demonstrates receiving webhooks
- Updates dependencies
- Adds a utility to generate
JsonSchemafiles for the various schemas supported by Freta - Adds a
JsonSchemafor the Webhook events - Addresses an issue when attempting to uploading a memory snapshot that does not exist