Fixed the exception when Encoding is set to null. Wasn't a bug but the exception was popping up in the debugger
IList properties marked with [SerializeAs(Content = true)] attribute can be serialized as parent's XML tag content (thanks @partyz0ne)
Better handling for the case a unicode character gets between chunks (thanks @stukalin)
106.6
Fixed some new platform unsupported exceptions
Fixed OAuth regression issues
Moved serialization to the client
Added UseSerializer to IRestClient to specify the client-level (de)serializer
Added UseDotNetXmlSerializer extension to IRestClient
106.5
Wrapped proxy discovery in try-catch for the platform unsupported exception
Fixed DateTime deserialization with millisecond UTC conflict
Fixed HttpMethod is not overridden in RestClient.Sync.Execute(IRestRequest request, Method httpMethod)
Split ISerializer to IJsonSerializer and IXmlSerializer to avoid the namespace confusion
Fixed double escape bug in SimpleJson
106.4.1
Fixed the wrong HTTP method used in Post extension method
Custom content type for multipart requests
106.4.0
Added the XML documentation file to the NuGet package
Fixed the issue with AddBody overrides the XML namespace with an empty string
Fixed the issue when combining query parameters and JSON body caused an incorrect content type
Marked MethodTaskAsync<T> extensions as obsolete (where Method is Get, Post, etc)
Added new extensions for MethodAsync<T> (where Method is the same as above) that will return the result or throw an exception. Obsolete methods still don't throw and return an empty instance.
You can now add query string parameters without encoding them
Fixed the issue with query string parameters in combination with OAuth1
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/danielgerlag/conductor/network/alerts).
Bumps RestSharp from 106.6.10 to 106.12.0.
Release notes
Sourced from RestSharp's releases.
Changelog
Sourced from RestSharp's changelog.
... (truncated)
Commits
d9aaf8e
Unshallow25dba85
Address dependabot issues0dc8f91
Bump ws from 6.2.1 to 6.2.2 (#1613)4ec7608
Bump postcss from 7.0.35 to 7.0.36 (#1611)707305f
Bump dns-packet from 1.3.1 to 1.3.4 (#1610)96502fe
Bump prismjs from 1.23.0 to 1.24.1 (#1612)659e609
Unshallow84a3784
Do it, do itf77637a
Unshallow, wrong version gets published94e578a
Enable using URL segment parameters without encodingDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/danielgerlag/conductor/network/alerts).