Uh oh!
There was an error while loading. Please reload this page.
Add v114 documentation and Docusaurus version snapshot - #2368
Conversation
…ing, error handling - Add v114.0 changelog with breaking changes, new features, behavior changes, and bug fixes - Document RedirectOptions for fine-grained redirect control - Document MultipartFormQuoteParameters default change (false -> true) - Document InvariantCulture default for parameter formatting - Document improved ErrorMessage for timeouts and wrapped exceptions - Update options table entries for FollowRedirects, MaxRedirects, Expect100Continue - Create Docusaurus v114 versioned docs snapshot Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Review Summary by QodoAdd v114 release documentation and Docusaurus version snapshot
WalkthroughsDescription• Add comprehensive v114 release documentation with changelog covering breaking changes, new features, behavior changes, and bug fixes • Document new RedirectOptions class for fine-grained redirect control with detailed configuration table • Document MultipartFormQuoteParameters default change from false to true per RFC 7578 • Document InvariantCulture default for generic parameter formatting methods with locale-specific examples • Document improved ErrorMessage for timeouts and root cause visibility in error handling • Create Docusaurus v114 versioned docs snapshot with complete advanced topics and usage guides Diagramflowchart LR
A["v114 Release"] --> B["Changelog Documentation"]
A --> C["Configuration Updates"]
A --> D["Error Handling Improvements"]
A --> E["Versioned Docs Snapshot"]
B --> B1["Breaking Changes"]
B --> B2["New Features"]
B --> B3["Behavior Changes"]
B --> B4["Bug Fixes"]
C --> C1["RedirectOptions"]
C --> C2["Parameter Formatting"]
C --> C3["MultipartFormQuoteParameters"]
D --> D1["Timeout Messages"]
D --> D2["Root Cause Visibility"]
E --> E1["Advanced Topics"]
E --> E2["Usage Guides"]
File Changes1. docs/docs/changelog.md
|
Code Review by Qodo
1. |
Deploying restsharp with |
| Latest commit: | fadfa9b |
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f57d49d8.restsharp.pages.dev |
| Branch Preview URL: | https://docs-v114-release.restsharp.pages.dev |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…ple constructor - Fix `new Url(...)` to `new Uri(...)` in configuration example - Remove stray semicolon in serialization lambda example - Replace deprecated `MaxTimeout` with `Timeout` in client docs - Replace `BaseAddress` with `BaseUrl` in HttpClient reuse section - Fix example constructor to use `RestClientOptions` instead of `IOptions<>` Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Test Results 42 files 42 suites 18m 18s ⏱️ Results for commit fadfa9b. |
Uh oh!
There was an error while loading. Please reload this page.



Summary
RedirectOptionsclass for fine-grained redirect control (new section + options table entry)MultipartFormQuoteParametersdefault change fromfalsetotrueInvariantCulturedefault for generic parameter formatting methodsErrorMessagefor timeouts and wrapped exceptions in error handling pageFollowRedirects,MaxRedirects,Expect100ContinueTest plan
pnpm buildindocs/succeeds with no errors🤖 Generated with Claude Code