Releases: apache/nifi-api
Releases · apache/nifi-api
Release list
NiFi API 2.9.0
What's Changed
- NIFI-15842 Guard against null fullyQualifiedParameterNames in fetchParameters by @kevdoran in #85
- NIFI-15812 - Support CapabilityTag annotation in Documentation Writer by @pvillard31 in #84
- NIFI-15879: Updates to the Connector API that will allow for transitioning to a T… by @markap14 in #86
- NIFI-15932: Implemented ability to migrate a Versioned flow's Assets … by @markap14 in #88
- NIFI-15926 Aligned NIFI API Checkstyle configuration to be the same as NIFI's Checkstyle configuration. by @dan-s1 in #87
- NIFI-15979 Add Connector reporting-task visibility by @kevdoran in #89
- NIFI-15982 Corrected StandardResourceReferenceFactory so it can now disambiguate between a file path and a single line Java comment. by @dan-s1 in #90
- NIFI-15988: Split MigratableConnector's migrate method into two metho… by @markap14 in #92
- NIFI-15983 Add HOSTNAME_PORT_VALIDATOR to StandardValidators by @yagipy in #91
New Contributors
Full Changelog: nifi-api-2.8.0...nifi-api-2.9.0
NiFi API 2.8.0
What's Changed
- NIFI-15728 Added equals and hashcode methods to classes URLResourceReference and Utf8TextResource. by @dan-s1 in #77
- NIFI-15733 - Add CapabilityTag annotation by @pvillard31 in #78
- NIFI-15760 Replaced spelling of "flow file" and "flow files" in the documentation with "FlowFile" and "FlowFiles" by @dan-s1 in #79
- NIFI-15770 Deprecate Restricted and RequiredPermission for removal by @exceptionfactory in #80
- NIFI-15778 - Bump to Maven 3.9.14, and others by @pvillard31 in #81
- NIFI-15787 - Add Metadata-Only Parameter Listing to ParameterProvider by @pvillard31 in #82
Full Changelog: nifi-api-2.7.0...nifi-api-2.8.0
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