-
Notifications
You must be signed in to change notification settings - Fork 69
1.6 changelog
Ali Ince edited this page May 24, 2018
·
11 revisions
- Force synchronous DNS resolution on .NET Core to avoid thread pool starvation on sync call path #302
- Improve nanosecond handling in related temporal types #303
- Fixed how
SslPolicyErrors
is checked #304 - Fixed a bug where not including continuation task completion in return value causes
ProtocolException
#306
- General availability release
- Added new project configurations to also support strong named release packages #299
- Updated public API for temporal types to use methods as conversion mechanism instead of properties #300
- Fixed an issue where
As<T>
method failed conversion from driver temporal types to system temporal types #292 - Removed external dependencies #294 #295