This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
forked from vitessio/vitess
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request vitessio#8415 from planetscale/release-notes
Add release notes for all the versions
- Loading branch information
Showing
5 changed files
with
458 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
## Bugs Fixed | ||
* Running binaries with `--version` or calling @@version from a MySQL client still shows `10.0.0-RC1` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## Bug fixes | ||
### Query Serving | ||
* Fixes encoding of sql strings #8029 | ||
* Fix for issue with information_schema queries with both table name and schema name predicates #8099 | ||
* PRIMARY in index hint list for release 10.0 #8159 | ||
### VReplication | ||
* VReplication: Pad binlog values for binary() columns to match the value returned by mysql selects #8137 | ||
## CI/Build | ||
### Build/CI | ||
* update release notes with known issue #8081 | ||
## Documentation | ||
### Other | ||
* Post v10.0.1 updates #8045 | ||
## Enhancement | ||
### Build/CI | ||
* Added release script to the makefile #8030 | ||
### Other | ||
* Add optional TLS feature to gRPC servers #8176 | ||
## Other | ||
### Build/CI | ||
* Release 10.0.1 #8031 | ||
|
||
The release includes 14 commits (excluding merges) | ||
Thanks to all our contributors: @GuptaManan100, @askdba, @deepthi, @harshit-gangal, @noxiouz, @rohit-nayak-ps, @systay |
Oops, something went wrong.