Skip to content

Fluxzero 1.152.5

Choose a tag to compare

@github-actions github-actions released this 20 Apr 11:54

1.152.5 (2026-04-20)

Bug Fixes

  • fix(tracking): handle removed trackers gracefully in schedule logic (1ebf3a4)

    Ensure scheduler does not attempt to process trackers already removed from clusters, enhancing reliability and preventing unnecessary operations. Add updated test coverage for null and empty task cases.

  • fix: ensure in-flight request does not re-add tracker to cluster after disconnect (69ad8d2)
  • fix: use List.getLast() (e1d954b)