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

Commits on Feb 15, 2023

  1. Bump version to 7.0.4

    roji committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    0d3e8ad View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Replace --output with --property for pack in ci to fix 7.0.2 breaking…

    … change (#4938)
    
    dotnet/sdk#30625 (comment)
    (cherry picked from commit 09fa2a2)
    vonzshik authored and roji committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    aed225e View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Fix closing unpooled connection with transaction scope (#4964)

    Fixes #4963
    
    (cherry picked from commit bceb9e1)
    vonzshik committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    5940643 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Fix release nuget pack in CI

    (cherry picked from commit eabbc8a)
    roji committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    e9b6ea4 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Dispose X509Certificate2 when the connector is cleaned up (#4975)

    Fixes #4969
    
    (cherry picked from commit caa6b2a)
    roji committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    bb0623e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Add SupportsSavepoints property to NpgsqlTransaction (#4978)

    (cherry picked from commit c2ecdbb)
    bigjonroberts authored and roji committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    7c19344 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Clone connection string builder when building data source (#5000)

    (cherry picked from commit 1566d76)
    roji committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    5e0141f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Check the message after sending a PasswordMessage (#5006)

    (cherry picked from commit fbc7538)
    yoshihikoueno authored and roji committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    ca43399 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Correct docs on DI lifetime (#5020)

    (cherry picked from commit b28ea2e)
    roji committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    597c481 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Fix a possible timeout with gss/sspi auth (#5028)

    Fixes #4888
    
    (cherry picked from commit ae3309f)
    vonzshik committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    acd3d5e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Fix deadlock while cancelling a query (#5033)

    Fixes #5032
    
    (cherry picked from commit 276bb7d)
    vonzshik committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    72bef2b View commit details
    Browse the repository at this point in the history
Loading