-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version bump: 103.3. Add release notes file.
- Loading branch information
Showing
2 changed files
with
55 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# RestSharp Release Notes | ||
|
||
## 103.3 | ||
|
||
* Added in the check for it being generic before calling GetGenericType Definition() (thanks nicwise) | ||
* Add support for deserializing properties with an underscore prefix (thanks psampaio) | ||
* BaseUrl is now virtual (thanks Haacked) | ||
* Fixed List<T> json deserialization, when T was a something like DateTime, Timespan, Guid, etc. (thanks PedroLamas) | ||
* Improve support for parsing iso8601 dates (thanks friism) | ||
|
||
## 103.2 | ||
|
||
### New Features | ||
|
||
* Allow deserializing a single item into a List<T> field, for JSON that only uses a list when there's more than one item for a given field (thanks petejohanson) | ||
* Extended NtlmAuthenticator so that it can also impersonate a user (thanks kleinron) | ||
* Added support for mapping JSON objects to Dictionary<string, string=""> (thanks petejohanson) | ||
* Added ability to set Host and Date when built for .NET 4.0 (thanks lukebakken) | ||
* Allow deserializing lists with null in them. Should resolve pull request (thanks petejohanson) | ||
* Add support for deserializing JSON to subclasses of List<T> (thanks abaybuzskiy) | ||
|
||
### Bugs fixed | ||
* Fixed invalid OAuth1 signature for GET request (thanks trilobyte) | ||
* Added some missing OAuth files to the .NET4 and Silverlight projects (thanks PedroLamas) | ||
* Removed unused NewtonsoftJsonMonoTouch.dll and Newtonsoft.Json.MonoDroid.dll binaries (thanks attilah) | ||
* Fixed various issues with MonoTouch/Droid ports (thanks attilah) | ||
* Add ability to set Host and Date when built for .NET 4.0 (thanks lukebakken) | ||
* Fixed XmlDeserializer issue not handling lowercase + dash root elements in some cases | ||
* Fixed an issue where RestResponse.Request was not populated (thanks mattleibow) | ||
* Don't crash on captive networks that intercept SSL (thanks aroben) | ||
|
||
## 103.1 | ||
|
||
* #267 Added CLS Compliance | ||
* #263 Fixed InvalidCastException | ||
* #218 Handles connection failures better | ||
* #231 OAuth now complies with rfc3986 url hex encoding | ||
|
||
## 103.0 - Remove dependency on Json.NET | ||
|
||
* Remove WP7.0 support (7.1 Mango remains). | ||
|
||
## 102.7 | ||
|
||
* Updating Json.NET to 4.0.8, misc fixes | ||
|
||
## 102.6 | ||
|
||
* Updating Json.NET reference to 4.0.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters