You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RestSharp v114 introduces significant changes including breaking changes to IAuthenticator interface, new RedirectOptions for fine-grained redirect control, and improved error messaging for timeouts and root cause visibility
The release includes new OAuth2 token lifecycle authenticators, parameter formatting with InvariantCulture, and changes to multipart form parameter quoting defaults
Documentation must capture all breaking changes, new features, behavior changes, and bug fixes to help users migrate and understand the new capabilities
A complete versioned documentation snapshot is needed for v114 to maintain historical documentation as the library evolves
Deliverables
Changelog documentation — comprehensive v114.0 changelog documenting breaking changes, new features, behavior changes, and bug fixes with PR references
Configuration updates — document RedirectOptions class with all configuration options, parameter formatting with InvariantCulture, and MultipartFormQuoteParameters default change
Error handling improvements — document improved ErrorMessage for timeouts showing "The request timed out." and root cause visibility using GetBaseException().Message
Description
IAuthenticatorinterface, newRedirectOptionsfor fine-grained redirect control, and improved error messaging for timeouts and root cause visibilityInvariantCulture, and changes to multipart form parameter quoting defaultsDeliverables
RedirectOptionsclass with all configuration options, parameter formatting withInvariantCulture, andMultipartFormQuoteParametersdefault changeErrorMessagefor timeouts showing"The request timed out."and root cause visibility usingGetBaseException().Message