title |
---|
Changelog |
- 🌅 feat: response_rewrite plugin support replace body via origin res body #109
- 🌅 feat: support get response body by extra_info 107
- fix: set the correct rpc response type when meet an error #102
- 🌅 feat: add response-rewrite plugin #91
- 🌅 feat: support response filter for plugin #90
- 🌅 feat: add debugf function #87
- change: add DefaultPlugin so that we don't need to reimplement all the methods #92
- 🌅 feat: support upstream response header modify #68
- 🌅 feat: support fetch request body #70
- 🌅 feat: introduce context to plugin runner #63
- 🌅 feat: add fault-injection plugin for benchmark #46
- 🌅 feat: add e2e framework #72
- fix: write response header break request #65
- fix: addressed blank space of GITSHA populated #58
- fix: make sure the cached conf expires after the token #44
- fix: avoid reusing nil builder #42
- 🌅 feat: support Var API #31
- 🌅 feat: provide default APISIX_CONF_EXPIRE_TIME to simplify thing #30
- 🌅 feat: handle idempotent key in PrepareConf #27
- fix: a race when reusing flatbuffers.Builder #35
- fix: the default socket permission is not enough #25
- First implementation