Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.8.1.tar.gz | 2019-12-13 | 1.2 MB | |
0.8.1.zip | 2019-12-13 | 1.4 MB | |
README.md | 2019-12-13 | 1.8 kB | |
Totals: 3 Items | 2.6 MB | 0 |
Feature
- Integrated Automation Construction Platform (Travis CI).
- Added basic test framework (Test :: Nginx).
- Add test cases for
headers
plugin. - Add test cases for the
redirect
plugin. - Add test cases for
rewrite
plugin. - Add test cases for
basic_auth
plugin. - Add test cases for
key_auth
plugin. - Add test cases for
jwt_auth
plugin. - Add test cases for
signature_auth
plugin. - Add test cases for
rate_limiting
plugin. - Add test cases for
waf
plugin. - Add test cases for
divide
plugin.
FIX
- Fixed
luarocks
installationapi
directory not exists.
Change
lua-resty-consul
dependency library changed from storing in the project to installing usingluarocks
.nginx.conf
The default log level, adjusted frominfo
toerror
.- The
balancer
plugin migrated tov0.9.0-dev
due to conflicts with existing features. - The
dynamic_upstream
plugin migrated tov0.9.0-dev
due to conflicts with existing features. - The
consul_balancer
plugin migrated tov0.9.0-dev
due to conflict with existing functions. - The
persist
plugin migrated tov0.9.0-dev
due to conflicts with existing features.
Document
- Added usage documentation for
headers
plugin. - Added usage documentation for
redirect
plugin. - Added usage documentation for
rewrite
plugin. - Added usage documentation for
basic_auth
plugin - Added usage documentation for
key_auth
plugin. - Added usage documentation for
jwt_auth
plugin. - Added usage documentation for
signature_auth
plugin. - Added usage documentation for
rate_limiting
plugin. - Added usage documentation for
waf
plugin. - Added usage documentation for
divide
plugin. - Added usage documentation for
global_statistics
plugin.