Skip to content

Release 22.0.1#1847

Merged
raman-m merged 2 commits intomainfrom
release/22.0
Dec 8, 2023
Merged

Release 22.0.1#1847
raman-m merged 2 commits intomainfrom
release/22.0

Conversation

@raman-m
Copy link
Member

@raman-m raman-m commented Dec 8, 2023

huanguolin and others added 2 commits December 7, 2023 22:59
* fix #1833, Default timeout(90s) of downstream requests is broken

* Fix test Should_log_warning_if_downstream_service_returns_internal_server_error

* Add unit tests

* Recover mixed line endings. Add docs

* Unit tests for HttpClientBuilder

* Add issue info

* Acceptance test

* Just formatting

---------

Co-authored-by: alvin huang <alvin.huang@grapecity.com>
Co-authored-by: Raman Maksimchuk <dotnet044@gmail.com>
@raman-m raman-m requested a review from RaynaldM December 8, 2023 08:53
@raman-m raman-m self-assigned this Dec 8, 2023
@raman-m raman-m added release Pre/Release (minor, major) hotfix Gitflow: Hotfix issue, PR related to hotfix branch labels Dec 8, 2023
@raman-m raman-m linked an issue Dec 8, 2023 that may be closed by this pull request
{
DurationOfBreak = 1;
ExceptionsAllowedBeforeBreaking = 0;
TimeoutValue = int.MaxValue;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For me, we have to indicate that it's a Breaking Change, for example, we have this kind of code in our sources:

if (route.QosOptions.TimeoutValue != int.MaxValue)
 {
     pipeline.AddTimeout(TimeSpan.FromMilliseconds(route.QosOptions.TimeoutValue));
 }

and that others may have done the same.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK I will edit Release Notes when released and add Breaking Change note to Tech Info...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hotfix Gitflow: Hotfix issue, PR related to hotfix branch release Pre/Release (minor, major)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Default timeout(90s) of downstream requests is broken

3 participants