Skip to content

Fluxzero 1.62.0

Choose a tag to compare

@github-actions github-actions released this 02 Jan 17:30

1.62.0 (2026-01-02)

Features

  • feat(test-fixture): allow resolving expired schedules by payload class (2cc87a6)

    Support passing a Class to whenScheduleExpires() and givenExpiredSchedules() to resolve the first matching future schedule by payload type and fast-forward time to its deadline. Throw IllegalStateException when no matching schedule is found, and ignore duplicate Class arguments in givenExpiredSchedules().

Bug Fixes

  • fix(test-fixture): ensure JSON-file payloads are parsed correctly (4d94775)
  • fix(test-fixture): update `andThen` method to return `Given<?>` (c0d2f46)

    This fixes tests in kotlin that use `andThen`.