All Versions
31
Latest Version
Avg Release Cycle
107 days
Latest Release
99 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v114.0.0 Changes
March 05, 2026What's Changed
- ๐ Fix OAuth1 double-encoding of RFC 3986 special characters in URL paths by @Copilot in #2341
- ๐ Fix pipe char encoding issue by @alexeyzimarev in #2345
- ๐ Fix default parameter merging bugs, add MergedParameters to RestResponse by @alexeyzimarev in #2349
- ๐ Fix ResponseUri incorrect when FollowRedirects=false by @alexeyzimarev in #2350
- โฑ Document Timeout property behavior for RestClientOptions and RestRequest by @Copilot in #2331
- โช Restore 2-param AddCookie(name, value) overload by @alexeyzimarev in #2351
- Surface root cause in ErrorMessage for wrapped exceptions by @alexeyzimarev in #2352
- ๐ Fix credential property order on HttpClientHandler by @alexeyzimarev in #2353
- ๐ Use InvariantCulture for parameter value formatting by @alexeyzimarev in #2354
- ๐ Use descriptive ErrorMessage for timed out requests by @alexeyzimarev in #2356
- 0๏ธโฃ Quote multipart form parameter names by default (RFC 7578) by @alexeyzimarev in #2357
- โก๏ธ Update CLAUDE.md with project guidance by @alexeyzimarev in #2358
- Implement custom redirect handling to fix lost Set-Cookie on redirects by @alexeyzimarev in #2360
- 0๏ธโฃ Stop modifying HttpClient.DefaultRequestHeaders by @alexeyzimarev in #2363
- โ Add OAuth2 token lifecycle authenticators (#2361) by @alexeyzimarev in #2362
- โ Add missing ConfigureAwait(false) to prevent deadlocks by @alexeyzimarev in #2367
- โ Add v114 documentation and Docusaurus version snapshot by @alexeyzimarev in #2368
Full Changelog : 113.1.0...114.0.0
-
v113.0 Changes
November 28, 2025What's Changed
- โฌ๏ธ Upgrade to support .NET 9 by @alexeyzimarev in #2275
- ๐ Allow leaving encoded slash in UrlSegmentParameter value by @cg-finbourne in #2265
- โ Remove note that
404response code means succes by @jnoordsij in #2281 - ๐ Allow ignoring cookie exception by @alexeyzimarev in #2297
- ๐ Allow treating unsuccessful status code as non-error, avoid setting exception by @alexeyzimarev in #2311
- Replace url segment by @alexeyzimarev in #2313
- โก๏ธ Update to .NET 10 GA packages by @alexeyzimarev in #2315
- โ Add support for MS DI and client factory by @alexeyzimarev in #2318
๐ New Contributors
- @cg-finbourne made their first contribution in #2265
- @jnoordsij made their first contribution in #2281
- @micheloliveira-com made their first contribution in #2299
Full Changelog : 112.1.0...113.0.0
-
v112.1.0 Changes
October 04, 2024- โ Removed
\tfrom invalid header value characters as the aim was to handle CRLF
Full Changelog : 112.0.0...112.1.0
- โ Removed
-
v112.0.0 Changes
August 29, 2024What's Changed
- Don't allow CRLF in headers by @alexeyzimarev in #2258
๐ New Contributors
- @MrFrawsty made their first contribution in #2251
- @snechaev made their first contribution in #2256
Full Changelog : 111.4.1...112.0.0
-
v111.4.1 Changes
July 30, 2024What's Changed
- ๐ Allow setting parameter content type by @alexeyzimarev in #2249
- โ Added extensions for getting content header values by @jizc in #2247
๐ New Contributors
- @minhtaile2712 made their first contribution in #2243
- @jizc made their first contribution in #2247
Full Changelog : 111.4.0...111.4.1
-
v111.4.0 Changes
July 11, 2024What's Changed
- Doc versions and response section by @alexeyzimarev in #2232
- Re-instate old methods, but as obsolete by @matt-richardson in #2228
- Header value null check by @alexeyzimarev in #2241
๐ New Contributors
- @matt-richardson made their first contribution in #2228
Full Changelog : 111.3.0...111.4.0
-
v111.3.0 Changes
June 17, 2024What's Changed
- ๐ Fix spelling in docs sidebar by @Strepto in #2218
- ๐ Use code generator for cloning responses by @alexeyzimarev in #2223
- Extensions for client and response by @alexeyzimarev in #2221
๐ New Contributors
Full Changelog : 111.2.0...111.3.0
-
v111.2.0 Changes
May 30, 2024What's Changed
- ๐ Fix null reference exception when disposing response content by @alexeyzimarev in #2201
- โ Add Version to RestRequest by @alexeyzimarev in #2209
- โช Reverted authenticators rename
- Returned back
Execute(request)without method
Full Changelog : 111.1.0...111.2.0
-
v111.0.0 Changes
May 22, 2024What's Changed
- ๐ Support file uploading without multipart/form-data by @RomanSoloweow in #2068
- ๐ Use builtin methods to ConcurrentDictionary by @sensslen in #2073
- โ Added remaining overloads (PATCH, HEAD, OPTIONS, DELETE) by @alexeyzimarev in #2050
- ๐ Use encoded filename for FileNameStar (#2117) by @alexeyzimarev in #2123
- โ Added Option to add Interceptors on client level by @fseidl-bauradar in #2118
- ๐ Use case insensitive comparer by @softworkz in #2146
- Adjust serializer selection fallback procedure by @softworkz in #2147
- 0๏ธโฃ Set UserAgent as a default header parameter by @PetesBreenCoding in #2157
- ๐ Fixes OAuth1 signature with special characters (#2126, #1945) by @elia936 in #2127
- Set Version to generic RestResponse by @biasso in #2199
- โฑ Timeout as TimeSpan, Support custom request timeout by @RomanSoloweow in #2078
๐ New Contributors
- @RomanSoloweow made their first contribution in #2068
- @mikebundy made their first contribution in #2097
- @Kurzyn made their first contribution in #2116
- @fseidl-bauradar made their first contribution in #2118
- @mavaddat made their first contribution in #2151
- @softworkz made their first contribution in #2146
- @PetesBreenCoding made their first contribution in #2157
- @elia936 made their first contribution in #2127
- @thompson-tomo made their first contribution in #2180
- @biasso made their first contribution in #2199
Full Changelog : 110.2.0...111.0.0
-
v110.2.0 Changes
April 09, 2023What's Changed
- โ Add CacheControl and fix response writers by @alexeyzimarev in #2053
- ๐ Merge client- and request-level cookies in the header by @alexeyzimarev in #2056
- ๐ Move the instantiation of RequestContent after calling the Authenticator by @alexeyzimarev in #2062
Full Changelog : 110.1.0...110.2.0