Skip to content
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

[SDK-3733] Make realtime transports tree-shakable #1432

Merged
merged 13 commits into from
Nov 21, 2023

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    50a934a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b818c27 View commit details
    Browse the repository at this point in the history
  3. Extract type of IPlatform.Transports

    Preparation for #1394 (making transports tree-shakable).
    lawrence-forooghian committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ebbb354 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d0a71c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17fce55 View commit details
    Browse the repository at this point in the history
  6. Use TransportName values when setting transports’ shortName

    Preparation for #1394 (making transports tree-shakable).
    lawrence-forooghian committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    a0df5f5 View commit details
    Browse the repository at this point in the history
  7. Decouple Platform.Transport’s transport order from implementations

    Preparation for #1394 (making transports tree-shakable).
    lawrence-forooghian committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    8d4e477 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4fe06fa View commit details
    Browse the repository at this point in the history
  9. Fix supportedTransports type

    Using the bare Record<string, ...> type implies that fetching from it
    will return a value for any string key, which isn’t the case.
    lawrence-forooghian committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    af25aa4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ead8662 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f05de53 View commit details
    Browse the repository at this point in the history
  12. Move supportedTransports storage into ConnectionManager instance

    Preparation for #1394 (making transports tree-shakable).
    lawrence-forooghian committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    57c09f6 View commit details
    Browse the repository at this point in the history
  13. Make transports tree-shakable

    We expose WebSocketTransport, XHRPolling, and XHRStreaming modules.
    
    Resolves #1394.
    lawrence-forooghian committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d7f9bd5 View commit details
    Browse the repository at this point in the history