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 Go 1.19 release notes #51400

Closed
cagedmantis opened this issue Feb 28, 2022 · 36 comments
Closed

doc: write Go 1.19 release notes #51400

cagedmantis opened this issue Feb 28, 2022 · 36 comments
Labels
Documentation FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. umbrella
Milestone

Comments

@cagedmantis
Copy link
Contributor

Tracking bug for writing the Go 1.19 Release Notes.

The latest state on tip can be viewed at https://tip.golang.org/doc/go1.19.

When the Go 1.19 Release Notes are complete, this should be closed, and a similar issue should be made for the next release. Previous issues are #47694, #44513, #40700, #37419, #36878, #17929, #15810, #5929, etc.

@cagedmantis cagedmantis added Documentation help wanted NeedsFix The path to resolution is known, but the work has not been done. release-blocker recurring Issues that should never be closed, but moved to the next milestone once fixed in the current one. umbrella labels Feb 28, 2022
@cagedmantis cagedmantis added this to the Go1.19 milestone Feb 28, 2022
@gopherbot
Copy link

Change https://go.dev/cl/388515 mentions this issue: doc: start draft of go1.19 release notes, move go1.18 to x/website

gopherbot pushed a commit that referenced this issue Mar 2, 2022
This template is based on CL 342070 and previous ones like it.
Continue to eagerly include often-used sections, and clarify that
the TODO is about completing the section, or removing if it turns
out not to be needed.

Move the Go 1.18 release notes to x/website, since that's the new
home for past Go release notes as of CL 291711. They're added to
x/website in CL 388556.

For #51400
Updates #47694

Change-Id: I7b5213e039ad6e14a7ff7ad486311efcecc06824
Reviewed-on: https://go-review.googlesource.com/c/go/+/388515
Trust: Carlos Amedee <carlos@golang.org>
Run-TryBot: Carlos Amedee <carlos@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Alex Rakoczy <alex@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
@cagedmantis cagedmantis self-assigned this May 24, 2022
@gopherbot
Copy link

Change https://go.dev/cl/408217 mentions this issue: doc/go1.19: update Go 1.19 relese note TODOs using relnote

gopherbot pushed a commit that referenced this issue May 24, 2022
This updates the release notes with TODOs using relnote. It also
changes all refrences of golang.org to go.dev.

For #51400.

Change-Id: I8a210140483aed7c41fe47242041e4b363e2eb10
Reviewed-on: https://go-review.googlesource.com/c/go/+/408217
Reviewed-by: Carlos Amedee <carlos@golang.org>
Auto-Submit: Carlos Amedee <carlos@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Carlos Amedee <carlos@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
@gopherbot
Copy link

Change https://go.dev/cl/408495 mentions this issue: doc/go1.19: fix strconv.Quote pkg link

@gopherbot
Copy link

Change https://go.dev/cl/408877 mentions this issue: doc/go1.19: add release notes for net/http and net/url

gopherbot pushed a commit that referenced this issue May 26, 2022
For #51400.

Change-Id: I122b3a58e5fbaaa8ceb5b013e8e392f4bcbbd2e5
Reviewed-on: https://go-review.googlesource.com/c/go/+/408495
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
@dmitshur dmitshur added this to In Progress in Go Release Team May 31, 2022
@cagedmantis
Copy link
Contributor Author

There are 29 unresolved TODO items in the release notes.

@gopherbot
Copy link

Change https://go.dev/cl/410118 mentions this issue: doc/go1.19: add TODOs for undocumented runtime features

@gopherbot
Copy link

Change https://go.dev/cl/410116 mentions this issue: doc/go1.19: add release notes for syscall

@gopherbot
Copy link

Change https://go.dev/cl/410117 mentions this issue: doc/go1.19: add release notes for runtime packages

@gopherbot
Copy link

Change https://go.dev/cl/410115 mentions this issue: doc/go1.19: add release notes for sync/atomic

@gopherbot
Copy link

Change https://go.dev/cl/410295 mentions this issue: doc/go1.19: add various crypto release notes

gopherbot pushed a commit that referenced this issue Jun 3, 2022
For #51400

Change-Id: I32a3aedf1e8a52148a9d78c4f7dae1ea59c810b4
Reviewed-on: https://go-review.googlesource.com/c/go/+/410115
Run-TryBot: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
gopherbot pushed a commit that referenced this issue Jun 3, 2022
For #51400

Change-Id: If5fc131df254d47a989ff61c8e584cb8149cbd09
Reviewed-on: https://go-review.googlesource.com/c/go/+/410116
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
gopherbot pushed a commit that referenced this issue Jun 3, 2022
This documents most of the changes in runtime packages, which the major
exception of GC changes, which will be documented in a future CL.

For #51400

Change-Id: Ibcf501e1b4f7caa3397db6b9136daec07aac5a65
Reviewed-on: https://go-review.googlesource.com/c/go/+/410117
Run-TryBot: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
gopherbot pushed a commit that referenced this issue Jun 3, 2022
As of this CL, release notes for all packages owned by @golang/runtime
on https://dev.golang.org/owners are either complete or have explicit
TODOs.

For #51400

