Skip to content

Releases: NVIDIA-AI-Blueprints/vulnerability-analysis

2.1.0

02 Dec 22:51
a5206c9

Choose a tag to compare

What's Changed

Notable Features and Improvements

Bug Fixes

  • Change data model to match new Ubuntu API to remove validation error by @katherineh123 in #134

Breaking Changes

  • migrating to nat 1.2.0 by @katherineh123 in #121

    • Updates to NeMo Agent Toolkit 1.2.0 which renames aiqtoolkit dependency to nvidia-nat, and renames aiq CLI to nat. See migration guide for more info, and see NAT v1.2.0 release notes for a full list of breaking changes.
  • Update to latest nvidia-nat 1.3 by @efajardo-nv in #131

    • Updates to NeMo Agent Toolkit 1.3 which introduces several breaking changes for users directly modifying the blueprint using NAT. Notably, it converts several get_* functions to async. See NAT v1.3.0 release notes for a full list of breaking changes.
  • Update to NAT 1.3.1 by @efajardo-nv in #149

    • Updates to NeMo Agent Toolkit 1.3.1 which adds support for the --dask_workers option in the nat serve command. When using the /generate/async endpoint, you can now use --dask_workers=threads to configure the Dask scheduler to use threaded workers instead of process-based workers, allowing print statements and logging from your workflow to appear directly in the server logs. For more information about available flags for the nat serve command, refer to the NeMo Agent Toolkit API Server documentation.
  • Global llm_max_rate for cve_agent workflow by @efajardo-nv in #152

    • The max_concurrency parameter in the cve_agent function is now deprecated and will be removed in a future version. Please use llm_max_rate (requests per second) instead for better rate limiting control. If both parameters are specified, llm_max_rate takes precedence. For backward compatibility, max_concurrency is currently treated as llm_max_rate (requests/second) when specified, but will display a deprecation warning. Update your configurations to use llm_max_rate to avoid warnings and ensure future compatibility.

Other Changes

New Contributors

Full Changelog: 2.0.1...2.1.0

2.0.1

21 Jul 17:49
569efa4

Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

2.0.0

30 Jun 23:13
6942202

Choose a tag to compare

Major Updates

Key Features

What's Changed

New Contributors

Read more

1.0.0

30 Dec 20:53
1.0.0
4ab3ea9

Choose a tag to compare

Initial blueprint release

What's Changed

Full Changelog: https://github.com/NVIDIA-AI-Blueprints/vulnerability-analysis/commits/1.0.0