| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-05 | 2.3 kB | |
| v114.0.0 source code.tar.gz | 2026-03-05 | 2.0 MB | |
| v114.0.0 source code.zip | 2026-03-05 | 2.3 MB | |
| Totals: 3 Items | 4.4 MB | 1 | |
What's Changed
- Fix OAuth1 double-encoding of RFC 3986 special characters in URL paths by @Copilot in https://github.com/restsharp/RestSharp/pull/2341
- Fix pipe char encoding issue by @alexeyzimarev in https://github.com/restsharp/RestSharp/pull/2345
- Fix default parameter merging bugs, add MergedParameters to RestResponse by @alexeyzimarev in https://github.com/restsharp/RestSharp/pull/2349
- Fix ResponseUri incorrect when FollowRedirects=false by @alexeyzimarev in https://github.com/restsharp/RestSharp/pull/2350
- Document Timeout property behavior for RestClientOptions and RestRequest by @Copilot in https://github.com/restsharp/RestSharp/pull/2331
- Restore 2-param AddCookie(name, value) overload by @alexeyzimarev in https://github.com/restsharp/RestSharp/pull/2351
- Surface root cause in ErrorMessage for wrapped exceptions by @alexeyzimarev in https://github.com/restsharp/RestSharp/pull/2352
- Fix credential property order on HttpClientHandler by @alexeyzimarev in https://github.com/restsharp/RestSharp/pull/2353
- Use InvariantCulture for parameter value formatting by @alexeyzimarev in https://github.com/restsharp/RestSharp/pull/2354
- Use descriptive ErrorMessage for timed out requests by @alexeyzimarev in https://github.com/restsharp/RestSharp/pull/2356
- Quote multipart form parameter names by default (RFC 7578) by @alexeyzimarev in https://github.com/restsharp/RestSharp/pull/2357
- Update CLAUDE.md with project guidance by @alexeyzimarev in https://github.com/restsharp/RestSharp/pull/2358
- Implement custom redirect handling to fix lost Set-Cookie on redirects by @alexeyzimarev in https://github.com/restsharp/RestSharp/pull/2360
- Stop modifying HttpClient.DefaultRequestHeaders by @alexeyzimarev in https://github.com/restsharp/RestSharp/pull/2363
- Add OAuth2 token lifecycle authenticators (#2361) by @alexeyzimarev in https://github.com/restsharp/RestSharp/pull/2362
- Add missing ConfigureAwait(false) to prevent deadlocks by @alexeyzimarev in https://github.com/restsharp/RestSharp/pull/2367
- Add v114 documentation and Docusaurus version snapshot by @alexeyzimarev in https://github.com/restsharp/RestSharp/pull/2368
Full Changelog: https://github.com/restsharp/RestSharp/compare/113.1.0...114.0.0