Releases: apache/nifi-api
Releases · apache/nifi-api
NiFi API 2.7.0
What's Changed
- NIFI-15503 Update required maven version by @NissimShiman in #55
- NIFI-15502 Updated the checkstyle.xml to contain the same rules as Apache NIFI. by @dan-s1 in #56
- NIFI-15516 Upgrade Maven from 3.9.11 to 3.9.12 by @exceptionfactory in #58
- NIFI-15502 Fixed the typos and some of the grammar in the NIFI-API javadocs. by @dan-s1 in #59
- NIFI-15646 - NiFi API - Bump Apache POM to 37, JUnit to 6.0.3, and others by @pvillard31 in #71
- NIFI-15609 Removed unnecessary semicolons in enum declarations and ensured all variables in enums are final. by @dan-s1 in #68
- NIFI-15608 Corrected mismatch between javadoc and code for javadoc on method filter in interface FlowFileFilter. by @dan-s1 in #67
- NIFI-15574 Added the Javadoc snippet tag for the code examples in the Nifi API Javadocs. by @dan-s1 in #65
- NIFI-15660 - Bump net.sourceforge.pmd:pmd-core from 7.21.0 to 7.22.0 by @dependabot[bot] in #72
- NIFI-15258 Add API for Connectors by @markap14 in #70
- NIFI-15670 - Flow import/export with stateful components state by @pvillard31 in #73
- NIFI-15601 Improved the TIME_DURATION_REGEX in DurationFormat.java to accurately capture a positive decimal number with or without a leading integer. by @dan-s1 in #66
- NIFI-15258 - Update Asset to add default for getOwnerIdentifier by @pvillard31 in #75
- NIFI-15670 - Replace List of Map with VersionedNodeState to fix JAXB compatibility by @pvillard31 in #76
Full Changelog: nifi-api-2.6.0...nifi-api-2.7.0
2.6.0
What's Changed
- NIFI-15443 - Add support for migrateProperties in Registry Clients and Parameter Providers by @pvillard31 in #44
- NIFI-15360 - Add support for Parameter Tags by @pvillard31 in #36
Full Changelog: nifi-api-2.5.0...nifi-api-2.6.0
2.5.0
Features
- Add
ListenComponentinterface and Listen Port definition for components publishing network socket port information - Add create branch method to
FlowRegistryClientinterface
2.4.0
Features
- Add clear Bulletins methods to the
BulletinRepositoryinterface definition - Add stack trace property to Bulletin objects
- Add Flow Registry Client to documented Extension Types
- Upgraded plugins and test dependencies
2.3.0
Features
- Add
dropStateKeySupportedtoStatefulannotation allowing a component to specify if individual keys in the component's state can be removed - Add flow name and registry information to
RegisteredFlowSnapshotMetadata
2.2.0
Features
- Added
VerifyableFlowRegistryClientinterface for verification of Flow Registry Clients - Added Registered Flow Snapshot Metadata to Process Group Status
2.1.0
Features
- Added
DisallowRunOncebehavior annotation for Processors
2.0.0
Features
- Initial version of Apache NiFi public API as a standalone module for integrating internal and external extension components