| title | Changelog |
|---|
This release mainly provides basic features and adds test cases.
- complete project skeleton and available features.
- complete united test with APISIX 2.7.
- supported debug mode.
- supported custom
stopandrewriteplugin development.
This release mainly refactors the operation objects of request/response and the way of automatic loading of plugins for more efficient plugin development.
RequestandResponseoperation object refactoring.- Plugin
auto registrandauto loadingrefactoring. - Supports getting the
request bodyandNginx built-in variablesin the plugin. - Specification and unifies the input and output of RPC requests.
- Inheritance interface for specification plugins.