Skip to content

Releases: cplieger/scheduler

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 12:02

Added

  • V3 — drop the dead Latch/WaitForDrain/InFlight drain surface
  • Add Execute, the lifecycle-owning executor loop

Fixed

  • Enforce ParseInterval def and NewQueue capacity preconditions

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 10:23

Added

  • Add trigger subpackage — the single-owner broker (queue, socket server, client)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 16:52

Added

  • V2 — Exclusive policy hooks, SlotFile, RerunFlag removal

Fixed

  • Prevent a concurrent Clear from losing a raised Latch

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 19:32

Added

  • Add WithRedactedValue interval option for secret-capable config fields
  • Add Exclusive cross-process run coalescing with a bounded rerun queue

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 13 Jul 05:08

Fixed

  • Normalize swapped WithBounds bounds to prevent an inverted clamp band

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 23:46

Added

  • Add Latch cross-process signal primitive

Fixed

  • Clamp JitteredDelay fraction and harden drain/holder edge cases

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 10:15

Added

  • Scheduling scaffold for containerized job runners