Releases: orlabs/orange
Releases · orlabs/orange
0.8.1
Feature
- Integrated Automation Construction Platform (Travis CI).
- Added basic test framework (Test :: Nginx).
- Add test cases for
headersplugin. - Add test cases for the
redirectplugin. - Add test cases for
rewriteplugin. - Add test cases for
basic_authplugin. - Add test cases for
key_authplugin. - Add test cases for
jwt_authplugin. - Add test cases for
signature_authplugin. - Add test cases for
rate_limitingplugin. - Add test cases for
wafplugin. - Add test cases for
divideplugin.
FIX
- Fixed
luarocksinstallationapidirectory not exists.
Change
lua-resty-consuldependency library changed from storing in the project to installing usingluarocks.nginx.confThe default log level, adjusted frominfotoerror.- The
balancerplugin migrated tov0.9.0-devdue to conflicts with existing features. - The
dynamic_upstreamplugin migrated tov0.9.0-devdue to conflicts with existing features. - The
consul_balancerplugin migrated tov0.9.0-devdue to conflict with existing functions. - The
persistplugin migrated tov0.9.0-devdue to conflicts with existing features.
Document
- Added usage documentation for
headersplugin. - Added usage documentation for
redirectplugin. - Added usage documentation for
rewriteplugin. - Added usage documentation for
basic_authplugin - Added usage documentation for
key_authplugin. - Added usage documentation for
jwt_authplugin. - Added usage documentation for
signature_authplugin. - Added usage documentation for
rate_limitingplugin. - Added usage documentation for
wafplugin. - Added usage documentation for
divideplugin. - Added usage documentation for
global_statisticsplugin.
0.8.0
0.7.1
0.7.0
Feature
- Supports request interception filtering through
cookie,random number, andHTTP Method. - Added the method of taking margin for rule matching.
- Added
kafkaplugin. - Added
balancerplugin. - Added
consul_balancerplugin. - Added
persist logplugin. - Added
nodeplugin.
FIX
- Fixed dashboard page display problem.
- Fixed
invalid URL prefix in" "error whenbalancer` switch is not turned on. - Fixed
continue = falseerror when selector type is1. - Fixed invalid proxy read timeout configuration.
- Fixed the problem of ignoring case for matching authentication value.
Change
- Refactored the management code and documentation of
balancermodule. - Update
Makefileto specify version for dependencies.
0.6.4
Feature
- Added default template for
github issue. - Added
logconfiguration to the default configuration file.
FIX
- Fixed the problem of missing rules caused by the local
JavaScript Cachenot being updated after adding and removing rules. - Fixed spelling issue in
PR.
Change
- Modify
Makefileto support custom installation path. - Remove the documentation in
docs/api. For more documents, please visit Official Website.
0.6.3
0.6.2
Feature
- Compatible with
Orangeand the latest version ofLor Framework, ielor v0.3.0.
Note
- If the
Orangeversion is below0.6.2, thenlor v0.2.xVersion should be installed,lor v0.2.6is recommended. - If
Orangeversion is0.6.2or above, you can upgradelor v0.3.0 +version.