Skip to content

Releases: flame-sh/flame

v0.3.0

16 Jan 05:10
47e3b30
Compare
Choose a tag to compare

v0.2.0

03 May 14:45
790b982
Compare
Choose a tag to compare

This is the init version of Flame, it provides basic features by following Issues/MRs.

  • #33: Add more integration test (@k82cn)
  • #32: The output of flmctl list should be ordered (@k82cn)
  • #34: Create multiple sessions (@k82cn)
  • #30: Remove rpc model dependency from flame-client (@k82cn)
  • #23: Add watch_task gRPC (@k82cn)
  • #9: Add CI for Flame (@k82cn)
  • #22: Support resource share between multiple sessions. (@k82cn)
  • #12: Add Monte-Carlo Pi example (@k82cn)
  • #14: Filter executors based on session spec in scheduler (@k82cn)
  • #7: Fix 'cargo clippy' complain (@k82cn)
  • #21: Replace String by Bytes for TaskOutput/TaskInput (@k82cn)
  • #10: Move all APIs into common::apis mod. (@k82cn)
  • #11: Support TaskOutput (@k82cn)
  • #13: Build flame-client for the demo (@k82cn)
  • #8: Add stdio_shim (@k82cn)