Skip to content

Releases: eolinker/apinto

v0.12.9

15 May 04:05
f026ac7
Compare
Choose a tag to compare

Changelog

  • f026ac7 Merge pull request #108 from eolinker/release/v0.12.7

v0.12.8

10 May 15:43
cdf0182
Compare
Choose a tag to compare

Changelog

  • cdf0182 Merge pull request #107 from eolinker/release/v0.12.7

v0.12.7

10 May 07:19
fe8fbda
Compare
Choose a tag to compare

Changelog

  • fe8fbda Merge pull request #106 from eolinker/release/v0.12.7

v0.12.6

03 Apr 03:26
Compare
Choose a tag to compare

Changelog

  • 81f2e4d 修复kafka空指针的问题

v0.12.5

31 Mar 07:07
Compare
Choose a tag to compare

1、上游服务新增会话保持选项,带有同一个session的用户,会转发到同一个上游地址
2、修复静态服务发现健康检查无效的问题
3、修复ip-hash算法不生效的问题
4、修复灰度策略会话保持不生效的问题

Changelog

v0.12.4

17 Mar 12:11
Compare
Choose a tag to compare
  1. 修复应用多驱动时,鉴权失效的问题
  2. 部分非error打印改成debug
  3. 修复策略check时,path匹配和方法匹配失效bug
  4. 修复上游服务超市时间在gRPC、Dubbo2协议透传不生效的问题
  5. 修复策略模块筛选范围ip、上游不生效的问题

Changelog

  • a2468c9 Merge remote-tracking branch 'gitlab/hotfix/label'

v0.12.3

12 Mar 14:26
Compare
Choose a tag to compare

Changelog

  • 6db3ae7 Merge remote-tracking branch 'gitlab/main'

该问题仅当v0.12.2版本存在

v0.12.2

09 Mar 08:45
Compare
Choose a tag to compare

Changelog

v0.12.1

03 Mar 13:26
68da18d
Compare
Choose a tag to compare

New features

  1. New traffic image (eolinker. com: apinto: proxy_mirror) plug-in

The traffic mirroring (eolinker. com: apinto: proxy_mirror) plug-in provides the ability to mirror client requests. Traffic mirroring is to copy the real online traffic to the mirroring service, so that the online traffic or request content can be specifically analyzed without affecting the online service.

  1. Add the http mocking (eolinker. com: apinto: http_marking) plug-in

API Mock is a technology that allows programmers to simulate the response of web server-side APIs without relying on back-end data. API Mock is usually used to test front-end applications without waiting for back-end programmers to build them. API Mock can simulate any HTTP request method and perform response tests.

Apintoprovides HTTP Mocking plug-in to simulate Api Mock request response data. It is not necessary to wait for the back-end interface to go online, and debug the front-end application through the simulation data.

  1. Rich http routing features and support static resource routing

Before ApINTO v0.12, if the client wants to obtain static resources, it still uses the proxy to forward to the upstream service to obtain resources, which is time-consuming and laborious, and increases the pressure on the upstream service. It is not advisable. In order tosolve this problem, ApINTO v0.12 added static resource routing, which can set the default return of the interface to meet the client requirements, including static HTML pages, static interface data (Json, XML and other format data), page redirection, and so on.

Changelog

  • 68da18d Merge pull request #94 from eolinker/release/v0.12.0

v0.11.1

24 Feb 12:12
cf7da53
Compare
Choose a tag to compare
  1. The protocol conversion function is online and supports the protocol conversion between HTTP and gRPC, HTTP and Dubbo2.

  2. New transcode module.

  3. Connect to Prometheus.

Changelog

  • cf7da53 Merge pull request #91 from eolinker/release/v0.10.1