Reddit.NET
Reddit.NET copied to clipboard
Bump RestSharp from 106.6.9 to 106.12.0 in /src/AuthTokenRetrieverLib
Bumps RestSharp from 106.6.9 to 106.12.0.
Release notes
Sourced from RestSharp's releases.
106.12.0
- Fixes CVE-2021-27293: Fix NewDateRegex #1556
What's Changed
- fix #1480 - ToCamelCase broken for a single word with multiple upperc… by
@moderndevin restsharp/RestSharp#1513- fix: throw error if ThrowOnAnyError flag is true by
@FrediKatsin restsharp/RestSharp#1515- Fix broken link by
@yndenin restsharp/RestSharp#1528- Changed tha to who by
@devamitkin restsharp/RestSharp#1537- Fix typo by
@yndenin restsharp/RestSharp#1539- fix memory leak #1506 by
@mhornbacherin restsharp/RestSharp#1543- mark ErrorException as nullable to match interface by
@mhornbacherin restsharp/RestSharp#1548- Fix NewDateRegex in StringExtensions #1556 by
@b-c-dsin restsharp/RestSharp#1557- Implement DevSecOps through GitHub's Dependabot and CodeQL by
@aleks-ivanovin restsharp/RestSharp#1563- Update getting-started.md by
@asymmetricbluein restsharp/RestSharp#1570- Update parameters.md by
@propensterin restsharp/RestSharp#1571- Bump actions/setup-dotnet from v1 to v1.8.0 by
@dependabotin restsharp/RestSharp#1579- Update actions/checkout requirement to v2.3.4 by
@dependabotin restsharp/RestSharp#1580- Important change in Docs in Utf8Json by
@ShardulTiurwadkarin restsharp/RestSharp#1600- Bump Microsoft.NETFramework.ReferenceAssemblies from 1.0.0 to 1.0.2 by
@dependabotin restsharp/RestSharp#1588- Bump BenchmarkDotNet from 0.12.1 to 0.13.0 by
@dependabotin restsharp/RestSharp#1590- Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0 by
@dependabotin restsharp/RestSharp#1591- Bump NUnit3TestAdapter from 3.17.0 to 4.0.0 by
@dependabotin restsharp/RestSharp#1595- Bump actions/setup-dotnet from 1.8.0 to 1.8.1 by
@dependabotin restsharp/RestSharp#1602- Let us use C# 9 by
@alexeyzimarevin restsharp/RestSharp#1609- Double uppercase issue by
@shipsawin restsharp/RestSharp#1601- JsonSerializer does not respect Culture when deserializing primitive types by
@Georgiksin restsharp/RestSharp#1606- Resolves: Add GitHub Codespaces configuration by
@aleks-ivanovin restsharp/RestSharp#1599- Implement "AddOrUpdateHeader(s)" methods by
@Lramelotin restsharp/RestSharp#1576- OAuth1: Allow empty customer secrets, according to the specifications. by
@JamesMenetreyin restsharp/RestSharp#1596- Bump prismjs from 1.23.0 to 1.24.1 by
@dependabotin restsharp/RestSharp#1612- Bump dns-packet from 1.3.1 to 1.3.4 by
@dependabotin restsharp/RestSharp#1610- Bump postcss from 7.0.35 to 7.0.36 by
@dependabotin restsharp/RestSharp#1611- Bump ws from 6.2.1 to 6.2.2 by
@dependabotin restsharp/RestSharp#1613New Contributors
@moderndevmade their first contribution in restsharp/RestSharp#1513@FrediKatsmade their first contribution in restsharp/RestSharp#1515@yndenmade their first contribution in restsharp/RestSharp#1528@devamitkmade their first contribution in restsharp/RestSharp#1537@mhornbachermade their first contribution in restsharp/RestSharp#1543@b-c-dsmade their first contribution in restsharp/RestSharp#1557@aleks-ivanovmade their first contribution in restsharp/RestSharp#1563@asymmetricbluemade their first contribution in restsharp/RestSharp#1570@propenstermade their first contribution in restsharp/RestSharp#1571@dependabotmade their first contribution in restsharp/RestSharp#1579@ShardulTiurwadkarmade their first contribution in restsharp/RestSharp#1600@shipsawmade their first contribution in restsharp/RestSharp#1601@Georgiksmade their first contribution in restsharp/RestSharp#1606@Lramelotmade their first contribution in restsharp/RestSharp#1576@JamesMenetreymade their first contribution in restsharp/RestSharp#1596
... (truncated)
Changelog
Sourced from RestSharp's changelog.
RestSharp Release Notes
Newer release notes can be found on the Releases page.
106.10
- Added a new package
RestSharp.Serializers.NewtonsoftJson- Added a new package
RestSharp.Serializers.Utf8Json- Added a new package
RestSharp.Serializers.SystemTextJson- New documentation website
- Added
ThrowOnAnyErrorproperty that will tell RestSharp to throw instead of creating an error response- Fixed the error response propagation for async calls
106.9
- Fixed the relative URI issue (thanks
@maratoss)- Added
AddDefaultHeadersextension method toRestClientthat accepts multiple headers (thanks@Kerl1310)- Added
AddHeadersmethod toRestRequestthat accepts multiple headers (thanks@abailey7)- Fixed the crash on
nullbody parameter names (thanks to@ofirZelig,@mitchtand@kd5ziy)- Fixed the exception when
Encodingis set to null. Wasn't a bug but the exception was popping up in the debuggerIListproperties 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
UseSerializertoIRestClientto specify the client-level (de)serializer- Added
UseDotNetXmlSerializerextension toIRestClient106.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
ISerializertoIJsonSerializerandIXmlSerializerto avoid the namespace confusion- Fixed double escape bug in SimpleJson
106.4.1
- Fixed the wrong HTTP method used in
Postextension method- Custom content type for multipart requests
106.4.0
- Added the XML documentation file to the NuGet package
- Fixed the issue with
AddBodyoverrides 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 (whereMethodisGet,Post, etc)- Added new extensions for
MethodAsync<T>(whereMethodis 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
... (truncated)
Commits
- See full diff in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill 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.