Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
add release notes for all the versions
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Taylor <[email protected]>
  • Loading branch information
systay committed Jul 6, 2021
1 parent 273b789 commit dd2a551
Show file tree
Hide file tree
Showing 5 changed files with 458 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/releasenotes/10_0_1_release_notes.md
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`
24 changes: 24 additions & 0 deletions doc/releasenotes/10_0_2_release_notes.md
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
Loading

0 comments on commit dd2a551

Please sign in to comment.