mirror of
https://github.com/gotoeasy/glogcenter.git
synced 2025-09-15 12:58:34 +08:00
v0.15.0
This commit is contained in:
parent
0ed4b55c65
commit
803e636e25
16
README.md
16
README.md
@ -139,7 +139,7 @@ curl -X POST -d '{"system":"demo", "date":"2023-01-01 01:02:03.456","text":"demo
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>top.gotoeasy</groupId>
|
<groupId>top.gotoeasy</groupId>
|
||||||
<artifactId>glc-logback-appender</artifactId>
|
<artifactId>glc-logback-appender</artifactId>
|
||||||
<version>0.14.1</version>
|
<version>0.14.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -263,6 +263,16 @@ glc.error("gd参数顺序无关", gd, "用法如同log库,但对GlcData做了
|
|||||||
- [ ] 集群支持动态删减节点(或是页面管理删除)
|
- [ ] 集群支持动态删减节点(或是页面管理删除)
|
||||||
|
|
||||||
|
|
||||||
|
### 版本`0.15.0`
|
||||||
|
|
||||||
|
- [x] 新增`定位相邻检索`功能,非常适合快速定位进行上下文查询的场景
|
||||||
|
- [x] 新增Python客户端工具包,方便Python语言的项目接入日志中心
|
||||||
|
- [x] 修复一些已知问题
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary><strong><mark>更多历史版本更新履历</mark></strong></summary>
|
||||||
|
|
||||||
### 版本`0.14.2`
|
### 版本`0.14.2`
|
||||||
|
|
||||||
- [x] 修复#32 隐蔽的权限控制错误问题
|
- [x] 修复#32 隐蔽的权限控制错误问题
|
||||||
@ -278,10 +288,6 @@ glc.error("gd参数顺序无关", gd, "用法如同log库,但对GlcData做了
|
|||||||
- [x] 包`glc-logback-appender`同步升级,新增MDC存取用户的接口
|
- [x] 包`glc-logback-appender`同步升级,新增MDC存取用户的接口
|
||||||
- [x] 修复已知问题
|
- [x] 修复已知问题
|
||||||
|
|
||||||
|
|
||||||
<details>
|
|
||||||
<summary><strong><mark>更多历史版本更新履历</mark></strong></summary>
|
|
||||||
|
|
||||||
### 版本`0.13.0`
|
### 版本`0.13.0`
|
||||||
|
|
||||||
- [x] 新增用户及系统权限管理,仅管理员能操作,可控制指定用户只能访问指定系统的日志,多系统共用且有数据安全需求时尤显重要
|
- [x] 新增用户及系统权限管理,仅管理员能操作,可控制指定用户只能访问指定系统的日志,多系统共用且有数据安全需求时尤显重要
|
||||||
|
|||||||
@ -38,12 +38,12 @@
|
|||||||
"less": "^4.1.3",
|
"less": "^4.1.3",
|
||||||
"lint-staged": "^13.1.1",
|
"lint-staged": "^13.1.1",
|
||||||
"mockjs": "^1.1.0",
|
"mockjs": "^1.1.0",
|
||||||
"node-sass": "^8.0.0",
|
"node-sass": "^9.0.0",
|
||||||
"postcss-html": "^1.5.0",
|
"postcss-html": "^1.5.0",
|
||||||
"postcss-less": "^6.0.0",
|
"postcss-less": "^6.0.0",
|
||||||
"prettier": "^2.8.4",
|
"prettier": "^2.8.4",
|
||||||
"sass": "^1.63.6",
|
"sass": "^1.74.1",
|
||||||
"sass-loader": "^13.3.2",
|
"sass-loader": "^14.1.1",
|
||||||
"stylelint": "^15.0.0",
|
"stylelint": "^15.0.0",
|
||||||
"stylelint-config-html": "^1.1.0",
|
"stylelint-config-html": "^1.1.0",
|
||||||
"stylelint-config-prettier": "^9.0.4",
|
"stylelint-config-prettier": "^9.0.4",
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user