aboutsummaryrefslogtreecommitdiff
path: root/api/go1.19.txt
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2022-11-23 13:45:56 -0500
committerGopher Robot <gobot@golang.org>2022-12-02 16:29:41 +0000
commit1711f953e48c3de0f85726cb0299c0c0f0b928a1 (patch)
tree270ac0747740ad7c5e016f417d36ed3e03a3e585 /api/go1.19.txt
parentdadd80ae204bda1c3a48245d8a938f55f71259ea (diff)
downloadgo-1711f953e48c3de0f85726cb0299c0c0f0b928a1.tar.gz
go-1711f953e48c3de0f85726cb0299c0c0f0b928a1.zip
cmd/api: track deprecations
Deprecating an API creates notices that go out to potentially millions of Go developers encouraging them to update their code. The choice to deprecate an API is as important as the choice to add a new API. We should track those and make them explicit. This will also ensure that deprecations go through proposal review. Change-Id: Ide9f60c32e5a88fb133e0dfedd984b8b0f70f510 Reviewed-on: https://go-review.googlesource.com/c/go/+/453259 TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> Auto-Submit: Russ Cox <rsc@golang.org> Reviewed-by: David Chase <drchase@google.com>
Diffstat (limited to 'api/go1.19.txt')
-rw-r--r--api/go1.19.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/api/go1.19.txt b/api/go1.19.txt
index 523f752d70..f31d633af9 100644
--- a/api/go1.19.txt
+++ b/api/go1.19.txt
@@ -290,3 +290,20 @@ pkg sync/atomic, type Uint64 struct #50860
pkg sync/atomic, type Uintptr struct #50860
pkg time, method (Duration) Abs() Duration #51414
pkg time, method (Time) ZoneBounds() (Time, Time) #50062
+pkg crypto/x509, func ParseCRL //deprecated #50674
+pkg crypto/x509, func ParseDERCRL //deprecated #50674
+pkg crypto/x509, method (*Certificate) CheckCRLSignature //deprecated #50674
+pkg crypto/x509, method (*Certificate) CreateCRL //deprecated #50674
+pkg crypto/x509/pkix, type CertificateList //deprecated #50674
+pkg crypto/x509/pkix, type TBSCertificateList //deprecated #50674
+pkg go/doc, func Synopsis //deprecated #51082
+pkg go/doc, func ToHTML //deprecated #51082
+pkg go/doc, func ToText //deprecated #51082
+pkg io/ioutil, func NopCloser //deprecated #42026
+pkg io/ioutil, func ReadAll //deprecated #42026
+pkg io/ioutil, func ReadDir //deprecated #42026
+pkg io/ioutil, func ReadFile //deprecated #42026
+pkg io/ioutil, func TempDir //deprecated #42026
+pkg io/ioutil, func TempFile //deprecated #42026
+pkg io/ioutil, func WriteFile //deprecated #42026
+pkg io/ioutil, var Discard //deprecated #42026