Skip to content

Commit

Permalink
chore: update meta-query compatibility doc (#13219)
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer authored Oct 12, 2023
1 parent 34b2e08 commit 34025da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/public/img/deploy/compatibility.excalidraw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/meta/client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pub static METACLI_COMMIT_SEMVER: Lazy<Version> = 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,
Expand Down

1 comment on commit 34025da

@vercel
Copy link

@vercel vercel bot commented on 34025da Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.