mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
v1.33.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.33.0](https://github.com/certd/certd/compare/v1.32.0...v1.33.0) (2025-04-11)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 升级mysql驱动,支持mysql8最新版本的认证 ([2f5ed3a](https://github.com/certd/certd/commit/2f5ed3aead97641f2c80d692a50226839016df0b))
|
||||
|
||||
### Features
|
||||
|
||||
* 支持在线自定义插件,无需源码开发 ([d0d9d68](https://github.com/certd/certd/commit/d0d9d68fe6740f6ff49fe40b7c9917c5a2e4b442))
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* 隐藏运行策略选项 ([2951df0](https://github.com/certd/certd/commit/2951df0cd94c23e2efee84ff1b843055aac56cae))
|
||||
|
||||
# [1.32.0](https://github.com/certd/certd/compare/v1.31.11...v1.32.0) (2025-04-04)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@certd/ui-server",
|
||||
"version": "1.32.0",
|
||||
"version": "1.33.0",
|
||||
"description": "fast-server base midway",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
@@ -38,19 +38,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.32.0",
|
||||
"@certd/basic": "^1.32.0",
|
||||
"@certd/commercial-core": "^1.32.0",
|
||||
"@certd/jdcloud": "^1.32.0",
|
||||
"@certd/lib-huawei": "^1.32.0",
|
||||
"@certd/lib-k8s": "^1.32.0",
|
||||
"@certd/lib-server": "^1.32.0",
|
||||
"@certd/midway-flyway-js": "^1.32.0",
|
||||
"@certd/pipeline": "^1.32.0",
|
||||
"@certd/plugin-cert": "^1.32.0",
|
||||
"@certd/plugin-lib": "^1.32.0",
|
||||
"@certd/plugin-plus": "^1.32.0",
|
||||
"@certd/plus-core": "^1.32.0",
|
||||
"@certd/acme-client": "^1.33.0",
|
||||
"@certd/basic": "^1.33.0",
|
||||
"@certd/commercial-core": "^1.33.0",
|
||||
"@certd/jdcloud": "^1.33.0",
|
||||
"@certd/lib-huawei": "^1.33.0",
|
||||
"@certd/lib-k8s": "^1.33.0",
|
||||
"@certd/lib-server": "^1.33.0",
|
||||
"@certd/midway-flyway-js": "^1.33.0",
|
||||
"@certd/pipeline": "^1.33.0",
|
||||
"@certd/plugin-cert": "^1.33.0",
|
||||
"@certd/plugin-lib": "^1.33.0",
|
||||
"@certd/plugin-plus": "^1.33.0",
|
||||
"@certd/plus-core": "^1.33.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