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

feat(ws): Allow passing in CompressionMethod to ClientOptions to use native node zlib #10411

Closed
wants to merge 18 commits into from

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    35005cf View commit details
    Browse the repository at this point in the history
  2. Fix options property

    JMTK committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c9fecf2 View commit details
    Browse the repository at this point in the history
  3. Address PR feedback

    JMTK committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    921ffb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Handled case where it was explicitly set to false for that iteration …

    …to not generate a nonce, and PR feedback
    JMTK committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b582b29 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into main

    JMTK committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    5277678 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Fix lint issue

    JMTK committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    5799001 View commit details
    Browse the repository at this point in the history
  2. Fix lint issue

    JMTK committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    3fe742e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into main

    JMTK committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    295bae6 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Add compression method

    JMTK committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b023081 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    2a2e810 View commit details
    Browse the repository at this point in the history
  2. Update Client.js

    JMTK committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    21c7312 View commit details
    Browse the repository at this point in the history
  3. Update TextBasedChannel.js

    JMTK committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    958127e View commit details
    Browse the repository at this point in the history
  4. Update Options.js

    JMTK committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    056e7ba View commit details
    Browse the repository at this point in the history
  5. Update Options.js

    JMTK committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    8b5d411 View commit details
    Browse the repository at this point in the history
  6. Fix lint

    JMTK committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    e6a6883 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a78f1d View commit details
    Browse the repository at this point in the history
  8. Fix wrong change

    JMTK committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    e25aa40 View commit details
    Browse the repository at this point in the history
  9. Fix lint

    JMTK committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    81c22da View commit details
    Browse the repository at this point in the history