Releases · DataDog/build-plugins · GitHub
Skip to content

Releases: DataDog/build-plugins

v3.2.5

Choose a tag to compare

@sdkennedy2 sdkennedy2 released this 24 Jun 20:50
2b5f6dd

What's Changed

Full Changelog: v3.2.3...v3.2.5

v3.2.4

Choose a tag to compare

@sdkennedy2 sdkennedy2 released this 24 Jun 20:32
4966d01

What's Changed

  • [bot] Bump versions to v3.2.3 by @dd-octo-sts[bot] in #431
  • Change codeowners to DataDog/build-plugins by @sarenji in #433

Full Changelog: v3.2.3...v3.2.4

v3.2.3

Choose a tag to compare

@oliverli oliverli released this 23 Jun 19:53
6df142d

What's Changed

  • docs(live-debugger): add transformation examples and fix README outputs by @watson in #428
  • [RUM-16926] add debug_id snippet injection for cross-MFE stack trace un-minification by @amortemousque in #401
  • [APPS] Default apps plugin auth to OAuth without keys by @sdkennedy2 in #427

Full Changelog: v3.2.2...v3.2.3

v3.2.2

Choose a tag to compare

@sdkennedy2 sdkennedy2 released this 18 Jun 19:42
a07b58f

What's Changed

  • [bot] Bump versions to v3.2.1 by @dd-octo-sts[bot] in #415
  • Support optional dependency integrity by @sdkennedy2 in #421
  • chore: widen @rspack/core peer dep range to 1.x || 2.x by @yoannmoinet in #420
  • [APPS] Add OAuth auth for Apps by @otorrillas in #393

New Contributors

Full Changelog: v3.2.1...v3.2.2

v3.2.1

Choose a tag to compare

@watson watson released this 16 Jun 10:27
de6f6f7

What's Changed

  • Fix Live Debugger probe IDs with quoted method names by @watson in #409
  • Fix sequence return capture in Live Debugger by @watson in #407
  • Keep live-debugger test helpers out of shipped code by @watson in #408
  • Fix live debugger this capture before super by @watson in #406

Full Changelog: v3.2.0...v3.2.1

v3.2.0

Choose a tag to compare

@watson watson released this 11 Jun 19:04
8253d2b

What's Changed

  • Remove reference to dd-auth by @oliverli in #384
  • Centralize enable option handling in the factory by @watson in #324
  • Accept any string for auth.site, validate at startup by @oliverli in #387
  • Skip git plugin gracefully when the repo has no remotes by @oliverli in #388
  • fix: replace Node.js pipe() with Web Streams pipeThrough() to fix NotReadableError flake by @yoannmoinet in #360
  • Replace rollup-plugin-dts with dts-bundle-generator by @yoannmoinet in #370
  • [rum] Add RUM's plugin documentation by @yoannmoinet in #144
  • Fix hard-pinned Babel peer deps in published packages by @yoannmoinet in #395
  • Fix Live Debugger local capture TDZ reads by @watson in #399
  • fix live debugger sequence arrow body capture by @watson in #404
  • Fix nested paren arrow bodies in Live Debugger by @watson in #405

Full Changelog: v3.1.8...v3.2.0

v3.1.8

Choose a tag to compare

@oliverli oliverli released this 19 May 21:20
5ececab

What's Changed

  • Fix corrupted ESM bundles in published packages by @oliverli in #381

Full Changelog: v3.1.7...v3.1.8

v3.1.7

Choose a tag to compare

@sdkennedy2 sdkennedy2 released this 19 May 13:49
e1e9386

Caution

The ESM bundle in this release is corrupted due to a bug in the @rollup/plugin-esm-shim package. Use version v3.1.8 or later.

What's Changed

  • Read backend-function args from $.backendFunctionArgs to fix code injection by @oliverli in #379

Full Changelog: v3.1.6...v3.1.7

v3.1.6

Choose a tag to compare

@sdkennedy2 sdkennedy2 released this 19 May 13:31
f071e4d

Caution

The ESM bundle in this release is corrupted due to a bug in the @rollup/plugin-esm-shim package. Use version v3.1.8 or later.

What's Changed

  • Constrain auth.site to the documented Datadog sites by @oliverli in #372
  • [APPS][Connections Part 9] Refactor action catalog module scope boundary by @sdkennedy2 in #373
  • [APPS][Connections Part 10] Enrich parsed backend module records by @sdkennedy2 in #371
  • [APPS][Connections Part 11] Resolve static definitions through module graph by @sdkennedy2 in #374
  • [APPS][Connections Part 13] Resolve static string values by @sdkennedy2 in #376
  • [APPS][Connections Part 14] Use static string values for imported connection IDs by @sdkennedy2 in #377

Full Changelog: v3.1.5...v3.1.6

v3.1.5

Choose a tag to compare

@sdkennedy2 sdkennedy2 released this 19 May 13:23
62938aa

Caution

The ESM bundle in this release is corrupted due to a bug in the @rollup/plugin-esm-shim package. Use version v3.1.8 or later.

What's Changed

  • Always publish app on each upload by @oliverli in #333
  • Skip CI jobs on merge queue branches by @yoannmoinet in #334
  • [doc] RUM Privacy Plugin by @cy-moi in #243
  • [APPS] Stop exposing raw index.html standalone URL by @sdkennedy2 in #329
  • [APPS][Connections Part 1] Add backend connection manifest upload plumbing by @sdkennedy2 in #338
  • Update CODEOWNERS for apps plugin ownership by @sarenji in #343
  • [APPS] Refactor backend discovery AST parsing by @sdkennedy2 in #345
  • chore(ci): bump GitHub actions to latest version by @watson in #336
  • Source build version from shared metadata.version by @watson in #326
  • [APPS][Connections Part 1] Add internal AST traversal helper by @sdkennedy2 in #350
  • [APPS][Connections Part 2] Extract inline backend connection IDs by @sdkennedy2 in #349
  • [APPS][Connections Part 3] Resolve same-module connection ID constants by @sdkennedy2 in #351
  • [APPS][Connections Part 4] Resolve same-module connection ID object values by @sdkennedy2 in #354
  • chore: bump simple-git 3.35.1 → 3.36.0 (CVE-2026-6951) by @yoannmoinet in #344
  • Document Claude code readability conventions by @sdkennedy2 in #355
  • fix(live-debugger): exclude params from locals in instrumented code by @watson in #335
  • fix(live-debugger): emit correct sourcemaps for instrumented functions by @watson in #337
  • [APPS][Connections Part 5] Move apps Vite behavior into getVitePlugin by @sdkennedy2 in #357
  • [APPS] Fix dev backend query API origin by @sdkennedy2 in #347
  • [APPS][Connections Part 6] Build backend module graph during backend builds by @sdkennedy2 in #353
  • [APPS][Connections Part 7] Add reusable module graph walker by @sdkennedy2 in #364
  • [APPS][Connections Part 8] Traverse backend module graph for connection IDs by @sdkennedy2 in #362

New Contributors

Full Changelog: v3.1.4...v3.1.5