v2.5.0
What's Changed
- Property usage instrumentation initial framework by @akang31 in #651
- This is the first iteration at a framework allowing users to track usage of properties and then periodically flush the usage data via a provided consumer. The intention is that this feature enables cleanups of unused properties. This PR specifically addresses the PollingDynamicConfig case with the intention of encouraging cleanup of dynamic properties.
- There should not be any impact on any existing workflows as this is disabled by default.
- Call getParameterCount in a couple of other places by @kilink in #652
Full Changelog: v2.4.0...v2.5.0