Skip to content

Releases: xflops/flame

v0.5.0

06 Nov 13:04
878f0b4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

30 Jul 02:42
6762bb2

Choose a tag to compare

  • #24 Add more shims, e.g. gRPC, Rest (@k82cn)
  • #83 Enhance flmexec to execute command (@k82cn)
  • #84 Enhance Ptr usage in Flame (@k82cn)
  • #81 Add Application management to simplify the configuration (@k82cn)
  • #64 Replace supervisord with minikube in CI (@k82cn)

v0.3.0

16 Jan 05:10
47e3b30

Choose a tag to compare

v0.2.0

03 May 14:45
790b982

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)