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.4
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.5
Choose a head ref
  • 10 commits
  • 20 files changed
  • 3 contributors

Commits on Sep 10, 2024

  1. Bump version to 8.0.5

    roji committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    bc433c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Fix sequential read for NpgsqlPath (#5845)

    Fixes #5844
    
    (cherry picked from commit 7de5d71)
    vonzshik committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ae45245 View commit details
    Browse the repository at this point in the history
  2. Fix reading numerics with big scale difference (#5851)

    Fixes #5848
    
    (cherry picked from commit 9ca526b)
    vonzshik committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    864b999 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Fix explicit prepare/unprepare after error 0A000 (#5869)

    Fixes #5864
    
    (cherry picked from commit 39e38fd)
    vonzshik committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    30e8144 View commit details
    Browse the repository at this point in the history
  2. Fix writing non-normalized Nodatime's periods (#5868)

    Fixes #5867
    
    (cherry picked from commit 7062c5c)
    vonzshik committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b1ee09e View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Fix explicit preparation replacing automatically prepared one (#5874)

    Fixes #5873
    
    (cherry picked from commit 602ef9a)
    vonzshik committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1186b88 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Bump System.Text.Json to 8.0.5 (CVE) (#5875)

    See GHSA-8g4q-xg66-9fp4
    
    (cherry picked from commit 9a0f32c)
    roji committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    db29ff3 View commit details
    Browse the repository at this point in the history
  2. Fix NRE with default NpgsqlPolygon and NpgsqlPath (#5860)

    Fixes #5854
    
    (cherry picked from commit e433ce1)
    vonzshik committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    c4a23cc View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Fix writing composites with enum (#5837)

    Fixes #5835
    
    Co-authored-by: Nino Floris <mail@ninofloris.com>
    (cherry picked from commit 53b9fa5)
    vonzshik and NinoFloris committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    8a19263 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e914cc View commit details
    Browse the repository at this point in the history
Loading