Go 1.14 is not yet released. These are work-in-progress release notes. Go 1.14 is expected to be released in February 2020.
TODO
TODO
As announced in the Go 1.13 release notes,
Go 1.14 drops support for the Native Client platform (GOOS=nacl
).
TODO
The go
command now includes snippets of plain-text error messages
from module proxies and other HTTP servers.
An error message will only be shown if it is valid UTF-8 and consists of only
graphic characters and spaces.
TODO
TODO
TODO: https://golang.org/cl/186877: add hashing package for bytes and strings
TODO: https://golang.org/cl/191976: remove SSLv3 support
TODO: https://golang.org/cl/191999: remove TLS 1.3 opt-out
TODO: https://golang.org/cl/126624: handle ASN1's string type BMPString
TODO: https://golang.org/cl/186927: update type of .js and .mjs files to text/javascript
TODO: https://golang.org/cl/191617: add freebsd/amd64 plugin support
TODO: https://golang.org/cl/187739: treat CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT, CTRL_SHUTDOWN_EVENT as SIGTERM on Windows
TODO: https://golang.org/cl/188297: don't forward SIGPIPE on macOS
As always, there are various minor changes and updates to the library, made with the Go 1 promise of compatibility in mind.
TODO