Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Releases: bes2008/audit

v2.3.10

14 Oct 08:28
Compare
Choose a tag to compare

升级langx

v2.3.1

05 Feb 07:15
Compare
Choose a tag to compare

improvement

  1. 对于文件上传请求,不进行stream 提取

v2.3.0

24 Jan 08:55
Compare
Choose a tag to compare

Features

  1. 支持SQLHelper DynamicDataSource
  2. 提取真实Client IP
  3. 提取请求体

v2.2.7

27 Dec 15:15
Compare
Choose a tag to compare

Features

  1. 基于sqlhelper,为mybatis entityloader 提供动态数据源功能

v2.2.6

27 Dec 04:40
Compare
Choose a tag to compare

Features

  1. 采用Spring Boot方式配置拦截器

v2.2.5

22 Dec 02:48
Compare
Choose a tag to compare

Features

  1. 重构 基于id 的EntityLoader,全面支持 批量、单个操作、id string分割、同步与异步操作等等

v2.2.1

04 Dec 10:46
Compare
Choose a tag to compare

Improvements

  1. 改造 audit-entityloader-resttemplate模块
  2. 改造 audit-entityloader-mybatis 模块

v2.2.0

23 Nov 03:59
Compare
Choose a tag to compare

Features

  1. 增强Operation Annotation Parser
  2. 支持Swagger ApiOperation注解解析
  3. 升级langx-java至3.2.0版本

v2.1.0

21 Nov 02:07
Compare
Choose a tag to compare

Features

  1. 全面支持 JDK 1.7
  2. 内部重构,由原来的基于Method的处理,调整为基于MethodInvocation的处理
  3. 提供基于id 的EntityLoader API
  4. 提供基于MyBatis 的 EntityLoader实现
  5. 提供基于ESMVC的 elasticsearch EntityLoader实现
  6. 提供基于Spring RestTemplate的 Restful API的EntityLoader实现
  7. 全面支持Registry API

v2.0.1

03 Nov 07:24
Compare
Choose a tag to compare

Improvement

  1. 升级依赖
  2. 在OperationDefinition 中支持 module的概念