diff --git a/docs/public/img/deploy/compatibility.excalidraw.png b/docs/public/img/deploy/compatibility.excalidraw.png index c7117d7f936dc..e1f3f9872a5f0 100644 Binary files a/docs/public/img/deploy/compatibility.excalidraw.png and b/docs/public/img/deploy/compatibility.excalidraw.png differ diff --git a/src/meta/client/src/lib.rs b/src/meta/client/src/lib.rs index ddaa69c5141c1..7816d080a4aee 100644 --- a/src/meta/client/src/lib.rs +++ b/src/meta/client/src/lib.rs @@ -65,7 +65,7 @@ pub static METACLI_COMMIT_SEMVER: Lazy = Lazy::new(|| { /// - 2023-05-07: since 1.1.32: /// Meta service: add: TxnDeleteRequest provides a `match_seq` field to delete a record if its `seq` matches. /// -/// - 2023-10-11: since TODO(wait for merge to main): +/// - 2023-10-11: since 1.2.153: /// Meta service: add: pb::SeqV.meta field to support record expiration. pub static MIN_METASRV_SEMVER: Version = Version { major: 1,