Skip to content

Latest commit

 

History

History
428 lines (210 loc) · 20.8 KB

CHANGELOG.md

File metadata and controls

428 lines (210 loc) · 20.8 KB

2.1.2 (2023-12-07)

Bug Fixes

  • update dd trace to 4.20 (nice) (c61ca6f)

2.1.1 (2023-11-14)

Bug Fixes

2.1.1-alpha.2 (2023-11-14)

Bug Fixes

  • remove tslib dependency (9492b91)
  • support helper functions (f899325)

2.1.1-alpha.1 (2023-10-24)

Bug Fixes

2.1.0 (2023-09-04)

Bug Fixes

  • infer tslib as a dependency when using importHelpers (185a9ab)

Features

2.1.0-alpha.2 (2023-09-04)

Bug Fixes

  • infer tslib as a dependency when using importHelpers (185a9ab)

2.1.0-alpha.1 (2023-09-04)

Features

2.0.2 (2023-09-04)

Bug Fixes

  • do not expose authToken (1907768)

2.0.2-alpha.1 (2023-09-01)

Bug Fixes

  • do not expose authToken (1907768)

2.0.1 (2023-08-21)

Bug Fixes

  • import LogsInitConfiguration from base entry point (8f65ada)

2.0.1-alpha.1 (2023-08-20)

Bug Fixes

  • import LogsInitConfiguration from base entry point (8f65ada)

2.0.0 (2023-07-14)

Features

  • cli: change BUILD_DIR and PUBLIC_PATH env variables to --buildDir and --publicPath cmd args (#22) (76c24b2)

BREAKING CHANGES

  • cli: BUILD_DIR env var is --buildDir arg and PUBLIC_PATH is --publicPath now

2.0.0-alpha.1 (2023-07-14)

Features

  • cli: change BUILD_DIR and PUBLIC_PATH env variables to --buildDir and --publicPath cmd args (#22) (76c24b2)

BREAKING CHANGES

  • cli: BUILD_DIR env var is --buildDir arg and PUBLIC_PATH is --publicPath now

1.3.0-alpha.2 (2023-07-14)

Reverts

  • Revert "feat(cli): change BUILD_DIR and PUBLIC_PATH env variables to --buildDir and --publicPath cmd args" (bca0de0)

1.3.0-alpha.1 (2023-07-14)

Features

  • cli: change BUILD_DIR and PUBLIC_PATH env variables to --buildDir and --publicPath cmd args (d7f48e3)

1.2.2 (2023-07-06)

Bug Fixes

  • client: add "sideEffects": false to package.json (237117f)
  • cli: fix version of @datadog/datadog-ci@^2.11.0 (5da7b3d)

1.2.2-alpha.2 (2023-07-06)

Bug Fixes

  • cli: fix version of @datadog/datadog-ci@^2.11.0 (5da7b3d)

1.2.2-alpha.1 (2023-07-05)

Bug Fixes

  • client: add "sideEffects": false to package.json (237117f)

1.2.1 (2023-07-04)

Bug Fixes

  • cli: fail when not enough env vars (4fdb1dd)
  • execute datadog-ci using npx (659c371)
  • redefine datadog-ci bin for pnpm support (9e45ae3)

1.2.1-alpha.3 (2023-06-30)

Bug Fixes

  • execute datadog-ci using npx (659c371)

1.2.1-alpha.2 (2023-06-30)

Bug Fixes

  • redefine datadog-ci bin for pnpm support (9e45ae3)

1.2.1-alpha.1 (2023-06-30)

Bug Fixes

  • cli: fail when not enough env vars (4fdb1dd)

1.2.0 (2023-06-23)

Features

  • attempt to remove side effect in BrowserMonitoringService.ts (c55dc0e)
  • cli: fail when not enough env vars (7351eff)

1.2.0-alpha.2 (2023-06-23)

Features

  • cli: fail when not enough env vars (7351eff)

1.2.0-alpha.1 (2023-06-23)

Features

  • attempt to remove side effect in BrowserMonitoringService.ts (c55dc0e)

1.1.0 (2023-06-21)

Features

1.0.0 (2023-06-21)

Bug Fixes

  • browser: fix TS (70a785b)
  • client,serve: pass additional config to loger via constructor (2cd760a)
  • iso: update console logger to avoid logging extra undefined (2853f2b)
  • server: remove initTracing from server import to avoid node modules import from tracing (3d94832)

Features

  • add server monitoring system, extract common interface (5148f5d)
  • add single entry point for all but tracing, (5dbd9fe)
  • browser monitoring service and basic setup (59fa779)
  • browser,server: add possibility to provide internal config, add tests (88ac056)
  • browser: move DD init to constructor,update DD config, add debug, warn and error methods (6d658ed)
  • cli: add cli script to upload sourcemaps (not tested) (4c50a05)
  • cli: add initServerMonitoring and initTracing (13b4fe8)
  • cli: expose initTracing (4c98216)
  • expose browser and main fields (7875d82)
  • remove extra fields from package.json, update README.md (0864fb2)
  • remove single entry point to avoid overbundling (09e5f2a)
  • replace client with browser export (81fb4de)
  • server,client: make all RemoteMonitoringServiceParams optional (4cdbe49)
  • server: add PinoWrapper to pass context when logging (9966043)

BREAKING CHANGES

  • root import won't work anymore
  • root import won't work, only import of specific modules
  • client import won't work, replace with browser
  • add exports, so dist folder won't work anymore when importing
  • server: remove initTracing from server import
  • iso: removed root index file

1.0.0 (2023-06-21)

Bug Fixes

  • browser: fix TS (70a785b)
  • client,serve: pass additional config to loger via constructor (2cd760a)
  • iso: update console logger to avoid logging extra undefined (2853f2b)
  • server: remove initTracing from server import to avoid node modules import from tracing (3d94832)

Features

  • add server monitoring system, extract common interface (5148f5d)
  • add single entry point for all but tracing, (5dbd9fe)
  • browser monitoring service and basic setup (59fa779)
  • browser,server: add possibility to provide internal config, add tests (88ac056)
  • browser: move DD init to constructor,update DD config, add debug, warn and error methods (6d658ed)
  • cli: add cli script to upload sourcemaps (not tested) (4c50a05)
  • cli: add initServerMonitoring and initTracing (13b4fe8)
  • cli: expose initTracing (4c98216)
  • expose browser and main fields (7875d82)
  • remove extra fields from package.json, update README.md (0864fb2)
  • remove single entry point to avoid overbundling (09e5f2a)
  • replace client with browser export (81fb4de)
  • server,client: make all RemoteMonitoringServiceParams optional (4cdbe49)
  • server: add PinoWrapper to pass context when logging (9966043)

BREAKING CHANGES

  • root import won't work anymore
  • root import won't work, only import of specific modules
  • client import won't work, replace with browser
  • add exports, so dist folder won't work anymore when importing
  • server: remove initTracing from server import
  • iso: removed root index file

1.0.0-alpha.16 (2023-06-21)

Features

  • expose browser and main fields (6c3d2e1)

1.0.0-alpha.15 (2023-06-21)

Features

  • remove single entry point to avoid overbundling (99c2b9e)

BREAKING CHANGES

  • root import won't work, only import of specific modules

1.0.0-alpha.14 (2023-06-16)

Features

  • replace client with browser export (9386842)

BREAKING CHANGES

  • client import won't work, replace with browser

1.0.0-alpha.13 (2023-06-16)

Features

  • add single entry point for all but tracing, (17f9014)

BREAKING CHANGES

  • add exports, so dist folder won't work anymore when importing

1.0.0-alpha.12 (2023-06-02)

Bug Fixes

  • client,serve: pass additional config to loger via constructor (2394a1d)

1.0.0-alpha.11 (2023-05-31)

Features

  • server,client: make all RemoteMonitoringServiceParams optional (6242317)

1.0.0-alpha.10 (2023-05-30)

Features

  • server: add PinoWrapper to pass context when logging (1044f94)

1.0.0-alpha.9 (2023-05-30)

Features

  • browser,server: add possibility to provide internal config, add tests (c528365)

1.0.0-alpha.8 (2023-05-30)

Bug Fixes

  • server: remove initTracing from server import to avoid node modules import from tracing (5b8839e)

BREAKING CHANGES

  • server: remove initTracing from server import

1.0.0-alpha.7 (2023-05-29)

Bug Fixes

  • iso: update console logger to avoid logging extra undefined (89db1e7)

BREAKING CHANGES

  • iso: removed root index file

1.0.0-alpha.6 (2023-05-29)

Features

  • cli: expose initTracing (8ff21dd)

1.0.0-alpha.5 (2023-05-29)

Features

  • cli: add initServerMonitoring and initTracing (4be4a8b)

1.0.0-alpha.4 (2023-05-24)

Features

  • cli: add cli script to upload sourcemaps (not tested) (ab29a30)

1.0.0-alpha.3 (2023-05-24)

Features

  • add server monitoring system, extract common interface (045e61d)

1.0.0-alpha.2 (2023-05-23)

Bug Fixes

Features

  • browser: move DD init to constructor,update DD config, add debug, warn and error methods (cc4c13e)

1.0.0-alpha.1 (2023-05-23)

Features

  • browser monitoring service and basic setup (6a4a351)

1.0.0 (2023-05-23)

Features

  • browser monitoring service and basic setup (6a4a351)