What's Changed
- Update for NiFi-2.6.0 by @Chaffelson in #391
Infrastructure Fixes
- ReadTheDocs configuration: Fixed
.readthedocs.yamlto properly install package withdocsextras, ensuringsetuptools-scmis available for dynamic version detection. Stable docs now display correct version instead of 0.19. - Pylint 3.x compatibility: Updated
pylintrcwithignore-pathsregex patterns to properly exclude generated code directories (nipyapi/nifi/,nipyapi/registry/,_version.py) in CI environments using pylint 3.x. - CI workflow optimization: Reordered GitHub Actions steps to upload coverage reports before
make test-distruns, preventingmake cleanfrom deletingcoverage.xmlbefore codecov upload.
Documentation Updates
- Branch references: Updated all documentation links from
NiFi2xdevelopment branch tomaindefault branch (README badges, contribution guide links, Sphinx source code references). - LICENSE: Added full Apache 2.0 license text to repository root.
- Development workflow: Added
.cursor/to.gitignorefor IDE-specific files.
Full Changelog: v1.0.0...v1.0.1