Skip to content

Releases: BuildByNexora/Kron

Kron v0.1.1 alpha

10 Jun 14:51

Choose a tag to compare

Kron v0.1.1 alpha\n\nPatch release after v0.1.0:\n- Fixes Windows IPC build path for wheel publishing\n- Keeps the async wrapper API: astart, ashutdown, astatus, alist\n- PyPI distribution: kron-scheduler\n- Python import: import kron\n\nDistributed mode remains experimental. Storage format is not stable before v1.0.

Kron v0.1.0 alpha

10 Jun 14:19

Choose a tag to compare

Kron v0.1.0 alpha

Highlights:

  • Embedded Python scheduler backed by Rust core
  • Sync API plus asyncio wrapper: astart, ashutdown, astatus, alist
  • Persistent timer metadata, append-only event log, snapshots and compaction
  • CLI observe/admin commands
  • Experimental OpenRaft-backed distributed server mode
  • PyPI distribution name: kron-scheduler; Python import remains: import kron
  • Notes:
  • Distributed mode remains experimental
  • Storage format is not stable before v1.0
  • Async callbacks are not supported yet