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: v10.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: v10.0.3
Choose a head ref
  • 14 commits
  • 24 files changed
  • 5 contributors

Commits on Mar 12, 2026

  1. Bump version to 10.0.3

    roji committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    e0993c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2026

  1. Add back parameterless overload of ReloadTypesAsync (#6522)

    (cherry picked from commit 3698a47)
    roji committed Apr 3, 2026
    Configuration menu
    Copy the full SHA
    4cf9e69 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2026

  1. Fix disposing mre on gss session encryption fallback (#6536)

    Fixes #6506
    
    (cherry picked from commit 01a773f)
    vonzshik committed Apr 10, 2026
    Configuration menu
    Copy the full SHA
    370d755 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2026

  1. Add additional security checks for GSS session encryption and GSS aut…

    …hentication (#6525)
    
    Closes #6523
    
    (cherry picked from commit 5f26d61)
    vonzshik committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    d599de9 View commit details
    Browse the repository at this point in the history
  2. Improve kerberos auth on windows (#6541)

    Fixes #6529
    
    (cherry picked from commit f703ef8)
    vonzshik committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    e8b6709 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2026

  1. Add consistent nullable unwrapping to dynamic resolvers (#6548)

    (cherry picked from commit 715baa7)
    NinoFloris committed Apr 20, 2026
    Configuration menu
    Copy the full SHA
    cb635a3 View commit details
    Browse the repository at this point in the history
  2. Move type loading to use the data type name constructors (#6507)

    (cherry picked from commit 63cfeb7)
    NinoFloris committed Apr 20, 2026
    Configuration menu
    Copy the full SHA
    170cd04 View commit details
    Browse the repository at this point in the history
  3. Simplify GlobalTypeMapper locking and fix races (#6538)

    (cherry picked from commit 44f1394)
    NinoFloris committed Apr 20, 2026
    Configuration menu
    Copy the full SHA
    14e994a View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2026

  1. Fix JsonNode[] missing from basic JSON types (#6549)

    (cherry picked from commit 2d91c29)
    Copilot authored and NinoFloris committed Apr 21, 2026
    Configuration menu
    Copy the full SHA
    62a2f37 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2026

  1. Fix gss encryption on windows (#6556)

    Fixes #6555
    
    (cherry picked from commit 2024d5a)
    vonzshik committed Apr 24, 2026
    Configuration menu
    Copy the full SHA
    92e3db4 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2026

  1. Fix NpgsqlMultiHostDataSource to rethrow OperationCanceledException o…

    …n cancelation while the connection is being established (#6560) (#6561)
    
    Fixes #6560
    
    (cherry picked from commit 9daecc1)
    rus-art authored and vonzshik committed May 25, 2026
    Configuration menu
    Copy the full SHA
    e6fd75b View commit details
    Browse the repository at this point in the history

Commits on May 27, 2026

  1. Bump OpenTelemetry to 1.15.3

    Security issue
    roji committed May 27, 2026
    Configuration menu
    Copy the full SHA
    1e54f37 View commit details
    Browse the repository at this point in the history
  2. Use NuGet trusted publishing (#6592)

    Switch the nuget.org release job from a long-lived API key secret to NuGet Trusted Publishing via OIDC.
    
    (cherry picked from commit 5ba8a39)
    roji committed May 27, 2026
    Configuration menu
    Copy the full SHA
    06b49a0 View commit details
    Browse the repository at this point in the history
  3. Fix nuet trusted publishing

    roji committed May 27, 2026
    Configuration menu
    Copy the full SHA
    d376839 View commit details
    Browse the repository at this point in the history
Loading