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: v9.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: v9.0.3
Choose a head ref
  • 5 commits
  • 6 files changed
  • 4 contributors

Commits on Dec 7, 2024

  1. Bump version to 9.0.3

    roji committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    bf79379 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Add support for postgresql type names with dots (#5971)

    Fixes #5972
    
    ---------
    
    Co-authored-by: Dmitry Vasliyev <dmitry.vasilyev@veeam.com>
    (cherry picked from commit 3505dc3)
    2 people authored and vonzshik committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    7f241f2 View commit details
    Browse the repository at this point in the history
  2. Send close_notify TLS alert on connection shutdown (#5995)

    Fixes #5994
    
    (cherry picked from commit e8664e5)
    vonzshik committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    10cf87c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Always dispose RemoteCertificate on SslStream (#6022)

    Fixes #5993
    
    (cherry picked from commit 44a7ab1)
    vonzshik committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    94d0a14 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Tighten SCRAM-SHA-256 SASL check (#6023)

    (cherry picked from commit 01155b6)
    vonzshik committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    97dc173 View commit details
    Browse the repository at this point in the history
Loading