mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
v1.31.8
This commit is contained in:
@@ -3,6 +3,18 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.31.8](https://github.com/certd/certd/compare/v1.31.7...v1.31.8) (2025-03-26)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 修复编辑通知勾选默认,导致出现多个默认通知的bug ([6cd7bdd](https://github.com/certd/certd/commit/6cd7bddc37da8b0d7b9860fd9a26ddfe84c869a7))
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* 优化scp上传 ([e51123a](https://github.com/certd/certd/commit/e51123a95131cc76d655937488caf08956a67020))
|
||||
* 支持又拍云cdn ([fd0536b](https://github.com/certd/certd/commit/fd0536bd4b41f15b6b5d42e0b447f0dcbf73b8a8))
|
||||
* 支持又拍云cdn ([57389a7](https://github.com/certd/certd/commit/57389a79a1a61c45d081712562f8b33c9633158e))
|
||||
|
||||
## [1.31.7](https://github.com/certd/certd/compare/v1.31.6...v1.31.7) (2025-03-24)
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@certd/ui-server",
|
||||
"version": "1.31.7",
|
||||
"version": "1.31.8",
|
||||
"description": "fast-server base midway",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
@@ -38,18 +38,18 @@
|
||||
"@aws-sdk/client-acm": "^3.699.0",
|
||||
"@aws-sdk/client-cloudfront": "^3.699.0",
|
||||
"@aws-sdk/client-s3": "^3.705.0",
|
||||
"@certd/acme-client": "^1.31.7",
|
||||
"@certd/basic": "^1.31.7",
|
||||
"@certd/commercial-core": "^1.31.7",
|
||||
"@certd/lib-huawei": "^1.31.7",
|
||||
"@certd/lib-k8s": "^1.31.7",
|
||||
"@certd/lib-server": "^1.31.7",
|
||||
"@certd/midway-flyway-js": "^1.31.7",
|
||||
"@certd/pipeline": "^1.31.7",
|
||||
"@certd/plugin-cert": "^1.31.7",
|
||||
"@certd/plugin-lib": "^1.31.7",
|
||||
"@certd/plugin-plus": "^1.31.7",
|
||||
"@certd/plus-core": "^1.31.7",
|
||||
"@certd/acme-client": "^1.31.8",
|
||||
"@certd/basic": "^1.31.8",
|
||||
"@certd/commercial-core": "^1.31.8",
|
||||
"@certd/lib-huawei": "^1.31.8",
|
||||
"@certd/lib-k8s": "^1.31.8",
|
||||
"@certd/lib-server": "^1.31.8",
|
||||
"@certd/midway-flyway-js": "^1.31.8",
|
||||
"@certd/pipeline": "^1.31.8",
|
||||
"@certd/plugin-cert": "^1.31.8",
|
||||
"@certd/plugin-lib": "^1.31.8",
|
||||
"@certd/plugin-plus": "^1.31.8",
|
||||
"@certd/plus-core": "^1.31.8",
|
||||
"@corsinvest/cv4pve-api-javascript": "^8.3.0",
|
||||
"@huaweicloud/huaweicloud-sdk-cdn": "^3.1.120",
|
||||
"@huaweicloud/huaweicloud-sdk-core": "^3.1.120",
|
||||
|
||||
Reference in New Issue
Block a user