vitess.io/vitess@v0.16.2/changelog/14.0/14.0.1/release_notes.md (about) 1 # Release of Vitess v14.0.1 2 ## Known Issues 3 4 - [Corrupted results for non-full-group-by queries with JOINs](https://github.com/vitessio/vitess/issues/11625). This can be resolved by using full-group-by queries. 5 6 ## Major Changes 7 8 ### Upgrade to `go1.18.4` 9 10 Vitess `v14.0.1` now runs on `go1.18.4`. 11 The patch release of Go, `go1.18.4`, was one of main motivations for this release as it includes important security fixes to packages used by Vitess. 12 Below is a summary of this patch release. You can learn more [here](https://go.dev/doc/devel/release#go1.18). 13 14 > go1.18.4 (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 linker, the runtime, and the runtime/metrics package. [See the Go 1.18.4 milestone](https://github.com/golang/go/issues?q=milestone%3AGo1.18.4+label%3ACherryPickApproved) on our issue tracker for details. 15 ------------ 16 The entire changelog for this release can be found [here](https://github.com/vitessio/vitess/blob/main/changelog/14.0/14.0.1/changelog.md). 17 18 The release includes 25 commits (excluding merges) 19 20 Thanks to all our contributors: @GuptaManan100, @deepthi, @frouioui, @harshit-gangal, @mattlord, @rohit-nayak-ps, @shlomi-noach, @vitess-bot[bot]