Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 20, 2025

Updated Dapper from 2.0.123 to 2.1.66.

Release notes

Sourced from Dapper's releases.

2.1.66

WARNING: DateOnly / TimeOnly support, added in 2.1.37, had multiple failure modes, and was quickly reverted pending finding the time to investigate what went wrong. The impacted packages were unlisted, with 2.1.35 being the last listed version. This is the first version after that debacle, which means if you are using the impacted 2.1.37 or similar: this version will effectively remove functionality (although it was actually disabled a very long time ago).


What's Changed

New Contributors

Full Changelog: DapperLib/Dapper@2.1.44...2.1.66

2.1.44

(fixes NuGet readme)

Full Changelog: DapperLib/Dapper@2.1.42...2.1.44

2.1.42

What's Changed

Full Changelog: DapperLib/Dapper@2.1.37...2.1.42

2.1.37

What's Changed

Full Changelog: DapperLib/Dapper@2.1.35...2.1.37

2.1.35

What's Changed

New Contributors

Full Changelog: DapperLib/Dapper@2.1.28...2.1.35

2.1.28

What's Changed

New Contributors

Full Changelog: DapperLib/Dapper@2.1.24...2.1.28

2.1.24

What's Changed

New Contributors

Full Changelog: DapperLib/Dapper@2.1.21...2.1.24

2.1.21

What's Changed

New Contributors

Full Changelog: DapperLib/Dapper@2.1.15...2.1.21

2.1.15

What's Changed

Full Changelog: DapperLib/Dapper@2.1.11...2.1.15

2.1.11

What's Changed

Full Changelog: DapperLib/Dapper@2.1.4...2.1.11

2.1.4

  • add untyped GridReader.ReadUnbufferedAsync API (#​1958 via @​mgravell)
  • tweak NRT annotations on type-handler API (#​1960 via @​mgravell, fixes #​1959)

2.1.1

  • add NRT annotations (#​1928 via @​mgravell)
  • extend GridReader API to allow it to be subclassed by external consumers (#​1928 via @​mgravell)
  • support $ as a parameter prefix (#​1952 via @​Giorgi)
  • add public API tracking (#​1948 via @​mgravell)

2.0.151

  • add global FetchSize setting for use with Oracle (#​1946 via @​mgravell, fixes #​1945) (also add some missing logic in Settings.Reset())
  • add underscore handling with constructors (#​1786 via @​jo-goro, fixes #​818; also #​1947 via @​mgravell)

2.0.143

  • add missing non-generic AsyncEnumerable<dynamic> QueryUnbufferedAsync(...) API (#​1925 via @​mgravell, fixes #​1922)
  • formally mark all struct types as readonly (#​1925 via @​mgravell)
  • reinstate fallback support for IDataReader, and implement missing DbDataReader async APIs (#​1913 via @​mgravell)

2.0.138

  • (#​1910 via @​mgravell, fix #​1907, #​1263)
    • add support for SqlDecimal and other types that need to be accessed via DbDataReader.GetFieldValue<T>
    • add an overload of AddTypeMap that supports DbDataReader.GetFieldValue<T> for additional types
    • acknowledge that in reality we only support DbDataReader; this has been true (via DbConnection) for async forever
  • (#​1912 via @​mgravell)
    • add missing AsyncEnumerable<T> QueryUnbufferedAsync<T>(...) and GridReader.ReadUnbufferedAsync<T>(...) APIs (.NET 5 and later)
    • implement IAsyncDisposable on GridReader (.NET 5 and later)

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Dapper
  dependency-version: 2.1.66
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Aug 20, 2025
@dependabot dependabot bot force-pushed the dependabot/nuget/samples/snippets/standard/data/sqlite/DapperSample/Dapper-2.1.66 branch from 1d0b27c to 61448b4 Compare August 20, 2025 19:21
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Aug 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants