-
Notifications
You must be signed in to change notification settings - Fork 505
Release notes for 1.7.1 #2367
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
Release notes for 1.7.1 #2367
Conversation
Signed-off-by: Charles Pretzer <charles@buoyant.io>
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.
1️⃣ 7️⃣ 1️⃣
@@ -1,3 +1,27 @@ | ||
## 1.7.1 2019-12-18 | ||
Linkerd 1.7.1 adds a parameter named `initialStreamWindowSizeKB` to | ||
MeshInterpreterInitializer.scala. This parameter is used to configure the |
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.
we can say the parameter is added to the mesh interpreter config. No need to reference the scala file.
Linkerd 1.7.1 adds a parameter named `initialStreamWindowSizeKB` to | ||
MeshInterpreterInitializer.scala. This parameter is used to configure the | ||
[initial flow-control window size](https://http2.github.io/http2-spec/#InitialWindowSize) | ||
that the H2 client in the `io.l5d.mesh` interpreter sends to the H2 server. |
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.
We've also greatly increase the default value to allow the mesh interpreter to receive much larger responses from Namerd.
[initial flow-control window size](https://http2.github.io/http2-spec/#InitialWindowSize) | ||
that the H2 client in the `io.l5d.mesh` interpreter sends to the H2 server. | ||
|
||
Parameter Name | Default Value | Description |
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.
I don't think we need this table excerpt in the release notes
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.
👍
Signed-off-by: Charles Pretzer charles@buoyant.io