Skip to content

Commit

Permalink
Merge branch 'master' into feature/go-run-GOROOT
Browse files Browse the repository at this point in the history
Change-Id: Id0b05a0fba73bf4debdc10b297133664b1977fce
  • Loading branch information
mauri870 committed Jun 27, 2024
2 parents 2a5c51c + ea537cc commit d33e263
Show file tree
Hide file tree
Showing 182 changed files with 1,628 additions and 2,423 deletions.
2 changes: 1 addition & 1 deletion api/go1.23.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pkg crypto/tls, type Config struct, EncryptedClientHelloRejectionVerify func(Con
pkg crypto/tls, type ConnectionState struct, ECHAccepted bool #63369
pkg crypto/tls, type ECHRejectionError struct #63369
pkg crypto/tls, type ECHRejectionError struct, RetryConfigList []uint8 #63369
pkg crypto/tls, type QUICConfig struct, EnableStoreSessionEvent bool #63691
pkg crypto/tls, type QUICConfig struct, EnableSessionEvents bool #63691
pkg crypto/tls, type QUICEvent struct, SessionState *SessionState #63691
pkg crypto/tls, type QUICSessionTicketOptions struct, Extra [][]uint8 #63691
pkg crypto/x509, func ParseOID(string) (OID, error) #66249
Expand Down
14 changes: 9 additions & 5 deletions doc/godebug.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,6 @@ Go 1.23 changed the behavior of
serial numbers that are negative. This change can be reverted with
the [`x509negativeserial` setting](/pkg/crypto/x509/#ParseCertificate).

Go 1.23 changed the behavior of
[crypto/x509.ParseCertificate](/pkg/crypto/x509/#ParseCertificate) to reject
serial numbers that are longer than 20 octets. This change can be reverted with
the [`x509seriallength` setting](/pkg/crypto/x509/#ParseCertificate).

Go 1.23 re-enabled support in html/template for ECMAScript 6 template literals by default.
The [`jstmpllitinterp` setting](/pkg/html/template#hdr-Security_Model) no longer has
any effect.
Expand All @@ -205,6 +200,15 @@ This behavior is controlled by the `x509keypairleaf` setting. For Go 1.23, it
defaults to `x509keypairleaf=1`. Previous versions default to
`x509keypairleaf=0`.

Go 1.23 changed
[`net/http.ServeContent`](/pkg/net/http#ServeContent),
[`net/http.ServeFile`](/pkg/net/http#ServeFile), and
[`net/http.ServeFS`](/pkg/net/http#ServeFS) to
remove Cache-Control, Content-Encoding, Etag, and Last-Modified headers
when serving an error. This behavior is controlled by
the [`httpservecontentkeepheaders` setting](/pkg/net/http#ServeContent).
Using `httpservecontentkeepheaders=1` restores the pre-Go 1.23 behavior.

### Go 1.22

Go 1.22 adds a configurable limit to control the maximum acceptable RSA key size
Expand Down
14 changes: 0 additions & 14 deletions doc/next/1-intro.md

This file was deleted.

18 changes: 0 additions & 18 deletions doc/next/2-language.md

This file was deleted.

68 changes: 0 additions & 68 deletions doc/next/3-tools.md

This file was deleted.

7 changes: 0 additions & 7 deletions doc/next/4-runtime.md

This file was deleted.

38 changes: 0 additions & 38 deletions doc/next/5-toolchain.md

This file was deleted.

2 changes: 0 additions & 2 deletions doc/next/6-stdlib/0-heading.md

This file was deleted.

32 changes: 0 additions & 32 deletions doc/next/6-stdlib/1-time.md

This file was deleted.

13 changes: 0 additions & 13 deletions doc/next/6-stdlib/2-unique.md

This file was deleted.

29 changes: 0 additions & 29 deletions doc/next/6-stdlib/3-iter.md

This file was deleted.

11 changes: 0 additions & 11 deletions doc/next/6-stdlib/4-structs.md

This file was deleted.

3 changes: 0 additions & 3 deletions doc/next/6-stdlib/99-minor/0-heading.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/next/6-stdlib/99-minor/README

This file was deleted.

4 changes: 0 additions & 4 deletions doc/next/6-stdlib/99-minor/archive/tar/50102.md

This file was deleted.

3 changes: 0 additions & 3 deletions doc/next/6-stdlib/99-minor/crypto/tls/63369.md

This file was deleted.

3 changes: 0 additions & 3 deletions doc/next/6-stdlib/99-minor/crypto/tls/63691.md

This file was deleted.

3 changes: 0 additions & 3 deletions doc/next/6-stdlib/99-minor/crypto/tls/66214.md

This file was deleted.

3 changes: 0 additions & 3 deletions doc/next/6-stdlib/99-minor/crypto/tls/67061.md

This file was deleted.

3 changes: 0 additions & 3 deletions doc/next/6-stdlib/99-minor/crypto/tls/67065.md

This file was deleted.

3 changes: 0 additions & 3 deletions doc/next/6-stdlib/99-minor/crypto/x509/45990.md

This file was deleted.

4 changes: 0 additions & 4 deletions doc/next/6-stdlib/99-minor/crypto/x509/62048.md

This file was deleted.

3 changes: 0 additions & 3 deletions doc/next/6-stdlib/99-minor/crypto/x509/66249.md

This file was deleted.

3 changes: 0 additions & 3 deletions doc/next/6-stdlib/99-minor/database/sql/64707.md

This file was deleted.

3 changes: 0 additions & 3 deletions doc/next/6-stdlib/99-minor/debug/elf/66054.md

This file was deleted.

2 changes: 0 additions & 2 deletions doc/next/6-stdlib/99-minor/debug/elf/66836.md

This file was deleted.

3 changes: 0 additions & 3 deletions doc/next/6-stdlib/99-minor/encoding/binary/60023.md

This file was deleted.

2 changes: 0 additions & 2 deletions doc/next/6-stdlib/99-minor/go/ast/66339.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/next/6-stdlib/99-minor/go/types/46477.md

This file was deleted.

3 changes: 0 additions & 3 deletions doc/next/6-stdlib/99-minor/go/types/65772.md

This file was deleted.

3 changes: 0 additions & 3 deletions doc/next/6-stdlib/99-minor/go/types/66559.md

This file was deleted.

2 changes: 0 additions & 2 deletions doc/next/6-stdlib/99-minor/go/types/67143.md

This file was deleted.

4 changes: 0 additions & 4 deletions doc/next/6-stdlib/99-minor/go/types/cl-577715.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/next/6-stdlib/99-minor/iter/61897.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/next/6-stdlib/99-minor/maps/61900.md

This file was deleted.

2 changes: 0 additions & 2 deletions doc/next/6-stdlib/99-minor/math/rand/v2/61716.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/next/6-stdlib/99-minor/math/rand/v2/67059.md

This file was deleted.

3 changes: 0 additions & 3 deletions doc/next/6-stdlib/99-minor/net/62254.md

This file was deleted.

3 changes: 0 additions & 3 deletions doc/next/6-stdlib/99-minor/net/63116.md

This file was deleted.

3 changes: 0 additions & 3 deletions doc/next/6-stdlib/99-minor/net/67925.md

This file was deleted.

3 changes: 0 additions & 3 deletions doc/next/6-stdlib/99-minor/net/http/46443.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/next/6-stdlib/99-minor/net/http/61472.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/next/6-stdlib/99-minor/net/http/62490.md

This file was deleted.

2 changes: 0 additions & 2 deletions doc/next/6-stdlib/99-minor/net/http/64910.md

This file was deleted.

Loading

0 comments on commit d33e263

Please sign in to comment.