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
Added known issue to atempt to forestall python2 openssl bug reports
Added test certs to manifest so the demos work out of the box
pinned ruamel.yaml in install controls
added requirement for requests to use new security enhancements per best practice
tweaked security functions to make it clearer when the cert is failing on handshake
Copy file name to clipboardExpand all lines: docs/history.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@ History
18
18
* Standardised bad user submission on AssertionError, bad API submission errors on ValueError, and general API errors on ApiException. This standard should flow forwards
19
19
* Switched ruamel.yaml from >15 to <15 as advised in the project documentation, as >15 is not considered production ready
20
20
21
+
**Known Issues**
22
+
23
+
* Python2 environments with older versions of openssl may run into errors like 'SSLV3_ALERT_HANDSHAKE_FAILURE' when working in secured environments. This is not a NiPyApi bug, it's a problem with py2/openssl which is fixed by either upgrading openssl or moving to Python3 like you know you should
24
+
21
25
**New Features**
22
26
23
27
* Added support for working with secured NiFi environments, contributed by KevDoran
@@ -35,6 +39,7 @@ History
35
39
* Implemented import/export to json/yaml in versioning
36
40
* Added regression/backtesting for many functions going back through major release versions to NiFi-1.1.2. More details will be obvious from reading tests/conftest.py
37
41
* Test suites now more reliably clean up after themselves when executed on long-running environments
42
+
* Apparently logging is popular, so standard Python logging is now included
0 commit comments