Skip to content

Latest commit

 

History

History
86 lines (59 loc) · 4.85 KB

CHANGELOG.md

File metadata and controls

86 lines (59 loc) · 4.85 KB

sophon-auth changelog

v1.15.0

  • feat: compatible with multiaddr [#194]
  • chore: add repo env var [#195]
  • feat: add more metrics [#196]
  • chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 [#197]

v1.14.0

v1.14.0-rc1

  • chore: update metrics [#190]
  • chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 [#191]

v1.13.0

v1.13.0-rc1

New Features

  • feat: add regexp option for truth handle [#173]
  • feat: update error info / 改善错误提示 [#183]
  • feat: add venus api header [#185]

Documentations and Chores

  • Update README.md [#175]
  • Update README.md [#177]
  • chore(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 [#179]
  • chore: upgrade ipfs-force-community/metrics [#180]
  • Chore/merge release v1.12 [#184]
  • add more description for config / 添加更多注释给config文件 [#182]

v1.12.0

v1.12.1-rc1

New Features

  • feat: add flag --listen and default listening 127.0.0.1 #167

Optimize

  • opt: remove perm adapt strategy #164
  • opt: Remove the configuration field secret #165
  • opt: add default config for mysql #168
  • opt: Adjust the order of the permissions array #169
  • opt: rebranding from venus-auth to sophon-auth #170
  • opt: rm perm chack falg / 移除兼容权限检查的 flag #171

v1.11.0

New Features

  • feat: add status api to detect api ready / 添加状态检测接口 [#144]
  • feat: use thirty party healthcheck lib / 添加healthcheck接口 [#145]
  • feat: add api protection / 增加接口保护 [#140]
  • feat: return detailed error infor after authentication failure /鉴权失败后返回更加详细的错误信息 [#160]
  • feat: add docker push / 增加推送到镜像仓库的功能 [#161]

Bug Fixes

  • fix: repo not exist by 修复启动时目录不存在从而启动失败的问题 [#157]
  • fix: not set flag value to config /修复配置错误 [#158]
  • fix: cli not found config / 修复创建目录失败的问题 [#159]

v1.10.1

  • 查询参数为空时不重置请求url [#153]
  • 补充对 delegated 地址的支持 [#154]

v1.10.0

  • 升级 go-jsonrpc 到 v0.1.7

v1.10.0-rc2

  • 简化 authClient 接口,并增加 context [#126]
  • 重写 url 中的地址参数 [#127]
  • 增加用户数据隔离的工具 [#130]
  • 调整 jwtclient.IAtuhClient 接口 [#137]

v1.10.0-rc1

  • github action 增加 dispatch 事件 [#138]
  • 升级 github.com/gin-gonic/gin 版本,从 1.7.0 升级到 1.7.7 [#139]
  • 升级 github.com/prometheus/client_golang 版本,从 1.11.0 升级到 1.11.1 [#141]