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: rsocket/rsocket-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.2
Choose a base ref
...
head repository: rsocket/rsocket-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.3
Choose a head ref
  • 12 commits
  • 32 files changed
  • 5 contributors

Commits on Aug 6, 2022

  1. updates version

    OlegDokuka authored Aug 6, 2022
    Configuration menu
    Copy the full SHA
    ef826de View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. moves error propagation out of the synchronise to avoid deadlock (#1060)

    (cherry picked from commit 6426e45)
    OlegDokuka authored and OlegDokuka committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    1fe2d64 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. Configuration menu
    Copy the full SHA
    d330a32 View commit details
    Browse the repository at this point in the history
  2. updates GA config

    Signed-off-by: Oleh Dokuka <odokuka@vmware.com>
    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    Signed-off-by: OlegDokuka <odokuka@vmware.com>
    OlegDokuka committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    8142987 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    52f4583 View commit details
    Browse the repository at this point in the history
  2. adds message counting to protect against malicious overflow (#1067)

    Co-authored-by: Rossen Stoyanchev <rstoyanchev@users.noreply.github.com>
    OlegDokuka and rstoyanchev authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    af021d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    f15c14a View commit details
    Browse the repository at this point in the history
  2. updates versions

    Signed-off-by: Oleh Dokuka <odokuka@vmware.com>
    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    Oleh Dokuka authored and OlegDokuka committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    bde2a1b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. introduces onClose listener for RSocketClient

    Signed-off-by: Oleh Dokuka <odokuka@vmware.com>
    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    Oleh Dokuka authored and OlegDokuka committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    ac96b8e View commit details
    Browse the repository at this point in the history
  2. introduces .connect method

    Signed-off-by: Oleh Dokuka <odokuka@vmware.com>
    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    Co-authored-by: Rossen Stoyanchev <rstoyanchev@users.noreply.github.com>
    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    2 people authored and OlegDokuka committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    01f5458 View commit details
    Browse the repository at this point in the history
  3. updates JMH lib version

    Signed-off-by: Oleh Dokuka <odokuka@vmware.com>
    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    OlegDokuka committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    9804688 View commit details
    Browse the repository at this point in the history
  4. improves BaseDuplexConnection and related subclasses

    Signed-off-by: Oleh Dokuka <odokuka@vmware.com>
    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    OlegDokuka committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    000f6da View commit details
    Browse the repository at this point in the history
Loading