New
113.0
What's Changed
- Upgrade to support .NET 9 by @alexeyzimarev in https://github.com/restsharp/RestSharp/pull/2275
- Allow leaving encoded slash in UrlSegmentParameter value by @cg-finbourne in https://github.com/restsharp/RestSharp/pull/2265
- Remove note that
404response code means succes by @jnoordsij in https://github.com/restsharp/RestSharp/pull/2281 - Allow ignoring cookie exception by @alexeyzimarev in https://github.com/restsharp/RestSharp/pull/2297
- Allow treating unsuccessful status code as non-error, avoid setting exception by @alexeyzimarev in https://github.com/restsharp/RestSharp/pull/2311
- Replace url segment by @alexeyzimarev in https://github.com/restsharp/RestSharp/pull/2313
- Update to .NET 10 GA packages by @alexeyzimarev in https://github.com/restsharp/RestSharp/pull/2315
- Add support for MS DI and client factory by @alexeyzimarev in https://github.com/restsharp/RestSharp/pull/2318
New Contributors
- @cg-finbourne made their first contribution in https://github.com/restsharp/RestSharp/pull/2265
- @jnoordsij made their first contribution in https://github.com/restsharp/RestSharp/pull/2281
- @micheloliveira-com made their first contribution in https://github.com/restsharp/RestSharp/pull/2299
Full Changelog: https://github.com/restsharp/RestSharp/compare/112.1.0...113.0.0