Skip to content

Releases: fagongzi/manba

v3.0.0-RC.5

30 Jun 13:02
Compare
Choose a tag to compare
v3.0.0-RC.5 Pre-release
Pre-release

Fix

  • #225 route match error

v3.0.0-RC.4

25 Nov 05:35
Compare
Choose a tag to compare
v3.0.0-RC.4 Pre-release
Pre-release

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

12 Sep 07:08
Compare
Choose a tag to compare
v3.0.0-RC.3 Pre-release
Pre-release

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

26 Jun 02:04
Compare
Choose a tag to compare
v3.0.0-RC.2 Pre-release
Pre-release

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

16 May 07:28
7d9a447
Compare
Choose a tag to compare
v3.0.0-RC Pre-release
Pre-release

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

04 Apr 06:12
Compare
Choose a tag to compare

Feature

  • Add api forwarding settings host option

v2.8.0

23 Mar 08:31
Compare
Choose a tag to compare

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

26 Feb 06:20
7d52645
Compare
Choose a tag to compare

Fix

  • WEBUI default http status code using string

v2.7.0

01 Feb 08:09
Compare
Choose a tag to compare

修复

  • Missing header when copying request

v2.6.1

12 Jan 01:21
Compare
Choose a tag to compare

修复

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