mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
v1.37.13
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.37.13](https://github.com/certd/certd/compare/v1.37.12...v1.37.13) (2025-12-02)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 修复西部数据返回信息乱码问题 ([78b1650](https://github.com/certd/certd/commit/78b1650bdb071c858b3f90d53a700d11ee6de328))
|
||||
* 修复西部数码使用域名级别的key申请证书失败的问题 ([5edc72d](https://github.com/certd/certd/commit/5edc72d47550b8e3364dabda70a41cce75d87956))
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* 第三方登录允许选择logo ([bb3085e](https://github.com/certd/certd/commit/bb3085ef84201ccd2dc632ba8c5097cb00258be4))
|
||||
* 支持OIDC单点登录 ([fbf12f1](https://github.com/certd/certd/commit/fbf12f16b5eaa7676fd41923587bf6bd2595adba))
|
||||
|
||||
## [1.37.12](https://github.com/certd/certd/compare/v1.37.11...v1.37.12) (2025-11-29)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@certd/ui-server",
|
||||
"version": "1.37.12",
|
||||
"version": "1.37.13",
|
||||
"description": "fast-server base midway",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
@@ -45,20 +45,20 @@
|
||||
"@aws-sdk/client-cloudfront": "^3.699.0",
|
||||
"@aws-sdk/client-iam": "^3.699.0",
|
||||
"@aws-sdk/client-s3": "^3.705.0",
|
||||
"@certd/acme-client": "^1.37.12",
|
||||
"@certd/basic": "^1.37.12",
|
||||
"@certd/commercial-core": "^1.37.12",
|
||||
"@certd/acme-client": "^1.37.13",
|
||||
"@certd/basic": "^1.37.13",
|
||||
"@certd/commercial-core": "^1.37.13",
|
||||
"@certd/cv4pve-api-javascript": "^8.4.2",
|
||||
"@certd/jdcloud": "^1.37.12",
|
||||
"@certd/lib-huawei": "^1.37.12",
|
||||
"@certd/lib-k8s": "^1.37.12",
|
||||
"@certd/lib-server": "^1.37.12",
|
||||
"@certd/midway-flyway-js": "^1.37.12",
|
||||
"@certd/pipeline": "^1.37.12",
|
||||
"@certd/plugin-cert": "^1.37.12",
|
||||
"@certd/plugin-lib": "^1.37.12",
|
||||
"@certd/plugin-plus": "^1.37.12",
|
||||
"@certd/plus-core": "^1.37.12",
|
||||
"@certd/jdcloud": "^1.37.13",
|
||||
"@certd/lib-huawei": "^1.37.13",
|
||||
"@certd/lib-k8s": "^1.37.13",
|
||||
"@certd/lib-server": "^1.37.13",
|
||||
"@certd/midway-flyway-js": "^1.37.13",
|
||||
"@certd/pipeline": "^1.37.13",
|
||||
"@certd/plugin-cert": "^1.37.13",
|
||||
"@certd/plugin-lib": "^1.37.13",
|
||||
"@certd/plugin-plus": "^1.37.13",
|
||||
"@certd/plus-core": "^1.37.13",
|
||||
"@huaweicloud/huaweicloud-sdk-cdn": "^3.1.120",
|
||||
"@huaweicloud/huaweicloud-sdk-core": "^3.1.120",
|
||||
"@koa/cors": "^5.0.0",
|
||||
|
||||
Reference in New Issue
Block a user