Releases: DataDog/dd-apm-test-agent
Releases · DataDog/dd-apm-test-agent
1.27.2
Bug Fixes
- The agent requires any span_event array_value to be wrapped in a {values: [...]} object. This reflects this requirement from the SpanEvent prototype here.
1.27.1
Bug Fixes
- Ensures
runc
and containerd
are installed in the docker image.
1.27.0
New Features
- Support a vcr cassette for OpenAI from Vercel AI SDK requests.
1.26.0
New Features
- Support a vcr cassette for openai responses api streams that end with an incomplete chunk.
1.25.0
New Features
- Support anthropic vcr cassettes.
1.24.1
Bug Fixes
- Provider VCR: Fixes normalization support for a different form data boundary format used by the Node.js runtime.
1.24.0
New Features
- Provider snapshot server: Introduces a provider snapshot server that can be used to record and play back provider API requests. The first unique request is forwarded to the provider API, and the response is recorded to a cassette that can be played back later in the session, or at any time if persisted to the test agent.
1.23.1
Bug Fixes
- Adds /evp_proxy/v2/ as one of the endpoints listed from the /info endpoint.
1.23.0
New Features
- Add /evp_proxy/v2/api/intake/llm-obs/v1/eval-metric and /evp_proxy/v2/api/intake/llm-obs/v2/eval-metric endpoints to collect LLM Observability evaluation metric payload requests.
1.22.1
Bug Fixes
- Actually make the SNAPSHOT_REGEX_PLACEHOLDERS feature also work during comparison, and not only generation.