You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update NiPyAPI to be roughly forward compatible with NiFi-2.x line. (#368)
* Instruct pyup to ignore pytest in requirements txt
* instruct pytest to not report insecure http requests to localhost for docker testing
* Templates are deprecated in nifi-2x, remove from tests for newer versions
* add function to check registry version using newer aboutapi() call
* update utils.check_version to ignore any non-semver elements of a version string and use newer registry version api call if available
* Update registry client creation to handle nifi-2x structure
* Update Testing to treat NiFI-2.x as regression target
* Deprecate very old nifi-1x versions from regression testing
* Fix get processor test to use a processor available in all nifi versions, GenerateFlowfile
* Update readme about NiFi2.x support.
* Switch 'latest' dockerfile to use 'latest' nifi tags.
Copy file name to clipboardExpand all lines: README.rst
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,12 @@ Background and Documentation
96
96
NiFi Version Support
97
97
--------------------
98
98
99
-
|Currently we are testing against NiFi versions 1.1.2 - 1.27.0, and NiFi-Registry versions 0.1.0 - 1.27.0.
99
+
|Currently we are testing against NiFi versions 1.9.2 - 1.27.0, and NiFi-Registry versions 0.3.0 - 1.27.0.
100
+
101
+
|We have also tested against the latest 2.0.0-M4 release candidates using the 1.x SDK and have found that basic functionality works as expected.
102
+
|Apache NiFi offers no compatibility guarantees between major versions, and while many functions may work the same, you should test carefully for your specific use case.
103
+
|In future we will create a specific branch of NiPyAPI for NiFi 2.x SDKs, and maintain separate NiFi 1.x and NiFi 2.x clients.
104
+
100
105
|If you find a version compatibility problem please raise an `issue <https://github.com/Chaffelson/nipyapi/issues>`_
0 commit comments