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 https://github.com/DapperLib/Dapper/pull/2144
- normalize async API surface over all TFMs by @mgravell in https://github.com/DapperLib/Dapper/pull/2144
- disable DateOnly / TimeOnly support by @mgravell in https://github.com/DapperLib/Dapper/pull/2080
- change dapper-plus citation by @mgravell in https://github.com/DapperLib/Dapper/pull/2083
- Do not close the inner reader when disposing wrapped data readers by @0xced in https://github.com/DapperLib/Dapper/pull/2100
- CI - update pgsql to 13 by @mgravell in https://github.com/DapperLib/Dapper/pull/2119
- Fix #2113 by @goerch in https://github.com/DapperLib/Dapper/pull/2118
- update package refs and fixup by @mgravell in https://github.com/DapperLib/Dapper/pull/2120
- add mention of MariaDB to Readme.md by @robertsilen in https://github.com/DapperLib/Dapper/pull/2116
- Improve performance of "queryunbuffered", and correctness of "first" APIs by @mgravell in https://github.com/DapperLib/Dapper/pull/2121
- Properly handle value types when setting properties on dynamic objects returned by Dapper queries by @alatanza in https://github.com/DapperLib/Dapper/pull/2122
- Mark AddTypeHandlerImpl as obsolete and prevent lost updates via AddTypeHandler by @mgravell in https://github.com/DapperLib/Dapper/pull/2129
- Build: Update Postgres script by @NickCraver in https://github.com/DapperLib/Dapper/pull/2130
New Contributors
- @goerch made their first contribution in https://github.com/DapperLib/Dapper/pull/2118
- @robertsilen made their first contribution in https://github.com/DapperLib/Dapper/pull/2116
- @alatanza made their first contribution in https://github.com/DapperLib/Dapper/pull/2122
Full Changelog: https://github.com/DapperLib/Dapper/compare/2.1.44...2.1.66