What's Changed
- Removed support of .NET 5. Added .NET Framework 4.7.1.
- Token issues by @edobbsskylark in #1955
- Support constructing
JwtAuthenticator
with token includes Bearer prefix by @nivmeshorer in #1949 - Bump actions/setup-dotnet from 2 to 3 by @dependabot in #1939
- Let it throw on download by @alexeyzimarev in #1962
- Move Cookie handling out of HttpClient so we do not cross pollinate requests by @kendallb in #1966
- Add User Agent without validation. by @alekw in #1973
- Bump FluentAssertions from 6.7.0 to 6.8.0 by @dependabot in #1947
- Use supplied
CsvConfiguration
when reading by @electrokit in #1965 - [Docs] Fix minor typo in usage.md by @agrath in #1980
- Fixed access to possible null object
RequestMessage
by @adegwerth in #1989 - Fix parameter naming case inconsistency in
RestRequestExtension.cs
by @ztl8702 in #1986 - Throw exception on disposed RestClient by @kendallb in #1967
- Optionally disable encoding for request properties by @alexeyzimarev in #1964
- Bump coverlet.collector from 3.1.2 to 3.2.0 by @dependabot in #1956
- Bump JetBrains.Annotations from 2022.1.0 to 2022.3.1 by @dependabot in #1961
- Bump Newtonsoft.Json from 13.0.1 to 13.0.2 by @dependabot in #1991
- Remove duplicate entry in table and sort correctly by @sensslen in #1997
- Bug fix. Response cookie with empty domain fails by @fcastells in #2015
- Documentation fixes by @EdLichtman in #2010
- Bump Moq from 4.18.2 to 4.18.4 by @dependabot in #1992
- Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.5.0 by @dependabot in #2009
- Bump System.Text.Json from 5.0.1 to 7.0.2 by @dependabot in #2005
- Faster and richer way to add objects as query parameters by @abenaru in #1974
- v109 release by @alexeyzimarev in #1963
IRestClient
interfaceOptions
property is using read-only options class, so it won't be possible to re-assign options that configure HTTP client and message handler- Added a simple client factory (opt-in)
New Contributors
- @edobbsskylark made their first contribution in #1955
- @nivmeshorer made their first contribution in #1949
- @alekw made their first contribution in #1973
- @electrokit made their first contribution in #1965
- @agrath made their first contribution in #1980
- @adegwerth made their first contribution in #1989
- @ztl8702 made their first contribution in #1986
- @sensslen made their first contribution in #1997
- @fcastells made their first contribution in #2015
- @EdLichtman made their first contribution in #2010
Full Changelog: 108.0.3...109.0.0