Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: socketio/socket.io-client-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: socket.io-client-2.0.0
Choose a base ref
...
head repository: socketio/socket.io-client-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: socket.io-client-2.0.1
Choose a head ref
  • 17 commits
  • 34 files changed
  • 1 contributor

Commits on Dec 15, 2020

  1. Configuration menu
    Copy the full SHA
    4627329 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    6a2e0f4 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    dee6bb9 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Configuration menu
    Copy the full SHA
    aeecf9e View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Configuration menu
    Copy the full SHA
    90d0d4e View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. 1 Configuration menu
    Copy the full SHA
    6514041 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    275cd1b View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. docs: update compatibility table with Socket.IO v4

    There is no breaking change at the protocol level.
    
    Reference: https://socket.io/blog/socket-io-4-release/
    darrachequesne committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    615942b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    5b5b91c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2e24ea View commit details
    Browse the repository at this point in the history
  3. fix: fix usage with ws:// scheme

    The URL constructor does not support the ws:// scheme, and would throw:
    
    > java.net.MalformedURLException: unknown protocol: ws
    
    Related:
    
    - #650
    - #555
    - #233
    darrachequesne committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    67fd5f3 View commit details
    Browse the repository at this point in the history
  4. test: cleanup URISyntaxException exceptions

    Note: we cannot update the `IO.socket(uri: string)` method without
    doing a breaking change.
    darrachequesne committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    a4053e8 View commit details
    Browse the repository at this point in the history
  5. refactor: minor cleanup

    - replace explicit types by <>
    - remove unnecessary interface modifiers
    darrachequesne committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    48fec45 View commit details
    Browse the repository at this point in the history
  6. fix: ensure buffered events are sent in order

    Before this commit, an event sent in the "connect" handler could be
    sent before the events that were buffered while disconnected.
    
    Related: socketio/socket.io-client#1458
    darrachequesne committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    4885e7d View commit details
    Browse the repository at this point in the history
  7. fix: ensure the payload format is valid

    This commit should prevent some NPE issues encountered after the
    parsing of the packet.
    
    Related:
    
    - #642
    - #609
    - #505
    darrachequesne committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    e8ffe9d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d324e7f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b46da92 View commit details
    Browse the repository at this point in the history
Loading