🎉 3.0.2.RELEASE 支持 Nacos2.0 长链接特性

This commit is contained in:
smallchill 2021-03-24 19:00:54 +08:00
parent 5952cc2e4c
commit 7f0b6b3d2f
3 changed files with 18 additions and 4 deletions

View File

@ -1,9 +1,9 @@
<p align="center">
<img src="https://img.shields.io/badge/Release-V3.0.1-green.svg" alt="Downloads">
<img src="https://img.shields.io/badge/Release-V3.0.2-green.svg" alt="Downloads">
<img src="https://img.shields.io/badge/JDK-1.8+-green.svg" alt="Build Status">
<img src="https://img.shields.io/badge/license-Apache%202-blue.svg" alt="Build Status">
<img src="https://img.shields.io/badge/Spring%20Cloud-2020-blue.svg" alt="Coverage Status">
<img src="https://img.shields.io/badge/Spring%20Boot-2.4.2-blue.svg" alt="Downloads">
<img src="https://img.shields.io/badge/Spring%20Boot-2.4.4-blue.svg" alt="Downloads">
<a target="_blank" href="https://bladex.vip">
<img src="https://img.shields.io/badge/Author-Small%20Chill-ff69b4.svg" alt="Downloads">
</a>

View File

@ -1,6 +1,6 @@
{
"name": "sword",
"version": "3.0.1",
"version": "3.0.2",
"description": "An out-of-box UI solution for enterprise applications",
"private": true,
"scripts": {

View File

@ -212,7 +212,21 @@ class Workplace extends PureComponent {
</Row>
<Row gutter={24}>
<Card className={styles.card} bordered={false}>
<Collapse bordered={false} defaultActiveKey={['23']}>
<Collapse bordered={false} defaultActiveKey={['24']}>
<Panel header="3.0.2.发布 支持Nacos2.0长链接特性" key="24">
<div>1.升级 SpringBoot 2.4.4</div>
<div>2.升级 SpringCloud 2020.0.2</div>
<div>3.升级 AlibabaCloud 2.2.5.RELEASE</div>
<div>4.升级 FastJson 1.2.75</div>
<div>5.升级 Avue 2.8.2</div>
<div>6.升级 ElementUI 2.15.1</div>
<div>7.新增支持Nacos2.0长链接特性</div>
<div>8.优化七牛云地域配置为自动获取</div>
<div>9.优化Xss过滤支持通配符匹配逻辑</div>
<div>10.优化接口放行支持通配符匹配逻辑</div>
<div>11.修复Feign请求头传递丢失的问题</div>
<div>12.修复用户管理导出查询功能失效的问题</div>
</Panel>
<Panel header="3.0.1.发布 新增Swagger独立网关优化代码生成" key="23">
<div>1.升级 SpringBoot 2.4.2</div>
<div>2.升级 SpringCloud 2020.0.1</div>