vitess.io/vitess@v0.16.2/changelog/12.0/12.0.5/release_notes.md (about)

     1  # Release of Vitess v12.0.5
     2  ## Major Changes
     3  
     4  ### Upgrade to `go1.17.12`
     5  
     6  Vitess `v12.0.5` now runs on `go1.17.12`.
     7  The patch release of Go, `go1.17.12`, is the reason for this release as it includes important security fixes to packages used by Vitess.
     8  Below is a summary of this patch release. You can learn more [here](https://go.dev/doc/devel/release#go1.17).
     9  
    10  > go1.17.12 (released 2022-07-12) includes security fixes to the compress/gzip, encoding/gob, encoding/xml, go/parser, io/fs, net/http, and path/filepath packages, as well as bug fixes to the compiler, the go command, the runtime, and the runtime/metrics package. [See the Go 1.17.12 milestone](https://github.com/golang/go/issues?q=milestone%3AGo1.17.12+label%3ACherryPickApproved) on our issue tracker for details.
    11  ------------
    12  The entire changelog for this release can be found [here](https://github.com/vitessio/vitess/blob/main/changelog/12.0/12.0.5/changelog.md).
    13  
    14  The release includes 7 commits (excluding merges)
    15  
    16  Thanks to all our contributors: @deepthi, @frouioui
    17