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: r2dbc/r2dbc-mssql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.2.RELEASE
Choose a base ref
...
head repository: r2dbc/r2dbc-mssql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.3.RELEASE
Choose a head ref
  • 11 commits
  • 26 files changed
  • 4 contributors

Commits on Jul 14, 2023

  1. Prepare next development iteration.

    [#274]
    
    Signed-off-by: Mark Paluch <[email protected]>
    mp911de committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    dae72ea View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Terminate request queue on connection error first before terminating …

    …response handlers.
    
    Terminating the request queue will ensure that no new requests will be accepted and thus that we could miss a response handler to be terminated.
    
    [#245]
    
    Signed-off-by: Mark Paluch <[email protected]>
    mp911de committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    28e24aa View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. Switch to Sonatype Central Publishing

    [resolves #299]
    
    Signed-off-by: Mark Paluch <[email protected]>
    mp911de committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    2ed8648 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. Release ByteBuf after encoding.

    Signed-off-by: Tomasz Marciniak <[email protected]>
    [resolves #279][#298]
    Tomasz-Marciniak authored and mp911de committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    922997c View commit details
    Browse the repository at this point in the history
  2. Polishing.

    Introduce ReferenceCountUtil for safe and conditional release of ReferenceCounted objects.
    
    Add missing author tags.
    
    [#279][resolves #298]
    
    Signed-off-by: Mark Paluch <[email protected]>
    mp911de committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    f9c3212 View commit details
    Browse the repository at this point in the history
  3. Added Option to set reactor.netty.resources.ConnectionProvider.

    Signed-off-by: Paul Johe <[email protected]>
    [resolves #291][#292]
    paul-kraftlauget authored and mp911de committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    162bce5 View commit details
    Browse the repository at this point in the history
  4. Polishing.

    Reorder methods, reduce nullability, add author tags.
    
    [#291][resolves #292]
    
    Signed-off-by: Mark Paluch <[email protected]>
    mp911de committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    05f724d View commit details
    Browse the repository at this point in the history
  5. Bump dependencies.

    [#300]
    
    Signed-off-by: Mark Paluch <[email protected]>
    mp911de committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    c8d6a82 View commit details
    Browse the repository at this point in the history
  6. Polishing.

    Refine logging settings to be less noisy.
    
    [#300]
    
    Signed-off-by: Mark Paluch <[email protected]>
    mp911de committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    a7e0684 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2025

  1. Update changelog.

    [#300]
    
    Signed-off-by: Mark Paluch <[email protected]>
    mp911de committed Sep 12, 2025
    Configuration menu
    Copy the full SHA
    00391a0 View commit details
    Browse the repository at this point in the history
  2. Release 1.0.3.RELEASE.

    [resolves #300]
    
    Signed-off-by: Mark Paluch <[email protected]>
    mp911de committed Sep 12, 2025
    Configuration menu
    Copy the full SHA
    0dab7ce View commit details
    Browse the repository at this point in the history
Loading