Skip to content
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

doc: write release notes #15810

Closed
rsc opened this issue May 24, 2016 · 16 comments
Closed

doc: write release notes #15810

rsc opened this issue May 24, 2016 · 16 comments
Milestone

Comments

@rsc
Copy link
Contributor

rsc commented May 24, 2016

Go 1.7 beta needs proper release notes. They are in progress.

@rsc rsc added this to the Go1.7Beta milestone May 24, 2016
@rsc rsc self-assigned this May 24, 2016
gopherbot pushed a commit that referenced this issue May 24, 2016
Mostly complete but a few TODOs remain for future CLs.

For #15810.

Change-Id: I81ee19d1088d192cf709a5f7e6b7bcc44ad892ac
Reviewed-on: https://go-review.googlesource.com/23379
Reviewed-by: Andrew Gerrand <adg@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
@dsnet
Copy link
Member

dsnet commented May 24, 2016

Slight change in compress/flate in that it now returns io.EOF eagerly. This may break some tests that incorrectly assumed flate never did that.

@gopherbot
Copy link
Contributor

CL https://golang.org/cl/23493 mentions this issue.

gopherbot pushed a commit that referenced this issue May 27, 2016
Document new behavior about signal name printing
in panics as per CL golang.org/cl/22753.

For #15810

Change-Id: I9c677d5dd779b41e82afa25e3c797d8e739600d3
Reviewed-on: https://go-review.googlesource.com/23493
Reviewed-by: Russ Cox <rsc@golang.org>
@gopherbot
Copy link
Contributor

CL https://golang.org/cl/23488 mentions this issue.

gopherbot pushed a commit that referenced this issue May 27, 2016
For #15810.

Change-Id: Ib529808f664392feb9b36770f3d3d875fcb54528
Reviewed-on: https://go-review.googlesource.com/23488
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
@kostya-sh
Copy link
Contributor

https://tip.golang.org/doc/go1.7 still mentions SizedReaderAt and File.Size

Also new package net/http/httptrace (https://tip.golang.org/pkg/net/http/httptrace/) is not mentioned.

@rsc
Copy link
Contributor Author

rsc commented May 27, 2016

Leaving these last few fixes for @adg. Thanks for catching those @kostya-sh. For that matter api/next.txt needs updating too.

@rsc rsc assigned adg and unassigned rsc May 27, 2016
@rsc
Copy link
Contributor Author

rsc commented May 27, 2016

@adg, in addition to what @kostya-sh said, see @dsnet's comment above.

gopherbot pushed a commit that referenced this issue May 30, 2016
Updates #15810

Change-Id: I37f14a0ed1f5ac24ea2169a7e65c0469bfddd928
Reviewed-on: https://go-review.googlesource.com/23559
Reviewed-by: Michael McGreevy <mcgreevy@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
@adg
Copy link
Contributor

adg commented May 30, 2016

I believe the docs are in good shape for the beta now.

@gopherbot
Copy link
Contributor

CL https://golang.org/cl/23614 mentions this issue.

gopherbot pushed a commit that referenced this issue Jun 1, 2016
Implementation changed in https://golang.org/cl/23612.

Updates #15810

Change-Id: I8fff9e3aa3e54162546bb9ec1cc2ebba2b6d9fed
Reviewed-on: https://go-review.googlesource.com/23614
Reviewed-by: Ian Lance Taylor <iant@golang.org>
@tombergan
Copy link
Contributor

Still no mention of net/http/httptrace
/cc @bradfitz

@adg
Copy link
Contributor

adg commented Jun 2, 2016

@tombergan I'm on it.

gopherbot pushed a commit that referenced this issue Jun 2, 2016
Updates #15810

Change-Id: I689e18409a88c9e8941aa2e98f472c331efd455e
Reviewed-on: https://go-review.googlesource.com/23674
Reviewed-by: Ian Lance Taylor <iant@golang.org>
@ianlancetaylor ianlancetaylor modified the milestones: Go1.7, Go1.7Beta Jun 2, 2016
@gopherbot
Copy link
Contributor

CL https://golang.org/cl/24731 mentions this issue.

gopherbot pushed a commit that referenced this issue Jul 13, 2016
Document that the http.Server is now stricter about rejecting
requests with invalid HTTP versions, and also that it rejects plaintext
HTTP/2 requests, except for `PRI * HTTP/2.0` upgrade requests.
The relevant CL is https://golang.org/cl/24505.

Updates #15810.

Change-Id: Ibbace23e001b5e2eee053bd341de50f9b6d3fde8
Reviewed-on: https://go-review.googlesource.com/24731
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
@client9
Copy link

client9 commented Jul 29, 2016

Hello!

not sure if this is separate issue or not. My apologizes on nitpicking a sentence but this one confused me. In the "Minor changes to the library" is this

compress/flate
As noted above, there are significant performance optimizations throughout the package.
  1. It's not "noted above". This is the first mention of compress/flate. Its not noted in the performance section, although this appears to be a 2x improvement in many cases.
  2. is this "significant" or "minor". The is in the "minor changes" section but this is "significant". Which is it?

Maybe a simpler statement such as

"There are many performance optimizations throughout the package."

would be more clear.

Looking forward to 1.7

thanks!

n

@broady
Copy link
Contributor

broady commented Aug 8, 2016

@client9 good point.

@adg, others: should we close this out soon? What is remaining?

@bradfitz
Copy link
Contributor

bradfitz commented Aug 8, 2016

Seems done enough for me. I'd just fix @client9's thing and remove the DRAFT heading.

@gopherbot
Copy link
Contributor

CL https://golang.org/cl/25591 mentions this issue.

gopherbot pushed a commit that referenced this issue Aug 9, 2016
Updates #15810.

Change-Id: Ifa7d2fd7fbfe58dff8541b18a11f007a5ff5818a
Reviewed-on: https://go-review.googlesource.com/25591
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
@gopherbot
Copy link
Contributor

CL https://golang.org/cl/25592 mentions this issue.

madeye pushed a commit to shadowsocks/go that referenced this issue Aug 10, 2016
Updates golang#15810.

Change-Id: Ifa7d2fd7fbfe58dff8541b18a11f007a5ff5818a
Reviewed-on: https://go-review.googlesource.com/25591
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
@broady broady closed this as completed Aug 15, 2016
madeye pushed a commit to shadowsocks/go that referenced this issue Aug 21, 2016
Updates golang#15810.

Change-Id: Ifa7d2fd7fbfe58dff8541b18a11f007a5ff5818a
Reviewed-on: https://go-review.googlesource.com/25591
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
@golang golang locked and limited conversation to collaborators Aug 15, 2017
@rsc rsc unassigned adg Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

10 participants