Skip to content

Comments

chore(deps): Update RestSharp to 113.1.0 and use Timeout property#719

Open
drocx wants to merge 2 commits intoinfluxdata:masterfrom
drocx:bugfix/removed_deprecated_maxtimeout
Open

chore(deps): Update RestSharp to 113.1.0 and use Timeout property#719
drocx wants to merge 2 commits intoinfluxdata:masterfrom
drocx:bugfix/removed_deprecated_maxtimeout

Conversation

@drocx
Copy link

@drocx drocx commented Feb 12, 2026

Upgraded RestSharp from 112.1.0 to 113.1.0. Replaced all usage of RestClientOptions.MaxTimeout with RestClientOptions.Timeout in code and tests to match the updated API. No other functional changes were made.

MaxTimeout was previously obsolete and was removed in version 113.0.0.

Upgraded RestSharp from 112.1.0 to 113.1.0. Replaced all usage of RestClientOptions.MaxTimeout with RestClientOptions.Timeout in code and tests to match the updated API. No other functional changes were made.
Refactor unit tests in InfluxDbClientFactoryTest.cs to compare RestClientOptions.Timeout using TotalMilliseconds. This aligns the tests with the change of Timeout from an integer (milliseconds) to a (nullable) TimeSpan.
@drocx drocx changed the title Update RestSharp to 113.1.0 and use Timeout property chore(deps): Update RestSharp to 113.1.0 and use Timeout property Feb 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant