-
Notifications
You must be signed in to change notification settings - Fork 919
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add release note for 1.1.0 #3070
Conversation
|
Codecov Report
@@ Coverage Diff @@
## master #3070 +/- ##
============================================
+ Coverage 73.37% 73.40% +0.03%
- Complexity 12297 12306 +9
============================================
Files 1066 1066
Lines 47616 47623 +7
Branches 6007 6009 +2
============================================
+ Hits 34937 34960 +23
+ Misses 9628 9613 -15
+ Partials 3051 3050 -1 Continue to review full report at Codecov.
|
How about including #3024? |
- Armeria Spring boot autoconfigure collects metrics correctly if <type://ArmeriaSettings#enableMetrics> | ||
is `true`. #3048 | ||
- You now see the proper exception from WebFlux `WebClient` when <type://CircuitBreakerClient> is applied. #3064 | ||
- Armeria client rejects `PUSH_PROMISE` frame correctly because it doesn't support it yet. #3045 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- rejects -> now rejects
- a PUSH_PROMISE frame (missing a)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A PUSH_PROMISE
frame is not rejected. SETTINGS_ENABLE_PUSH
of the initial settings is set to 0.
Armeria client tells the server that it doesn't expect PUSH_PROMISE
. ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A PUSH_PROMISE frame is not rejected.
If a non Armeria server ignores SETTINGS_ENABLE_PUSH
and sends PUSH_PROMISE
, we don't reject the frame? then I think we should fix the code. 😄
- Armeria Spring boot autoconfigure collects metrics correctly if <type://ArmeriaSettings#enableMetrics> | ||
is `true`. #3048 | ||
- You now see the proper exception from WebFlux `WebClient` when <type://CircuitBreakerClient> is applied. #3064 | ||
- Armeria client rejects `PUSH_PROMISE` frame correctly because it doesn't support it yet. #3045 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A PUSH_PROMISE
frame is not rejected. SETTINGS_ENABLE_PUSH
of the initial settings is set to 0.
Armeria client tells the server that it doesn't expect PUSH_PROMISE
. ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! @minwoox
Thanks for reviewing. 😉 |
No description provided.