Releases: flame-sh/flame
Releases · flame-sh/flame
v0.3.0
- #16 Support HA for flame (@k82cn)
- #70 Add example about "multiply matrics" (@k82cn)
- #73 Add common data into SessionContext (@k82cn)
- #72 Add WASM shim (@k82cn)
- #63 Replace supervisord with skaffod/minikube (@k82cn)
- #52 Add task_id & session_id in stdio_shim (@k82cn)
- #20 Add python client (@k82cn)
- #57 Update flmping with flame rust client (@k82cn)
v0.2.0
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)