vitess.io/vitess@v0.16.2/changelog/15.0/15.0.1/changelog.md (about) 1 # Changelog of Vitess v15.0.1 2 3 ### Bug fixes 4 #### Build/CI 5 * Docker Image Context Fix [#11628](https://github.com/vitessio/vitess/pull/11628) 6 * Addition of a CI tool to detect dead links in test/config.json [#11668](https://github.com/vitessio/vitess/pull/11668) 7 * Fix files changes filtering in CI [#11714](https://github.com/vitessio/vitess/pull/11714) 8 #### General 9 * [release-15.0] Fix missing flag usage for vault credentials flags (#11582) [#11583](https://github.com/vitessio/vitess/pull/11583) 10 * fix vdiff release notes [#11595](https://github.com/vitessio/vitess/pull/11595) 11 #### Query Serving 12 * collations: fix coercion semantics according to 8.0.31 changes [#11487](https://github.com/vitessio/vitess/pull/11487) 13 * [bugfix] Allow VTExplain to handle shards that are not active during resharding [#11640](https://github.com/vitessio/vitess/pull/11640) 14 * [release-15.0] Do not multiply `AggregateRandom` in JOINs [#11672](https://github.com/vitessio/vitess/pull/11672) 15 * [15.0] Send errors in stream instead of a grpc error from streaming rpcs when transaction or reserved connection is acquired [#11687](https://github.com/vitessio/vitess/pull/11687) 16 * improve handling of ORDER BY/HAVING rewriting [#11691](https://github.com/vitessio/vitess/pull/11691) 17 * [release-15.0] Accept no more data in session state change as ok (#11796) [#11800](https://github.com/vitessio/vitess/pull/11800) 18 * semantics: Use a BitSet [#11819](https://github.com/vitessio/vitess/pull/11819) 19 #### VTAdmin 20 * Add VTAdmin folder to release package [#11683](https://github.com/vitessio/vitess/pull/11683) 21 #### vtctl 22 * Switch ApplySchema `--sql` argument to be `StringArray` instead of `StringSlice` [#11790](https://github.com/vitessio/vitess/pull/11790) 23 ### CI/Build 24 #### Build/CI 25 * [release-15.0] Remove Launchable in the workflows [#11669](https://github.com/vitessio/vitess/pull/11669) 26 * Update test runners to run all tests including outside package [#11787](https://github.com/vitessio/vitess/pull/11787) 27 * [release-15.0] Add automation to change vitess version in the docker-release script (#11682) [#11816](https://github.com/vitessio/vitess/pull/11816) 28 #### Governance 29 * codeowners: have at least two for almost every package [#11639](https://github.com/vitessio/vitess/pull/11639) 30 #### Query Serving 31 * [release-15.0] Consistent sorting in Online DDL Vrepl suite test (#11821) [#11828](https://github.com/vitessio/vitess/pull/11828) 32 #### VReplication 33 * update jsonparser dependency [#11694](https://github.com/vitessio/vitess/pull/11694) 34 ### Release 35 #### General 36 * Release of v15.0.0 [#11573](https://github.com/vitessio/vitess/pull/11573) 37 * Back to dev mode after v15.0.0 [#11574](https://github.com/vitessio/vitess/pull/11574) 38 * fix anchors for release notes and summary [#11578](https://github.com/vitessio/vitess/pull/11578) 39 * Mention the `--db-config-*-*` flag in the release notes [#11610](https://github.com/vitessio/vitess/pull/11610) 40 ### Testing 41 #### Build/CI 42 * [release-15.0] Use `go1.19.3` in the upgrade/downgrade tests [#11676](https://github.com/vitessio/vitess/pull/11676) 43