Releases · eolinker/apinto

v0.22.19

What Changed

  1. Fix #233
  2. Fix #232
  3. Fix: The issue where the forwarded request body was "null" when extra parameters were added in the application settings has been resolved.

Full Changelog: v0.22.18...v0.22.19

Changelog

  • 3f15557 1. 修复请求带有文件参数时,使用额外参数新增body参数后转发Body为null的问题 2. 修复策略在生效后,没有添加策略label的问题

v0.22.18

v0.22.17

What Changed

  1. Fix: #231
  2. Add custom-oauth2-introspection plugin
  3. Update redis dependency to v9
    Full Changelog: v0.22.16...v0.22.17

Changelog

  • 70a11c6 1. apinto依赖redis版本改成v9 2. 新增自定义OAuth2第三方鉴权插件

v0.22.16

v0.22.15

v0.22.14

  1. Fix: error when reading response headers: cannot find whitespace in the first line of response.
  2. Fix: the server closed connection before returning the first response byte.

Refer to Issue: APIParkLab/APIPark#393

Full Changelog: v0.22.13...v0.22.14

Changelog

  • a096f52 1. Fix: error when reading response headers: cannot find whitespace in the first line of response. 2. Fix: the server closed connection before returning the first response byte.

v0.22.13

v0.22.12

v0.22.11

v0.22.10

Release v0.22.10

What's New

  1. Added support for GM/TLS (gmtls) to enhance secure communication capabilities. (@Dot-Liu in #221 )
  2. Fixed issue where old plugins were not released after editing, improving resource management. (@Dot-Liu in #220 )
  3. Optimized efficiency of streaming calls for large-scale AI models, enhancing performance.(@Dot-Liu in #222 )

Full Changelog: v0.22.9...v0.22.10

Changelog

  • 988ba53 Merge pull request #222 from eolinker/feature/performance_optimization