@rudderstack/analytics-js@3.13.0
·
118 commits
to develop
since this release
3.13.0 (2025-01-28)
Features
- lock plugins and integrations versions for npm package (#2020) (447e524)
- 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 (