Skip to content

v2.5.0

Compare
Choose a tag to compare
@akang31 akang31 released this 08 Jun 19:05
· 137 commits to 2.x since this release
1652603

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