Releases: xflops/flame
Releases · xflops/flame
v0.5.0
What's Changed
- Bump up the versions. by @k82cn in #134
- New flmexec arch. by @k82cn in #135
- Run py script by flmexec by @k82cn in #136
- chore: add sdk go for mcp. by @k82cn in #137
- fix: update readme for elastic workload by @k82cn in #138
- fix: retry FEM in CI. by @k82cn in #139
- chore: add UT about tasks for Go SDK. by @k82cn in #140
- chore: add flame mcp for agent. by @k82cn in #143
- chore: add UT to run multi tasks in one session. by @k82cn in #144
- chore: replace TPC with Unix socket for shim/svc. by @k82cn in #147
- chore: add python sdk and Agent example. by @k82cn in #146
- chore: create session in py. by @k82cn in #148
- chore: add openai agent example. by @k82cn in #149
- chore: add AI Agent blog. by @k82cn in #150
- chrose: run LLM code via Flame. by @k82cn in #151
- docs: add run LLM script blog. by @k82cn in #153
- fix: rm stdio/shell shim. by @k82cn in #154
- chore: add delay_release & max_instances. by @k82cn in #156
- chore: add description & labels to application. by @k82cn in #157
- chore: add executor manager. by @k82cn in #159
- fix: update flame arch. by @k82cn in #160
- fix: update flame arch. by @k82cn in #161
- chore: add input, output and common_data schema to application. by @k82cn in #163
- fix: validate schema of input/output/common_data. by @k82cn in #164
- Update to flamepy by @k82cn in #165
- Add py e2e. by @k82cn in #166
- fix: update fsi socket path. by @k82cn in #167
- chore: add FlameInstance. by @k82cn in #169
- fix: fix empty schema error. by @k82cn in #170
- chore: add langchain example. by @k82cn in #171
- chore: add spider example. by @k82cn in #172
- chore: rename shims. by @k82cn in #173
- chore: add e2e framework. by @k82cn in #174
- chore: add test application e2e. by @k82cn in #175
- fix: fix unregister app issue. by @k82cn in #176
- fix: if session closed, did not launch task. by @k82cn in #177
- fix: remove Go deps. by @k82cn in #178
- chore: add e2e app. by @k82cn in #179
- chore: add multi-ssn for langchain. by @k82cn in #180
- chore: add cri-rs for cri shim. by @k82cn in #181
- chore: add update application. by @k82cn in #182
- fix: provide more error message. by @k82cn in #183
- chore: replace log/env_logger with tracing. by @k82cn in #184
- chore: return error/exception to client. by @k82cn in #185
- chore: add events for ssn/tasks. by @k82cn in #186
- fix: enhance e2e ci. by @k82cn in #187
- fix: enhance multi-task e2e. by @k82cn in #188
- fix: enable benchmark in e2e. by @k82cn in #189
- fix: update flame version. by @k82cn in #190
- fix: update version to 0.5.0 by @k82cn in #191
- fix: update quick start in readme. by @k82cn in #192
- chore: add crawler example. by @k82cn in #193
- chore: enhance flmping for debug. by @k82cn in #194
- Fix action errors by @k82cn in #195
- docs: minor grammar fix by @Monokaix in #196
- fix: killpg for instances. by @k82cn in #197
- fix: disable shuffle/backfill actions. by @k82cn in #198
- fix: update deserved by total slots. by @k82cn in #199
- chore: add SRA example. by @k82cn in #200
- chore: add list executor to flmctl. by @k82cn in #201
- Shuffle action by @k82cn in #202
- chore: update sqlite version. by @k82cn in #203
- chore: add dedicated thread in fsm. by @k82cn in #204
- fix: load applications. by @k82cn in #205
- fix: enhance ptr struct. by @k82cn in #206
- chore: add version for app/ssn/task. by @k82cn in #207
- fix: avoid over preemption. by @k82cn in #208
New Contributors
Full Changelog: v0.4.0...v0.5.0
v0.4.0
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)