Skip to content

Breaking changes #827

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Nov 2, 2024
Merged

Breaking changes #827

merged 25 commits into from
Nov 2, 2024

Conversation

EmilianoSanchez
Copy link
Contributor

@EmilianoSanchez EmilianoSanchez commented Oct 4, 2024

JS SDK

What did you accomplish?

  • Drop support for NodeJS v6. The SDK now requires NodeJS v14 or above.
  • Removed internal ponyfills for the Map and Set global objects, dropping support for IE and other outdated browsers. The SDK now requires the runtime environment to support these features natively or provide a polyfill.
  • Removed the deprecated GOOGLE_ANALYTICS_TO_SPLIT and SPLIT_TO_GOOGLE_ANALYTICS integrations.
  • Removed the core.trafficType configuration option and the trafficType parameter from the SDK client() method in Browser (SplitIO.IBrowserSDK['client']). As a result, traffic types can no longer be bound to SDK clients, and the traffic type must be provided in the track method.
  • TypeScript definition updates.

How do we test the changes introduced in this PR?

  • E2E tests.

Extra Notes

@EmilianoSanchez EmilianoSanchez changed the base branch from SDKS-8407_baseline to add_factory_destroy_method October 8, 2024 18:39
@EmilianoSanchez EmilianoSanchez changed the base branch from add_factory_destroy_method to rename_dist_folders October 8, 2024 20:57
@EmilianoSanchez EmilianoSanchez marked this pull request as ready for review October 8, 2024 20:57
@EmilianoSanchez EmilianoSanchez requested a review from a team as a code owner October 8, 2024 20:57
@EmilianoSanchez EmilianoSanchez merged commit ea5e43a into rename_dist_folders Nov 2, 2024
1 check passed
@EmilianoSanchez EmilianoSanchez deleted the breaking_changes branch November 2, 2024 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant