38,304
Downloads
2,171
Downloads of v 5.5.0
2013-05-30
Last update
WCF Data Services Client
5.5.0
LINQ-enabled client API for issuing OData queries and consuming OData payloads. Supports OData v3. Targets .NET 4.0 or Silverlight 4.0. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
To install WCF Data Services Client, run the following command in the Package Manager Console
PM> Install-Package Microsoft.Data.Services.Client
Release Notes
------------------------------New Features------------------------------
URI Parser
With this release, the URI Parser in ODataLib is nearly complete. The URI Parser is now capable of parsing nearly every URI supported by the current OData stacks at Microsoft (Web API and WCF Data Services).
Public Data Source Providers
We frequently get requests to make the data source providers in WCF Data Services public. Making these providers public enables a number of profoundly interesting scenarios ranging from changing the behavior of an existing provider to adding support for features we don't currently support. The work completed in this release will allow limited modifications of the existing providers. We plan to enable more scenarios here in the future.
Performance Improvements
We constantly strive to improve performance and reliability with every release. In this release, we have increased performance by double digit percentages for service authors that want to respond with JSON but are not able to (or don't want to) provide a data model to ODataLib.
Improved Developer Experience
In this release we have caught up with some missing IntelliSense guidance and we are uploading symbols and source to SymbolSource.org. We will upload symbols for many of our past releases as well.
------------------------------Bug fixes------------------------------
In addition to the features above, we have included fixes for the following notable bugs:
- Fixes an issue where the reflection provider would not work properly if the generic parameter provided to DataService<T> was an interface
- Fixes an issue where some system headers were not being set when a client called BuildingRequest
- Fixes an issue where setting InstanceContextMode to Single on DataService would result in cache result being returned for subsequent requests
- Fixes an issue where ODataLib would sometimes allow null to be written whether or not the expected type was nullable
- Fixes a regression in 5.4 where ODataLib started writing unnecessary type information in certain instances
- Fixes an issue where the WCF DS client would sometimes not dispose the response if the response had no content
- Improves a number of errors and error messages
Owners
Authors
Tags
Dependencies
-
- Microsoft.Data.OData (= 5.5.0)
Version History
| Version | Downloads | Last updated |
|---|---|---|
| WCF Data Services Client 5.5.0 | 2171 | Thursday, May 30 2013 |
| WCF Data Services Client 5.5.0-rc1 | 171 | Tuesday, May 14 2013 |
| WCF Data Services Client 5.5.0-alpha2 | 193 | Friday, April 26 2013 |
| WCF Data Services Client 5.5.0-alpha1 | 121 | Tuesday, April 09 2013 |
| WCF Data Services Client 5.4.0 | 4251 | Tuesday, April 02 2013 |
| WCF Data Services Client 5.4.0-rc1 | 134 | Tuesday, March 19 2013 |
| WCF Data Services Client 5.3.0 | 5699 | Monday, February 18 2013 |
| WCF Data Services Client 5.3.0-rc1 | 519 | Thursday, January 31 2013 |
| WCF Data Services Client 5.2.0 | 6448 | Monday, December 17 2012 |
| WCF Data Services Client 5.2.0-rc1 | 210 | Monday, December 03 2012 |
| WCF Data Services Client 5.1.0 | 7136 | Wednesday, November 07 2012 |
| WCF Data Services Client 5.1.0-rc2 | 749 | Friday, September 21 2012 |
| WCF Data Services Client 5.1.0-rc1 | 1035 | Wednesday, July 11 2012 |
| WCF Data Services Client 5.0.2 | 5599 | Wednesday, August 29 2012 |
| WCF Data Services Client 5.0.2-rc | 61 | Wednesday, August 15 2012 |
| WCF Data Services Client 5.0.1 | 2684 | Friday, May 18 2012 |
| WCF Data Services Client 5.0.1-rc | 219 | Tuesday, May 08 2012 |
| WCF Data Services Client 5.0.0.50403 | 668 | Wednesday, April 11 2012 |