MySQL 8.0.21 includes several new features and enhancements:
1) It allows disabling of the InnoDB redo log at runtime to improve performance while loading initial data.
2) The JSON_VALUE function was added to extract scalar values from JSON documents.
3) CREATE TABLE...SELECT statements are now atomic and crash-safe operations.
4) Per-user comments and attributes can now be set when creating or updating MySQL user accounts.