From bbd06cd17508b93ab09dc585fe5ab7fb8bdf616a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=81=E5=8C=A0=E5=90=9B?= Date: Fri, 18 Oct 2024 11:34:36 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20feat:=20v3.3.4.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 主要更新 - [新增] 新增客户端动态注册业务信息同步创建功能 - [新增] Mqtt 用户账号管理功能 - [新增] 新增 NoSQL 相关组件自动配置 Starter。 - [新增] 新增 Influxdb 列式存储和行式存储两种存储设备上报数据支持。 - [修复] 修复自动配置类引入日志标识 Class 错误问题。 - [修复] grpc 编译出现 error: emptyList() is not public in LazyStringArrayList; cannot be accessed from outside package com.google.protobuf.LazyStringArrayList.emptyList() 问题。fix: #IAWQ4C - [修复] 修复 Docker Compose 镜像地址配置错误问题。fix: #IAXUFB - [修复] 修复 Influxdb2 默认配置与系统提供 Docker Compose 默认配置不一致,导致 Influxdb 测试代码部分通过问题。 - [修复] 修复前端 `Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0` 告警错误 - [重构] 重构服务本地文件管理定义以及证书生成逻辑代码 - [优化] 对照阿里云物联网的使用完善产品和设备管理的接口实现逻辑。 - [优化] 优化 OIDC 客户端动态注册逻辑,更好的兼容物联网设备管理需求。 - [优化] 去除重复定义的 ApplicationEvent 消息通道定义,改用统一定义消息通道 - [优化] 优化 Emqx 客户端状态检测策略化配置方式 - 其它更新 - [升级] minio docker 镜像版本升级至 RELEASE.2024-10-13T13-34-11Z - [升级] emqx 镜像版本升级至 5.8.0 - 依赖更新 - [升级] grpc 版本升级至 1.68.0 - [升级] protobuf 版本升级至 3.25.5 - [升级] aws-java-sdk-s3 版本升级至 1.12.775 - [升级] software.amazon.awssdk 版本升级至 2.28.25 - [升级] software.amazon.awssdk.crt 版本升级至 0.31.3 - [升级] alipay-sdk-java 版本升级至 4.39.234.ALL - [升级] sweetalert2 webjars 版本升级至 11.14.3 --- README.md | 2 +- oss-bom/pom.xml | 2 +- oss-dialect/dialect-autoconfigure/pom.xml | 2 +- oss-dialect/dialect-core/pom.xml | 2 +- oss-dialect/dialect-sdk-aliyun/pom.xml | 2 +- oss-dialect/dialect-sdk-minio/pom.xml | 2 +- oss-dialect/dialect-sdk-s3/pom.xml | 2 +- oss-dialect/pom.xml | 2 +- oss-rest/pom.xml | 2 +- oss-rest/rest-sdk-minio/pom.xml | 2 +- oss-rest/rest-sdk-specification/pom.xml | 2 +- oss-solution/pom.xml | 2 +- oss-specification/pom.xml | 2 +- oss-starter/oss-aliyun-spring-boot-starter/pom.xml | 2 +- oss-starter/oss-minio-spring-boot-starter/pom.xml | 2 +- oss-starter/oss-s3-spring-boot-starter/pom.xml | 2 +- oss-starter/oss-spring-boot-starter/pom.xml | 2 +- oss-starter/pom.xml | 2 +- pom.xml | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 48f8b944..970f313c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

