We are delighted to announce the Google APIs .NET client library 1.10.0 release!
The 1.10.0 release highlights:
#606 and #612 Since 1.9.3, executing a request to Google APIs when using ServiceAccount may have resulted in a deadlock (depending on the current synchronization context). Several ConfigureAwait(false) calls were missing. Read more about it in #606.
#624 Support in Incremental Auth for Web applications was added by @squid808.
#622 Several improvements for MediaDownloader were added; From now on, query parameters are decoded properly, empty query parameters are supported and the downloader reports any non-success codes when the download fails. Thanks @sqrrrl.
#592, #617 and #631ConfigurableMessageHandler wasn’t 100% thread-safe before this release. The getters that violated the thread-safety are obsolete now, and new methods were added to keep the handler thread-safe.