Repository: nifi-minifi-cpp
Updated Branches:
  refs/heads/master 86995ac02 -> 8b952e9dd


MINIFICPP-407: Update readme to clarify that we use semver and will not break 
api and abi compatibility

This closes #266.

Signed-off-by: Aldrin Piri <ald...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/8b952e9d
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/8b952e9d
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/8b952e9d

Branch: refs/heads/master
Commit: 8b952e9ddbdbda3774af411fa2453c0af064549d
Parents: 86995ac
Author: Marc Parisi <phroc...@apache.org>
Authored: Tue Feb 20 07:31:38 2018 -0500
Committer: Aldrin Piri <ald...@apache.org>
Committed: Thu Feb 22 10:34:43 2018 -0500

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/8b952e9d/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 6f9233b..c5b59f3 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ MiNiFi - C++ supports the following processors:
 * [UnfocusArchiveEntry](PROCESSORS.md#unfocusarchiveentry)
 
 ## Caveats
-* 0.5.0 represents a non-GA release, APIs and interfaces are subject to change
+* 0.5.0 represents a GA-release. We follow semver so you can expect API and 
ABI compatibility within minor releases. See [semver's 
website](https://semver.org/) for more information
 * Build and usage currently only supports Linux and OS X environments. MiNiFi 
C++ can be built and run through the Windows Subsystem for Linux but we provide 
no support for this platform.
 * Provenance events generation is supported and are persisted using RocksDB. 
Volatile repositories can be used on systems without persistent storage.
 

Reply via email to