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