Releases: DapperLib/Dapper
Releases Β· DapperLib/Dapper
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
- 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
2.1.44
(fixes NuGet readme)
Full Changelog: 2.1.42...2.1.44
2.1.42
2.1.37
2.1.35
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
2.1.28
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
2.1.24
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
2.1.21
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
2.1.15
2.1.11
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