@rudderstack/analytics-js@3.12.0
·
31 commits
to develop
since this release
3.12.0 (2025-01-24)
Dependency Updates
@rudderstack/analytics-js-cookies
updated to version0.4.19
@rudderstack/analytics-js-common
updated to version3.15.0
@rudderstack/analytics-js-plugins
updated to version3.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.
- Plugins and integration SDKs will now be loaded from a versioned directory (