From e8bd27d8a9873b5fcc5fa9028f51d3300db2f35d Mon Sep 17 00:00:00 2001 From: Nick Craver Date: Sun, 20 May 2018 07:29:51 -0400 Subject: [PATCH] Add release notes for 1.50.5, bump to 1.50.6-alpha for builds TODO: NerdBank versioning cutover --- docs/index.md | 11 +++++++++-- semver.txt | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index bcbbea2d1..bc59f4f7d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,7 @@ A brief guide is available [on github](https://github.com/StackExchange/dapper-dot-net/blob/master/Readme.md) -Questions on Stack Overflow should be tagged [`dapper`](http://stackoverflow.com/questions/tagged/dapper) +Questions on Stack Overflow should be tagged [`dapper`](https://stackoverflow.com/questions/tagged/dapper) ## Installation @@ -20,6 +20,13 @@ Note: to get the latest pre-release build, add ` -Pre` to the end of the command ## Release Notes +### 1.50.5 + +- Fixes empty result set hanging with `QueryAsync` +- `DapperRow` now implements `IReadOnlyDictionary` +- Improved error messages for `Async` when the provided `IDbConnection` is not a `DbConnection` +- Contrib: `GetAll` now handles nullable types + ### 1.50.4 - Added back missing .NET Standard functionality (restored in `netstandard2.0`) @@ -86,7 +93,7 @@ Note: to get the latest pre-release build, add ` -Pre` to the end of the command - Add `QueryFirstOrDefault` / `ReadFirstOrDefault` methods that optimize the single-row scenario - remove some legacy `dynamic` usage from the async API - make `DynamicTypeMap` public again (error during core-clr migration) -- use `Hashtable` again on core-clr +- use `Hashtable` again on core-clr ### 1.50-beta3 diff --git a/semver.txt b/semver.txt index 5e7700d29..5a0a9b9ee 100644 --- a/semver.txt +++ b/semver.txt @@ -1 +1 @@ -1.50.5 \ No newline at end of file +1.50.6-alpha \ No newline at end of file