vitess.io/vitess@v0.16.2/changelog/14.0/14.0.4/summary.md (about)

     1  ## Major Changes
     2  
     3  ### Upgrade to `go1.18.7`
     4  
     5  Vitess `v14.0.4` now runs on `go1.18.7`.
     6  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.
     7  Below is a summary of this patch release. You can learn more [here](https://go.dev/doc/devel/release#go1.18).
     8  
     9  > 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.
    10  
    11  ### Corrupted results for non-full-group-by queries with JOINs
    12  
    13  An issue in versions `<= v14.0.3` and `<= v15.0.0` that generated corrupted results for non-full-group-by queries with a JOIN
    14  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).