Skip to content

Releases: DataDog/dd-apm-test-agent

1.27.2

02 Jul 23:51
307d87f
Compare
Choose a tag to compare

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

02 Jul 18:24
6d273ae
Compare
Choose a tag to compare

Bug Fixes

  • Ensures runc and containerd are installed in the docker image.

1.27.0

02 Jul 14:35
d4b4b67
Compare
Choose a tag to compare

New Features

  • Support a vcr cassette for OpenAI from Vercel AI SDK requests.

1.26.0

01 Jul 20:10
6ab73f7
Compare
Choose a tag to compare

New Features

  • Support a vcr cassette for openai responses api streams that end with an incomplete chunk.

1.25.0

01 Jul 19:07
84a343e
Compare
Choose a tag to compare

New Features

  • Support anthropic vcr cassettes.

1.24.1

26 Jun 14:08
9e02668
Compare
Choose a tag to compare

Bug Fixes

  • Provider VCR: Fixes normalization support for a different form data boundary format used by the Node.js runtime.

1.24.0

24 Jun 19:03
0e2c71f
Compare
Choose a tag to compare

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

23 Apr 11:29
f85ea31
Compare
Choose a tag to compare

Bug Fixes

  • Adds /evp_proxy/v2/ as one of the endpoints listed from the /info endpoint.

1.23.0

21 Apr 13:33
5539566
Compare
Choose a tag to compare

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

18 Apr 15:30
1d03df8
Compare
Choose a tag to compare

Bug Fixes

  • Actually make the SNAPSHOT_REGEX_PLACEHOLDERS feature also work during comparison, and not only generation.