mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
v1.34.0
This commit is contained in:
@@ -3,6 +3,20 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [1.34.0](https://github.com/certd/certd/compare/v1.33.8...v1.34.0) (2025-04-28)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 修复二次认证登录进入错误账号的bug ([e3930e0](https://github.com/certd/certd/commit/e3930e07172dd7903cb0f6ff26e0e3e828ba3e77))
|
||||
|
||||
### Features
|
||||
|
||||
* 从yaml文件注册插件 ([deb3893](https://github.com/certd/certd/commit/deb38938204b29543f36d3266249958faaaa6b66))
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* 优化cdnfly插件,支持自动匹配域名部署 ([afd59e9](https://github.com/certd/certd/commit/afd59e9933b2650f41c5d47684c171b93b962065))
|
||||
|
||||
## [1.33.8](https://github.com/certd/certd/compare/v1.33.7...v1.33.8) (2025-04-26)
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@certd/ui-server",
|
||||
"version": "1.33.8",
|
||||
"version": "1.34.0",
|
||||
"description": "fast-server base midway",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
@@ -39,19 +39,19 @@
|
||||
"@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.33.8",
|
||||
"@certd/basic": "^1.33.8",
|
||||
"@certd/commercial-core": "^1.33.8",
|
||||
"@certd/jdcloud": "^1.33.8",
|
||||
"@certd/lib-huawei": "^1.33.8",
|
||||
"@certd/lib-k8s": "^1.33.8",
|
||||
"@certd/lib-server": "^1.33.8",
|
||||
"@certd/midway-flyway-js": "^1.33.8",
|
||||
"@certd/pipeline": "^1.33.8",
|
||||
"@certd/plugin-cert": "^1.33.8",
|
||||
"@certd/plugin-lib": "^1.33.8",
|
||||
"@certd/plugin-plus": "^1.33.8",
|
||||
"@certd/plus-core": "^1.33.8",
|
||||
"@certd/acme-client": "^1.34.0",
|
||||
"@certd/basic": "^1.34.0",
|
||||
"@certd/commercial-core": "^1.34.0",
|
||||
"@certd/jdcloud": "^1.34.0",
|
||||
"@certd/lib-huawei": "^1.34.0",
|
||||
"@certd/lib-k8s": "^1.34.0",
|
||||
"@certd/lib-server": "^1.34.0",
|
||||
"@certd/midway-flyway-js": "^1.34.0",
|
||||
"@certd/pipeline": "^1.34.0",
|
||||
"@certd/plugin-cert": "^1.34.0",
|
||||
"@certd/plugin-lib": "^1.34.0",
|
||||
"@certd/plugin-plus": "^1.34.0",
|
||||
"@certd/plus-core": "^1.34.0",
|
||||
"@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