Spring Boot 3.3.4 - Version 3.3.4.2 + Version 3.3.4.3 Java 17 License Apache 2.0 Total Visits diff --git a/oss-bom/pom.xml b/oss-bom/pom.xml index 02f631ee..139842c9 100644 --- a/oss-bom/pom.xml +++ b/oss-bom/pom.xml @@ -32,7 +32,7 @@ cn.herodotus.engine dependencies - 3.3.4.2 + 3.3.4.3 diff --git a/oss-dialect/dialect-autoconfigure/pom.xml b/oss-dialect/dialect-autoconfigure/pom.xml index 75b39e34..0f303d07 100644 --- a/oss-dialect/dialect-autoconfigure/pom.xml +++ b/oss-dialect/dialect-autoconfigure/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-dialect - 3.3.4.2 + 3.3.4.3 dialect-autoconfigure diff --git a/oss-dialect/dialect-core/pom.xml b/oss-dialect/dialect-core/pom.xml index ffe6f857..9425c7e8 100644 --- a/oss-dialect/dialect-core/pom.xml +++ b/oss-dialect/dialect-core/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-dialect - 3.3.4.2 + 3.3.4.3 dialect-core diff --git a/oss-dialect/dialect-sdk-aliyun/pom.xml b/oss-dialect/dialect-sdk-aliyun/pom.xml index a0ed9584..7a901484 100644 --- a/oss-dialect/dialect-sdk-aliyun/pom.xml +++ b/oss-dialect/dialect-sdk-aliyun/pom.xml @@ -32,7 +32,7 @@ cn.herodotus.oss oss-dialect - 3.3.4.2 + 3.3.4.3 dialect-sdk-aliyun diff --git a/oss-dialect/dialect-sdk-minio/pom.xml b/oss-dialect/dialect-sdk-minio/pom.xml index ec86172b..ea7dea42 100644 --- a/oss-dialect/dialect-sdk-minio/pom.xml +++ b/oss-dialect/dialect-sdk-minio/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-dialect - 3.3.4.2 + 3.3.4.3 dialect-sdk-minio diff --git a/oss-dialect/dialect-sdk-s3/pom.xml b/oss-dialect/dialect-sdk-s3/pom.xml index c91c4175..3406990a 100644 --- a/oss-dialect/dialect-sdk-s3/pom.xml +++ b/oss-dialect/dialect-sdk-s3/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-dialect - 3.3.4.2 + 3.3.4.3 dialect-sdk-s3 diff --git a/oss-dialect/pom.xml b/oss-dialect/pom.xml index c7f44d6f..30aac5c9 100644 --- a/oss-dialect/pom.xml +++ b/oss-dialect/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss dante-oss - 3.3.4.2 + 3.3.4.3 oss-dialect diff --git a/oss-rest/pom.xml b/oss-rest/pom.xml index 26ec330e..ccc3137f 100644 --- a/oss-rest/pom.xml +++ b/oss-rest/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss dante-oss - 3.3.4.2 + 3.3.4.3 oss-rest diff --git a/oss-rest/rest-sdk-minio/pom.xml b/oss-rest/rest-sdk-minio/pom.xml index a4bf1ab4..059a5680 100644 --- a/oss-rest/rest-sdk-minio/pom.xml +++ b/oss-rest/rest-sdk-minio/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-rest - 3.3.4.2 + 3.3.4.3 rest-sdk-minio diff --git a/oss-rest/rest-sdk-specification/pom.xml b/oss-rest/rest-sdk-specification/pom.xml index b94dd3a6..cd2fc365 100644 --- a/oss-rest/rest-sdk-specification/pom.xml +++ b/oss-rest/rest-sdk-specification/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-rest - 3.3.4.2 + 3.3.4.3 rest-sdk-specification diff --git a/oss-solution/pom.xml b/oss-solution/pom.xml index ecec605e..90840534 100644 --- a/oss-solution/pom.xml +++ b/oss-solution/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss dante-oss - 3.3.4.2 + 3.3.4.3 oss-solution diff --git a/oss-specification/pom.xml b/oss-specification/pom.xml index 22fe8106..58afba43 100644 --- a/oss-specification/pom.xml +++ b/oss-specification/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss dante-oss - 3.3.4.2 + 3.3.4.3 oss-specification diff --git a/oss-starter/oss-aliyun-spring-boot-starter/pom.xml b/oss-starter/oss-aliyun-spring-boot-starter/pom.xml index 11b480b0..f9d1be49 100644 --- a/oss-starter/oss-aliyun-spring-boot-starter/pom.xml +++ b/oss-starter/oss-aliyun-spring-boot-starter/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-starter - 3.3.4.2 + 3.3.4.3 oss-aliyun-spring-boot-starter diff --git a/oss-starter/oss-minio-spring-boot-starter/pom.xml b/oss-starter/oss-minio-spring-boot-starter/pom.xml index 1a2152d2..e3f32e2b 100644 --- a/oss-starter/oss-minio-spring-boot-starter/pom.xml +++ b/oss-starter/oss-minio-spring-boot-starter/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-starter - 3.3.4.2 + 3.3.4.3 oss-minio-spring-boot-starter diff --git a/oss-starter/oss-s3-spring-boot-starter/pom.xml b/oss-starter/oss-s3-spring-boot-starter/pom.xml index 2c04b62a..ed7ad94c 100644 --- a/oss-starter/oss-s3-spring-boot-starter/pom.xml +++ b/oss-starter/oss-s3-spring-boot-starter/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-starter - 3.3.4.2 + 3.3.4.3 oss-s3-spring-boot-starter diff --git a/oss-starter/oss-spring-boot-starter/pom.xml b/oss-starter/oss-spring-boot-starter/pom.xml index 5b529319..4ff9d1b7 100644 --- a/oss-starter/oss-spring-boot-starter/pom.xml +++ b/oss-starter/oss-spring-boot-starter/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-starter - 3.3.4.2 + 3.3.4.3 oss-spring-boot-starter diff --git a/oss-starter/pom.xml b/oss-starter/pom.xml index 9e139349..1716b9e1 100644 --- a/oss-starter/pom.xml +++ b/oss-starter/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss dante-oss - 3.3.4.2 + 3.3.4.3 oss-starter diff --git a/pom.xml b/pom.xml index 9e8ca242..b8577dfe 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ cn.herodotus.oss oss-bom - 3.3.4.2 + 3.3.4.3 oss-bom/pom.xml