Releases: fagongzi/manba
Releases · fagongzi/manba
v3.0.0-RC.5
Fix
- #225 route match error
v3.0.0-RC.4
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
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
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
v3.0.0-RC
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
v2.9.0
v2.8.0
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
Fix
- WEBUI default http status code using string
v2.7.0
修复
- Missing header when copying request
v2.6.1
修复
- Cahcing deadline duration 时间单位使用错误,导致缓存不过期