Skip to content

@rudderstack/analytics-js@3.12.0

Compare
Choose a tag to compare
@saikumarrs saikumarrs released this 28 Jan 14:45
· 31 commits to develop since this release
5f087eb

3.12.0 (2025-01-24)

Dependency Updates

  • @rudderstack/analytics-js-cookies updated to version 0.4.19
  • @rudderstack/analytics-js-common updated to version 3.15.0
  • @rudderstack/analytics-js-plugins updated to version 3.6.22

Features

  • lock plugins and integrations version by default (#1956) (45e716e)
    • Plugins and integration SDKs will now be loaded from a versioned directory (/3.x.y/) on the CDN instead of the common /v3/ path.
    • This ensures that SDK updates do not unexpectedly break existing integrations due to changes in dependencies.
    • If you are using a CDN proxy, ensure that it does not block requests to versioned paths like /3.13.0/, otherwise the SDK will not load correctly.