vitess.io/vitess@v0.16.2/changelog/15.0/15.0.1/release_notes.md (about) 1 # Release of Vitess v15.0.1 2 ## Major Changes 3 4 ### Corrupted results for non-full-group-by queries with JOINs 5 6 An issue in versions `<= v14.0.3` and `<= v15.0.0` that generated corrupted results for non-full-group-by queries with a JOIN 7 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). 8 9 ### VtAdmin web folder is missing while installing Vitess with local method 10 11 When we try to install Vitess locally (https://vitess.io/docs/15.0/get-started/local/#install-vitess) on `v15.0`, we are getting the following error 12 ``` 13 npm ERR! enoent ENOENT: no such file or directory, open '/home/web/vtadmin/package.json' 14 ``` 15 This issue is fixed in 15.0.1. The full issue can be found [here](https://github.com/vitessio/vitess/issues/11679), and its fix [here](https://github.com/vitessio/vitess/pull/11683). 16 17 ------------ 18 19 The entire changelog for this release can be found [here](https://github.com/vitessio/vitess/blob/main/changelog/15.0/15.0.1/changelog.md). 20 21 The release includes 25 commits (excluding merges) 22 23 Thanks to all our contributors: @GuptaManan100, @frouioui, @harshit-gangal, @rsajwani, @vitess-bot[bot] 24