Manba Versions Save

HTTP API Gateway

v3.0.0-RC.5

2 years ago

Fix

  • #225 route match error

v3.0.0-RC.4

4 years ago

Feature

  • Support online js plugin (disable by default)
  • Support online management js plugin
  • Support listen https and cert per API
  • Rewrite URL rewrite module
  • Rewrite API match module

Optimization

  • Copy on write instead of rwlock
  • Healthcheck using global http option

Fix

  • #178 JS Plugin not effective
  • #126 Add default timeout for push metrics
  • #127 Successful or failure rate exceeds 100%
  • #131 Divide by 0
  • #132 Keepalive and Deadline bugs
  • #165 HTTP Header Normalizing
  • #168 Route matching error
  • Start too many goroutines for check connection pool
  • Quick start crash on multi net interface
  • Cluster missing all binded servers when remove binded server

v3.0.0-RC.3

4 years ago

Feature

  • Support online js plugin (disable by default)
  • Support online management js plugin
  • Support listen https and cert per API
  • Rewrite URL rewrite module
  • Rewrite API match module

Optimization

  • Copy on write instead of rwlock
  • Healthcheck using global http option

Fix

  • #126 Add default timeout for push metrics
  • #127 Successful or failure rate exceeds 100%
  • #131 Divide by 0
  • #132 Keepalive and Deadline bugs
  • #165 HTTP Header Normalizing
  • #168 Route matching error
  • Start too many goroutines for check connection pool
  • Quick start crash on multi net interface
  • Cluster missing all binded servers when remove binded server

v3.0.0-RC.2

4 years ago

Feature

  • Support online js plugin (disable by default)
  • Support online management js plugin
  • Support listen https and cert per API
  • Rewrite URL rewrite module
  • Rewrite API match module

Optimization

  • Copy on write instead of rwlock
  • Healthcheck using global http option

Fix

  • #126 Add default timeout for push metrics
  • #127 Successful or failure rate exceeds 100%
  • #131 Divide by 0
  • #132 Keepalive and Deadline bugs
  • Start too many goroutines for check connection pool
  • Quick start crash on multi net interface
  • Cluster missing all binded servers when remove binded server

v3.0.0-RC

4 years ago

Feature

  • Support online js plugin
  • Support online management js plugin
  • Rewrite URL rewrite module
  • Rewrite API match module

Optimization

  • Copy on write instead of rwlock
  • Healthcheck using global http option

Fix

  • #126 Add default timeout for push metrics
  • #127 Successful or failure rate exceeds 100%
  • #131 Divide by 0
  • #132 Keepalive and Deadline bugs
  • Start too many goroutines for check connection pool

v2.9.0

5 years ago

Feature

  • Add api forwarding settings host option

v2.8.0

5 years ago

Feature

  • Support for weighted polling load balancing
  • Support for etcd authentication

Optimization

  • Dockerfile all in one
  • Docker image uses non-root user

Fix

  • X-Forwarded-For header

v2.7.1

5 years ago

Fix

  • WEBUI default http status code using string

v2.7.0

5 years ago

修复

  • Missing header when copying request

v2.6.1

5 years ago

修复

  • Cahcing deadline duration 时间单位使用错误,导致缓存不过期