-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add changelog for v0.56.0 * Update CHANGELOG-v0.56.0-zh.md --------- Co-authored-by: tomqin93 <tomqin93@users.noreply.github.com> Co-authored-by: Tom Qin <xqin@edgenesis.com>
- Loading branch information
1 parent
cb458e6
commit 2ee4339
Showing
2 changed files
with
84 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
|
||
|
||
# 自 [v0.55.0](https://github.com/Edgenesis/shifu/releases/tag/v0.55.0) 以来的变更 | ||
|
||
## 新功能 🎉 | ||
|
||
* 添加 lwm2m deviceShifu设计 @rhoninl 提交于 https://github.com/Edgenesis/shifu/pull/878 | ||
|
||
* 添加 lwM2M 网关设计 @rhoninl 提交于 https://github.com/Edgenesis/shifu/pull/879 | ||
|
||
* 为 deviceshifu OPCUA 和 MQTT 启用 PUT 方法以写入数据 @rhoninl 提交于 https://github.com/Edgenesis/shifu/pull/1004 | ||
|
||
* 实现 deviceShifu LwM2M @rhoninl 提交于 https://github.com/Edgenesis/shifu/pull/1001 | ||
|
||
* 实现网关 lwm2m @rhoninl 提交于 https://github.com/Edgenesis/shifu/pull/1002 | ||
|
||
## 改进 | ||
|
||
* 更新 devcontainer 配置 @tomqin93 提交于 https://github.com/Edgenesis/shifu/pull/1005 | ||
|
||
* 添加 devcontainer 参数 SYS_PTRACE 和 --network=host @tomqin93 提交于 https://github.com/Edgenesis/shifu/pull/1008 | ||
|
||
* 更新 Mac 构建镜像为 macOS-latest 以应对即将到来的弃用 @tomqin93 提交于 https://github.com/Edgenesis/shifu/pull/1009 | ||
|
||
## Bug 修复 | ||
|
||
* 修复 CoreLink String Flaky 测试 @rhoninl 提交于 https://github.com/Edgenesis/shifu/pull/1026 | ||
|
||
## 新的贡献者 🌟 | ||
|
||
* @beingStrongeryqqq 在 https://github.com/Edgenesis/shifu/pull/1017 中首次贡献 | ||
|
||
## Dependabot 自动更新 🤖 | ||
|
||
* 由 @dependabot 提交的 github.com/minio/minio-go/v7 从 7.0.77 升级到 7.0.78 https://github.com/Edgenesis/shifu/pull/1011 | ||
|
||
* 由 @dependabot 提交的 github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai 从 0.6.2 升级到 0.7.0 https://github.com/Edgenesis/shifu/pull/1012 | ||
|
||
* 由 @dependabot 提交的 github.com/Azure/azure-sdk-for-go/sdk/azcore 从 1.14.0 升级到 1.16.0 https://github.com/Edgenesis/shifu/pull/1019 | ||
|
||
**完整变更日志**: https://github.com/Edgenesis/shifu/compare/v0.55.0...v0.56.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
|
||
|
||
# Changelog since [v0.55.0](https://github.com/Edgenesis/shifu/releases/tag/v0.55.0) | ||
|
||
## New Features 🎉 | ||
|
||
* Add lwm2m deviceshifu design by @rhoninl in https://github.com/Edgenesis/shifu/pull/878 | ||
|
||
* add lwM2M gateway design by @rhoninl in https://github.com/Edgenesis/shifu/pull/879 | ||
|
||
* Enable PUT method for deviceshifu OPCUA and MQTT to write data by @rhoninl in https://github.com/Edgenesis/shifu/pull/1004 | ||
|
||
* deviceShifu LwM2M Implement by @rhoninl in https://github.com/Edgenesis/shifu/pull/1001 | ||
|
||
* implement gateway lwm2m by @rhoninl in https://github.com/Edgenesis/shifu/pull/1002 | ||
|
||
## Enhancement | ||
|
||
* Update devcontainer configuration by @tomqin93 in https://github.com/Edgenesis/shifu/pull/1005 | ||
|
||
* Add devcontainer argument for SYS_PTRACE and --network=host by @tomqin93 in https://github.com/Edgenesis/shifu/pull/1008 | ||
|
||
* update Mac builder image to macOS-latest due to upcoming deprecation by @tomqin93 in https://github.com/Edgenesis/shifu/pull/1009 | ||
|
||
## Bug fixes | ||
|
||
* Fix CoreLink String Flaky Test by @rhoninl in https://github.com/Edgenesis/shifu/pull/1026 | ||
|
||
## New Contributors 🌟 | ||
|
||
* @beingStrongeryqqq made their first contribution in https://github.com/Edgenesis/shifu/pull/1017 | ||
|
||
## Dependabot 🤖 | ||
|
||
* Bump github.com/minio/minio-go/v7 from 7.0.77 to 7.0.78 by @dependabot in https://github.com/Edgenesis/shifu/pull/1011 | ||
|
||
* Bump github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai from 0.6.2 to 0.7.0 by @dependabot in https://github.com/Edgenesis/shifu/pull/1012 | ||
|
||
* Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.14.0 to 1.16.0 by @dependabot in https://github.com/Edgenesis/shifu/pull/1019 | ||
|
||
**Full Changelog**: https://github.com/Edgenesis/shifu/compare/v0.55.0...v0.56.0 | ||
|