CARVIEW |
Navigation Menu
-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Releases: DapperLib/Dapper
2.1.66
bd4f75b
Compare
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
- TFM update; +net8 (LTS), -net5, -net7 by @mgravell in #2144
- normalize async API surface over all TFMs by @mgravell in #2144
- disable DateOnly / TimeOnly support by @mgravell in #2080
- change dapper-plus citation by @mgravell in #2083
- Do not close the inner reader when disposing wrapped data readers by @0xced in #2100
- CI - update pgsql to 13 by @mgravell in #2119
- Fix #2113 by @goerch in #2118
- update package refs and fixup by @mgravell in #2120
- add mention of MariaDB to Readme.md by @robertsilen in #2116
- Improve performance of "queryunbuffered", and correctness of "first" APIs by @mgravell in #2121
- Properly handle value types when setting properties on dynamic objects returned by Dapper queries by @alatanza in #2122
- Mark AddTypeHandlerImpl as obsolete and prevent lost updates via AddTypeHandler by @mgravell in #2129
- Build: Update Postgres script by @NickCraver in #2130
New Contributors
- @goerch made their first contribution in #2118
- @robertsilen made their first contribution in #2116
- @alatanza made their first contribution in #2122
Full Changelog: 2.1.44...2.1.66
Assets 2
2.1.44
b51cc77
Compare
(fixes NuGet readme)
Full Changelog: 2.1.42...2.1.44
Assets 2
2.1.42
fa9c96a
Compare
Assets 2
2.1.37
402f20c
Compare
What's Changed
- string and byte[] : add UseGetFieldValue by @mgravell in #2050
- implement DateOnly/TimeOnly by @mgravell in #2051
Full Changelog: 2.1.35...2.1.37
Assets 2
2.1.35
360367c
Compare
What's Changed
- Fix issue #1164 - arithmetic overflow for unsigned integer mapping by @rukpet in #1795
- Exposing the transaction used in class Database. by @kbilsted in #2038
- dapper.rainbow guide by @kbilsted in #2043
- Fix build error caused by read only property #2044 by @DarylJtn in #2045
- Fix the path to Dapper.Rainbow readme by @idormenco in #2047
- add REVERT to CommandText checklist by @mgravell in #2048
- CI: use preinstalled sdk by @mgravell in #2042
New Contributors
- @rukpet made their first contribution in #1795
- @kbilsted made their first contribution in #2038
- @DarylJtn made their first contribution in #2045
- @idormenco made their first contribution in #2047
Full Changelog: 2.1.28...2.1.35
Assets 2
2.1.28
d7c1603
Compare
What's Changed
- Fix codegen error in value-type multimap #2005 by @mgravell in #2022
- Fixed documentation to read better by @0nly1ken0bi in #2008
- Fixed comments by @ronwarner in #2010
- Update benchmarks with latest results. by @kant2002 in #2016
New Contributors
- @0nly1ken0bi made their first contribution in #2008
- @ronwarner made their first contribution in #2010
Full Changelog: 2.1.24...2.1.28
Assets 2
2.1.24
c46c69a
Compare
What's Changed
- Improve
null
handling onICustomQueryParameter
(and add newDbString
.ctor) by @mgravell in #2003 - build: Restore MySQL by @NickCraver in #1998
- docs: Update Readme.md by @billrob in #2002
New Contributors
Full Changelog: 2.1.21...2.1.24
Assets 2
2.1.21
947b582
Compare
What's Changed
- expand auto-sproc detection to handle more scenarios and explicit exclusions by @mgravell in #1989 and #1995
- include ExplicitConstructorAttribute's targets to constructor&method by @DeagleGross in #1982
- Update Readme.md by @tingham in #1994
- fix #1993 - prefer non-normalized property name by @mgravell in #1997
- (build/CI) mysql on CI has gone rogue; disabled for now by @mgravell in #1996
New Contributors
- @DeagleGross made their first contribution in #1982
- @tingham made their first contribution in #1994
Full Changelog: 2.1.15...2.1.21
Assets 2
2.1.15
cdadfa6
Compare
What's Changed
- change NRT for ITypeMap.GetConstructorParameter by @mgravell in #1980
- whitespace for auto-SP detection: use unicode spec via regex by @mgravell in #1987
Full Changelog: 2.1.11...2.1.15
Assets 2
2.1.11
Compare
What's Changed
- Auto-detect stored procedures as anything without whitespace by @mgravell in #1975
- Add DuckDB tests by @Giorgi in #1970
- Add a setting to turn off Ole Db anonymous parameter check by @Giorgi in #1974
- Revert $ check for OLEDB anonymous parameters by @mgravell in #1979
- Change nullability annotation for ITypeMap.GetConstructorParameter by @mgravell in #1980
Full Changelog: 2.1.4...2.1.11