Skip to content

Latest commit

 

History

History
254 lines (116 loc) · 10.9 KB

CHANGELOG.md

File metadata and controls

254 lines (116 loc) · 10.9 KB

2.10.0 (2024-11-12)

Features

  • standalone: Use data attribute for 404 tracking (avoid separate script) (a793f13)

2.9.0 (2024-11-08)

Features

  • use Performance API to get response status and sample accordingly (#224) (7702404)

2.8.0 (2024-11-01)

Features

  • allow specific version for enhancer in 404 script (8511ed2)
  • enhancer-version: allow selecting a specific enhancer version in standalone (4cf9762)

2.7.0 (2024-10-17)

Features

2.6.0 (2024-09-19)

Bug Fixes

  • index: better way of setting search parameters (584de2c)
  • index: do not show question mark if no URL parameters are set (e650367)

Features

  • index: support window.RUM_PARAMS to attach custom URL parameters to collection URL (4e0d22d)
  • rum-params: in standalone replace extra params by data attributes (ec4e6ea)

2.5.3 (2024-09-18)

Bug Fixes

  • release: use github relase attachments instead of git repo checkins (6fcee18)

2.5.2 (2024-09-18)

Bug Fixes

  • release: include explicit list of assets (4452c2d)

2.5.1 (2024-09-18)

Bug Fixes

2.5.0 (2024-09-17)

Features

  • build: create hashsums for generated files (3b690ed)

2.4.0 (2024-09-09)

Features

  • Simplify script inclusion when using same domain (98073a4), closes #201

2.3.1 (2024-08-22)

Bug Fixes

  • add missing license to packaged code (#195) (7e8bfb1)

2.3.0 (2024-08-19)

Features

  • allow increasing the sampling rate up to 1/10 for specific use cases (f96e713)
  • minirum: allow increasing the sampling rate up to 1/10 for specific use cases (05f6da7), closes #156

2.2.0 (2024-08-13)

Bug Fixes

Features

  • bundle: release a standalone 404.js that can be used to track error pages (33d70b5)
  • improve errors capture (#189) (d7448eb)
  • improving enhancer loading timing (#175) (d9c690e)
  • trigger release (7d8f4e0)

2.1.4 (2024-06-05)

Bug Fixes

  • docs: don't use self-closing HTML tags (5cbe559)

2.1.3 (2024-06-05)

Bug Fixes

2.1.2 (2024-05-31)

Bug Fixes

  • avoid exceptions when error events don't have the expected structure (ac388d8)

2.1.1 (2024-05-15)

Bug Fixes

  • semantic release standalone (8be7e79)

2.1.0 (2024-05-15)

Features

  • rum-standalone: adapt rum for using standalone (9ce880c)

2.0.1 (2024-04-18)

Bug Fixes

2.0.0 (2024-01-19)

Bug Fixes

  • add checkpoint in downstream event (ca432e5)

Features

  • minirum: reduce overall code size by 50% (e8dbd19)

BREAKING CHANGES

  • minirum: instrumentation has been simplified, this requires changes in project code. Enhancer is requested from same origin, which requires CDN config change.

1.8.0 (2023-12-11)

Bug Fixes

Features

  • add noise to page view counter for privacy (e7048e6)
  • use performance api when available for timing (d5adf48)

1.7.0 (2023-10-25)

Features

  • checkpoint: track pages viewed per session (d224c64)

1.6.0 (2023-10-18)

Features

  • cwv: add support for TTFB (70b283a)

1.5.0 (2023-09-21)

Features

  • index: enable configurable base url (b1dace5)
  • index: enable relative URL as beacon destination (528ce77)
  • index: simplify code (7085202)

1.4.1 (2023-09-14)

Bug Fixes

  • cwv: add cwv metrics to known properties (a8048c5)

1.4.0 (2023-09-07)

Features

  • filter unknown properties out from the beacon (629feb7)

1.3.0 (2023-09-05)

Features

  • lower entropy of rum id. Add millis since first read (5295681)
  • lower entropy of rum id. Add millis since first read (51c0a59)

1.2.0 (2023-08-22)

Features

  • enable listeners to all RUM events, not just the sampled ones (26d9b2e)

1.1.0 (2023-06-29)

Features

  • rum: update to latest boilerplate RUM code (b2216c2)

1.0.1 (2023-01-12)

Bug Fixes

  • Use node 18 for circleci and AWS (#44) (ef58e12)

1.0.0 (2022-02-18)

Features

  • index: initial code drop, extracted from helix-project-boilerplate (7d2960b)