Releases: SAP/STARS
Releases · SAP/STARS
Release 0.6.4
Immutable
release. Only release title and notes can be modified.
Added
- support for gemini-2.5-flash-lite model
Release 0.6.3
Immutable
release. Only release title and notes can be modified.
Added
- support new models from perplexity (sonar and sonar-pro) and from anthropic (claude-4.5-sonnet)
Release 0.6.2
Immutable
release. Only release title and notes can be modified.
Changed
- Re-structure the code of the
main.py(launching the backend) into different files - Use python3.12 instead of 3.11 as base image for backend's docker image
Release 0.6.1
Immutable
release. Only release title and notes can be modified.
Updated
- update models with reference of official sap note from September (add
mistral-medium)
Changed
- do not require mandatory tracing
Fixed
- Fix gptfuzz call
Chore
- Add some optimization strategies to Dockerfile to try to respect the memory limit imposed by gha
Release 0.6.0
Immutable
release. Only release title and notes can be modified.
Added
- Crescendo and PAIR attacks (with pyrit)
run_allcli and route to scan one model using all the tools
Release 0.5.0
Added
- Support most recent models (see SAP's August note)
- Support
uv
Changed
- Replace the old
generative-ai-hub-sdklibrary with the newsap-ai-gen-sdk - Backend connection is injected at frontend startup (instead of statically linked at build-time)
Minor
- Several maintenance tasks (new gha for docker images builds, AI Pr bot, fixed eslint)
Release 0.4.0
Added
- garak tool and 8 of its attacks
Fixed
- Connection errors when
ollamais off
Release 0.3.1
Fixes
- Bump pyrit attack code to use v0.9.x
- Fix CORS setup
- Fix ArtPrompt bug when missing nltk English stopwords
Release 0.3.0
Added
- New dashboard with results from scans (built at runtime, results updated after each scan)
- Dedicated frontend page for the dashboard
- Support for models released in June 2025 on AI Core
- Docker configurations
Changed
- Agent LLM and embedding model are no longer hardcoded, and can be configured by users (#43 )
- Enlarge the max tokens limit for agent text generation
- Set codeattack successful results when the judge score is > 3 (was >2 before)
Fixed
- Align return structure of attacks
- Fix ollama runtime error when listing available models
- Fix runtime promptmap exception due to empty system prompt
Release 0.2.1
Added
- Support mistral-large via AI Core
- Support remote ollama models
Previous Next