Skip to content

Fluxzero 1.274.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Sep 01:43
· 16 commits to main since this release

1.274.0 (2026-09-12)

Features

  • scheduling: add schedule ID factory (7683f93)

    Offer a concise construction route for generic typed schedule IDs while preserving the existing constructor and stable string representation. Use the factory in human and agent guidance.

  • scheduling: expose typed schedule ID overloads (1d12645)

    Make ScheduleId discoverable across scheduling, command, periodic, lookup, and cancellation APIs while retaining the existing Object-based implementation contract. Default delegates preserve custom scheduler implementations and the established string wire format.

  • authentication: add stable user identity (4246c73)

    Keep existing User implementations compatible by defaulting id() to Principal.getName(). Use the explicit identity for user metadata and authorization diagnostics without adding it to legacy serialized user objects.