v1.84.6 - CrowdStrike AIDR Identity Capture
Deploy this version​
- Docker
- Pip
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
docker.litellm.ai/berriai/litellm:1.84.6
pip install litellm==1.84.6
v1.84.6 is a patch release on top of v1.84.5. It backports CrowdStrike AIDR user and model metadata capture, plus a follow-up fix so identity is read from both metadata bags rather than being dropped when a request carries litellm_metadata.
What's Changed​
- feat(guardrails): capture CrowdStrike AIDR user and model metadata - PR #29517
- fix(guardrails): read CrowdStrike AIDR identity from both metadata bags - PR #29991
Full Changelog​
https://github.com/BerriAI/litellm/compare/v1.84.5...v1.84.6