vitess.io/vitess@v0.16.2/changelog/14.0/14.0.4/release_notes.md (about) 1 # Release of Vitess v14.0.4 2 ## Major Changes 3 4 ### Upgrade to `go1.18.7` 5 6 Vitess `v14.0.4` now runs on `go1.18.7`. 7 The patch release of Go, `go1.18.7`, was one of the main reasons 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.18). 9 10 > go1.18.7 (released 2022-10-04) includes security fixes to the archive/tar, net/http/httputil, and regexp packages, as well as bug fixes to the compiler, the linker, and the go/types package. 11 12 ### Corrupted results for non-full-group-by queries with JOINs 13 14 An issue in versions `<= v14.0.3` and `<= v15.0.0` that generated corrupted results for non-full-group-by queries with a JOIN 15 is now fixed. The full issue can be found [here](https://github.com/vitessio/vitess/issues/11625), and its fix [here](https://github.com/vitessio/vitess/pull/11633). 16 ------------ 17 The entire changelog for this release can be found [here](https://github.com/vitessio/vitess/blob/main/changelog/14.0/14.0.4/changelog.md). 18 19 The release includes 24 commits (excluding merges) 20 21 Thanks to all our contributors: @GuptaManan100, @dbussink, @frouioui, @harshit-gangal, @systay, @vitess-bot[bot] 22