Closed
Description
New WAL records were introduced in v1.1.0, so with the v1 guarantees, we need to support the old records for up to 2 releases. As the old record was introduced in v1.0.0, it is supported till v1.2.0, hence can be removed for v1.3.0 and get rid of lot of grpc code + complexity in WAL replay.
I will pick this up in future unless someone does it before me :)