From a50a13ef41b7c58fd640e2ffe69d5f2debaaaf67 Mon Sep 17 00:00:00 2001 From: Erick Daniszewski Date: Mon, 30 Mar 2020 08:48:29 -0400 Subject: [PATCH] docs: add section on compatibility --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ac0ebb01..5b8d75e5 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,16 @@ The general flow through Synse Server for a device read, for example, is: - take the data returned from the plugin and format it into the JSON response scheme - return the data to the caller +## Compatibility + +Below is a table describing the compatibility of various Synse Server versions with Synse platform versions. + +| | Synse v2 | Synse v3 | +| ----------- | -------- | -------- | +| Server v1.x | ✗ | ✗ | +| Server v2.x | ✗ | ✓ | +| Server v3.x | ✗ | ✓ | + ## Feedback Feedback for Synse Server or any component of the Synse platform is greatly appreciated!