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: npgsql/npgsql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.3
Choose a base ref
...
head repository: npgsql/npgsql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.4
Choose a head ref
  • 20 commits
  • 41 files changed
  • 5 contributors

Commits on May 9, 2024

  1. Bump version to 8.0.4

    roji committed May 9, 2024
    Configuration menu
    Copy the full SHA
    86b9938 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Fix command text with batching for OpenTelemetry (#5706)

    Fixes #5660
    
    (cherry picked from commit dc0d22e)
    vonzshik committed May 18, 2024
    Configuration menu
    Copy the full SHA
    b72749d View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Fix message overflow tests with multiplexing (#5713)

    (cherry picked from commit 4c06c69)
    vonzshik committed May 19, 2024
    Configuration menu
    Copy the full SHA
    e8ddff7 View commit details
    Browse the repository at this point in the history
  2. Reset AllResultTypesAreUnknown and UnknownResultTypeList for cached c…

    …ommands (#5712)
    
    Fixes #5690
    
    (cherry picked from commit 1d68fb9)
    vonzshik committed May 19, 2024
    Configuration menu
    Copy the full SHA
    c4877fb View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Widen the DBNull check so it also applies to object typed DBNull valu…

    …es. (#5738)
    
    Fixes #5716
    
    (cherry picked from commit 663488d)
    NinoFloris committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3911f9a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Fix unsafe cast (#5732)

    (cherry picked from commit 81e2f6e)
    NinoFloris committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1312c64 View commit details
    Browse the repository at this point in the history
  2. Throw instead of saturate on Size overflow (#5735)

    Fixes #5722
    
    (cherry picked from commit 80acce2)
    NinoFloris committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    bd5e3d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Add missing EnableX methods to slim builder (#5682)

    Fixes #5733
    
    (cherry picked from commit a1459d5)
    NinoFloris committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    a85371d View commit details
    Browse the repository at this point in the history
  2. Fix connect timeout when resolving to multiple IPs (#5739)

    (cherry picked from commit 447387c)
    EdeMeijer authored and NinoFloris committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    661be14 View commit details
    Browse the repository at this point in the history
  3. Ifdef Timespan division

    NinoFloris committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ff5d146 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Add the field (column) name to ReplicationValue (#5719)

    * Add the field (column) name to ReplicationValue and add test for field information accessor methods
    
    Closes #5718
    
    (cherry picked from commit d36b2f5)
    Brar committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    d3d8a85 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Fix tracing activity leak with multiplexing (#5765)

    Fixes #5764
    
    (cherry picked from commit 792b5d2)
    vonzshik committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    1f18d97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9c4c75 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Support more unknown result types (#5768)

    Closes #5754
    
    (cherry picked from commit 334c907)
    NinoFloris committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    5fa21c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Bump System.Text.Json to 8.0.4 (#5787)

    (cherry picked from commit a9bfb4a)
    roji committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2cca021 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d03c487 View commit details
    Browse the repository at this point in the history
  3. Ignore parameters with ParameterDirection.ReturnValue (#5796)

    (cherry picked from commit 28d41bf)
    vonzshik authored and roji committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a220780 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Fix unpooled connection return with multiple hosts (#5784)

    Fixes #5783
    
    (cherry picked from commit 3fce77d)
    vonzshik committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    5239d91 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. User resolver PgTypeInfo reuse (#5737)

    (cherry picked from commit 6c867d8)
    NinoFloris committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f33567b View commit details
    Browse the repository at this point in the history
  2. Fix sending cancellation request if it's requested while reading prep…

    …ended responses (#5774)
    
    Fixes #5191
    
    (cherry picked from commit 8473d72)
    vonzshik committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6990cce View commit details
    Browse the repository at this point in the history
Loading