Skip to content

Fluxzero 1.164.0

Choose a tag to compare

@github-actions github-actions released this 12 May 21:45

1.164.0 (2026-05-12)

Features

  • feat(publishing): limit recursive publication depth (3e911d3)

    Add a publication-depth guard that tracks nested publications in metadata and blocks chains above the configured maximum. Expose maxPublicationDepth through configuration, support fluxzero.maxPublicationDepth through PropertySource, and allow negative values to disable the guard.

    Tests cover recursive event handling, async handling, schedule branch resets, overflow handling, disabled guard behavior, and integer property lookup.