Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add SDV platform and flow release note for v1.2.0 #46

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions zh_CN/release_history/sdv-flow.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# SDV-Flow 发版历史

## V1.2.0

_发布日期_:2024-10-17

### 功能的新增和修改

- 新集成了 NanoLink 协议代理网关功能,接入 SOME/IP-SD 和 CommonAPI 框架。可通过代码生成工具支持IDL/FIDL数据模型。
- 支持从第三方接口读取车辆 VIN 码。
- 支持日志汇聚后代理写入 Android Logcat。
- 各个模组支持 NDK 原生交叉编译。
- 支持从第三方接口读取TLS 证书。
- 消息总线模块的功能故障修复和同步更新。

## V1.1.0

_发布日期_:2024-09-24
Expand Down
17 changes: 15 additions & 2 deletions zh_CN/release_history/sdv-platform.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
# SDV-Platform 发版历史

## V1.2.0

_发布日期_:2024-10-17

### 功能的新增和修改

- 修复 `/api/edgeservice/proxy/history` API 错误的方法的返回结果。
- 修复 `/api/version` API Version 值为空。
- 修复 `/api/edgeagents/{vin}/fileupload` API 下线返回结果。



## V1.1.0
- 历史查询 API。
- 批量下发API 中未注册车辆不阻塞其他车辆下发。

_发布日期_:2024-09-24

### 功能的新增和修改

- 历史查询 API。
- 批量下发API 中未注册车辆不阻塞其他车辆下发。


## V1.0.0

Expand Down