Skip to content

Commit 5caa975

Browse files
Update releasenotes.md
1 parent 815895f commit 5caa975

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

releasenotes.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# RestSharp Release Notes
22

3+
# 106.10
4+
5+
* Added a new package `RestSharp.Serializers.NewtonsoftJson`
6+
* Added a new package `RestSharp.Serializers.Utf8Json`
7+
* Added a new package `RestSharp.Serializers.SystemTextJson`
8+
* New documentation website
9+
* Added `ThrowOnAnyError` property that will tell RestSharp to throw instead of creating an error response
10+
* Fixed the error response propagation for async calls
11+
12+
# 106.9
13+
14+
* Fixed the relative URI issue (thanks @maratoss)
15+
* Added `AddDefaultHeaders` extension method to `RestClient` that accepts multiple headers (thanks @Kerl1310)
16+
* Added `AddHeaders` method to `RestRequest` that accepts multiple headers (thanks @abailey7)
17+
* Fixed the crash on `null` body parameter names (thanks to @ofirZelig, @mitcht and @kd5ziy)
18+
* Fixed the exception when `Encoding` is set to null. Wasn't a bug but the exception was popping up in the debugger
19+
* `IList` properties marked with `[SerializeAs(Content = true)]` attribute can be serialized as parent's XML tag content (thanks @partyz0ne)
20+
* Better handling for the case a unicode character gets between chunks (thanks @stukalin)
21+
322
# 106.6
423

524
* Fixed some new platform unsupported exceptions

0 commit comments

Comments
 (0)