Change-Id: I5b6affd43883991a3b8a065b4aa211efce7427f0
Reviewed-on: https://go-review.googlesource.com/c/go/+/410118
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
@gopherbot
Copy link

Change https://go.dev/cl/410375 mentions this issue: doc/go1.19: document Resolver.PreferGo

@gopherbot
Copy link

Change https://go.dev/cl/410361 mentions this issue: doc/go1.19: add more TODOs from updated relnote

@gopherbot
Copy link

Change https://go.dev/cl/410244 mentions this issue: relnote: use commit text to find accepted proposals

@gopherbot
Copy link

Change https://go.dev/cl/410614 mentions this issue: doc/go1.19: add TODOs for changes to go/types

@gopherbot
Copy link

Change https://go.dev/cl/413235 mentions this issue: doc/go1.19: use correct link to sync/atomic docs

@cagedmantis cagedmantis moved this from In Progress to Planned in Go Release Team Jun 21, 2022
gopherbot pushed a commit that referenced this issue Jun 21, 2022
For #51400
Fixes #53453

Change-Id: Ie11182a16299cf26d03970d6aa9bfe03caa56ea4
Reviewed-on: https://go-review.googlesource.com/c/go/+/413235
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
@mknyszek
Copy link
Contributor

Just needs to be marked as not a draft anymore.

@gopherbot
Copy link

Change https://go.dev/cl/417715 mentions this issue: doc/go1.19: improve the loong64 release notes

gopherbot pushed a commit that referenced this issue Jul 28, 2022
Link to the LoongArch documentations site, mention the ABI variant
supported, and add a note about the unfortunate old-world/new-world split
situation that users must be aware of.

Updates #46229
For #51400

Change-Id: I6789f509263a0dbf113481148665e7951aa6a989
Reviewed-on: https://go-review.googlesource.com/c/go/+/417715
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: abner chenc <chenguoqi@loongson.cn>
@gopherbot
Copy link

Change https://go.dev/cl/420417 mentions this issue: _content/doc: add Go 1.19 release notes

@gopherbot
Copy link

Change https://go.dev/cl/420418 mentions this issue: doc: move Go 1.19 release notes to x/website

gopherbot pushed a commit to golang/website that referenced this issue Aug 1, 2022
Copied from the main Go repo at CL 417534.
Deleted there in CL 420418.

For golang/go#51400.

Change-Id: I32b1464638f3aa8fee6dad65aa8331da0c33c50c
Reviewed-on: https://go-review.googlesource.com/c/website/+/420417
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
@dmitshur
Copy link
Contributor

dmitshur commented Aug 1, 2022

The release notes have been moved to x/website.
The draft notice will be removed on the day of the final release; assigning for that.
Removing as a release-blocker.

@dmitshur dmitshur assigned dmitshur and unassigned cagedmantis and joedian Aug 1, 2022
gopherbot pushed a commit that referenced this issue Aug 1, 2022
Now that the development of the Go 1.19 release is almost done, its
release notes are moved to their eventual long-term home in x/website
in CL 420417. Delete the initial development copy here.

For #51400.

Change-Id: I741285555af28ce9a64e7f8d2b9fe2a0f3e13c26
Reviewed-on: https://go-review.googlesource.com/c/go/+/420418
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
@dmitshur dmitshur removed the recurring Issues that should never be closed, but moved to the next milestone once fixed in the current one. label Aug 1, 2022
@dmitshur dmitshur moved this from Planned to In Progress in Go Release Team Aug 1, 2022
@gopherbot
Copy link

Change https://go.dev/cl/420815 mentions this issue: internal/history: add Go 1.19, remove release notes draft notice

Go Release Team automation moved this from In Progress to Done Aug 2, 2022
@dmitshur dmitshur removed their assignment Aug 2, 2022
jproberts pushed a commit to jproberts/go that referenced this issue Aug 10, 2022
For golang#51400
Fixes golang#53453

Change-Id: Ie11182a16299cf26d03970d6aa9bfe03caa56ea4
Reviewed-on: https://go-review.googlesource.com/c/go/+/413235
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
jproberts pushed a commit to jproberts/go that referenced this issue Aug 10, 2022
Link to the LoongArch documentations site, mention the ABI variant
supported, and add a note about the unfortunate old-world/new-world split
situation that users must be aware of.

Updates golang#46229
For golang#51400

Change-Id: I6789f509263a0dbf113481148665e7951aa6a989
Reviewed-on: https://go-review.googlesource.com/c/go/+/417715
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: abner chenc <chenguoqi@loongson.cn>
jproberts pushed a commit to jproberts/go that referenced this issue Aug 10, 2022
Now that the development of the Go 1.19 release is almost done, its
release notes are moved to their eventual long-term home in x/website
in CL 420417. Delete the initial development copy here.

For golang#51400.

Change-Id: I741285555af28ce9a64e7f8d2b9fe2a0f3e13c26
Reviewed-on: https://go-review.googlesource.com/c/go/+/420418
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
@golang golang locked and limited conversation to collaborators Aug 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. umbrella
Projects
Archived in project
Development

No branches or pull requests

5 participants