Releases: LeaflowNET/leaflow
Releases · LeaflowNET/leaflow
Release list
v0.9.0
新增 billing 服务,契约总操作数 299 → 324。
新增服务
billing(21 个操作)—— 此前完全不存在于 CLI 中,本次首次提供:账单账户的创建与读取、账户与项目的绑定解绑、余额、发票、账单流水、信用额度流水、充值、订阅、支付方式与结算门户。
leaflow billing --help
新增操作
account:list-locales、update-accountiam:batch-get-membersmonitoring:list-templates—— 监控模板目录,模板绑定所校验的依据。它对每个项目都相同,应当读取而非自行留存副本,副本会漂移,且其中只有一部分漂移会明确报错。
契约变更
assistant: 会话新增inputModalities,声明模型接受的输入模态(text、image);空列表表示未知而非"不接受任何输入"。action 的description上限由 500 提升至 1024,与 OpenAI 对tools[].function.description的实际限制一致。compute: 操作记录新增actor_name,记录操作发生当时该用户的名称,事后不再刷新。早于该字段的记录及平台自身执行的记录为 null。
修复
install.ps1: 以 PowerShell 5.1 支持的方式读取 releases/latest 重定向 (2d09a50)
Full Changelog: v0.8.1...v0.9.0
v0.8.1
Changelog
- 1231b64: build: Go 打到 1.27.0 (@iVampireSP)
v0.8.0
v0.7.0
Changelog
- d78a1e7: ci: 契约同步直接落 main,不再开 PR (@iVampireSP)
- 12b9cc2: feat(install): remove an installation from the install scripts (@iVampireSP)
- 2070ecf: Merge branch 'feat/install-uninstall' (@iVampireSP)
- e944450: fix(cli): keep --body for the request body when a field is named body (@iVampireSP)
- 607516a: Merge branch 'fix/body-flag-collision' (@iVampireSP)
v0.6.0
Changelog
- 786c7bd: feat(dns): 同步 dns 契约 (@iVampireSP)
v0.5.1
Changelog
- ffac168: fix(ci): the contract sync never saw a change on the push path (@iVampireSP)
- 83d608a: docs(compute): sync the rule that a failing command is still a 200 (@iVampireSP)
v0.5.0
Changelog
- be83e87: refactor(update): separate deciding what to extract from extracting it (@iVampireSP)
- 3686a45: feat: install on Windows with one command (@iVampireSP)
- fdd800e: ci: move the actions off Node 20 (@iVampireSP)
- 5ef3f3c: feat(compute)!: three power commands instead of one act-on-instance (@iVampireSP)
v0.4.0
Changelog
- aa82a37: docs(compute): sync run-instance-command into the contract (@iVampireSP)
- 78dd306: docs(compute): sync the reworded command endpoint note (@iVampireSP)
- 3f4cd90: feat!: make the core a library the command line is one caller of (@iVampireSP)
v0.3.0
Changelog
- 26f8c4f: docs(compute): sync the contract now that it is in English (@iVampireSP)
v0.2.4
Changelog
- decaf10: feat: take service addresses from the contracts (@iVampireSP)
- a130d5d: fix: remove the winget publisher and verify releases in CI (@iVampireSP)