Skip to content

Releases: bes2008/agileway

v2.7.0

06 Jan 23:30
Compare
Choose a tag to compare

Features

  1. 增强known_hosts管理
  2. 支持多种算法
    • ssh-rsa
    • ssh-dss
    • ecdsa-sha2-nistp256
    • ecdsa-sha2-nistp384
    • ecdsa-sha2-nistp512
    • ssh-ed25519
  3. 完善对jsch支持,避免执行命令时,获取不到结果
  4. 支持 StrictHostsKeyChecking机制

v2.6.3

25 Aug 02:25
Compare
Choose a tag to compare

Features

  1. 基于maverick-synergy 提供ssh client session
  2. 基于maverick-synergy 提供sftp client
  3. 简化 hostkey verifier接口
  4. 升级依赖langx-java, easyjson

v2.6.0

02 Aug 04:13
Compare
Choose a tag to compare

Features

  1. 增强feign,支持多服务混合
  2. 增强feign, 支持 各种自定义

v2.5.5

13 Jul 23:11
Compare
Choose a tag to compare

Features

  1. 为SftpFile提供类似于BufferedInputStream的抽象
  2. 基于agileway-sshclient来提供 apache commons-vfs 的基于 sftp协议的文件Provider
  3. 增强Codec接口
  4. 提供通用的 Artifact、ArtifactRepository API
  5. 支持langx-java中的Nameable接口
  6. 基于 apache commons-compress 提供统一的 压缩、解压功能,(参见 agileway-zip模块)

v2.4.5

06 Apr 03:41
Compare
Choose a tag to compare

Features

  1. 支持 XSS 防御
  2. 支持 SQL注入 Web层防御
  3. 支持 自定义predicate
  4. 支持 自定义设置 http response header

v2.3.0

21 Feb 03:52
Compare
Choose a tag to compare

Features

  1. 发布agileway-sshclient 模块, 支持 ssh2, sftp 等,支持 jsch, sshj, ssh2, j2ssh 等实现库

v2.2.7

05 Feb 07:12
Compare
Choose a tag to compare

Bugs

  1. 开启stream warp后,文件上传时,服务端取不到文件

v2.2.6

07 Jan 09:17
Compare
Choose a tag to compare

Features

  1. lua 脚本支持返回Object
  2. 获取http请求的client真实IP地址时,支持 HTTP_X_FORWARDED_FOR 头
  3. http 请求支持获取 inputstream 里的内容

v2.2.5

27 Dec 04:08
Compare
Choose a tag to compare

Features

  1. 在Spring环境下提供基于 Expression的PointCut Advisor

v2.2.4

22 Dec 02:38
Compare
Choose a tag to compare

Features

  1. 迁移 agileway-jdbc-datasource 模块到 sqlhelper下
  2. 完善基于Redis DistributedLock,并提供方法的构造工具
  3. 完善 redis script repository
  4. 增强RedisTemplate 创建