Commit Graph

759 Commits

Author SHA1 Message Date
hongqiaowei
d18c91b5f2 Release 2.3.1 2021-09-15 20:35:59 +08:00
hongqiaowei
7ace84ba36 Support dynamic route 2021-09-15 19:37:34 +08:00
lancer.hong
76ecd1d36e Add next(ServerWebExchange exchange, List<PluginConfig> pcs) method 2021-09-12 16:10:22 +08:00
hongqiaowei
9c30b9f9e2 Add WebClientBuilderConfig 2021-09-10 20:56:22 +08:00
hongqiaowei
0aa981b3ed Upgrade netty to 4.1.68.Final 2021-09-10 19:46:34 +08:00
hongqiaowei
3e9730e285 Remove getRawBody method 2021-09-09 12:22:07 +08:00
hongqiaowei
97ffa19830 Aggregate filter should not execute if plugin already response 2021-09-07 12:04:44 +08:00
Francis Dong
63ab5973b6 Correct regex expression 2021-09-06 23:54:31 +08:00
Francis Dong
d2e689f58c Add common functions #302 2021-09-06 23:33:42 +08:00
Francis Dong
f086029b51 Remove redundant result in the step context while there is no for-loop component #299 2021-09-04 23:34:49 +08:00
Francis Dong
4effb404b5 Fix the issue that flow control component will end the process #297 2021-09-04 18:32:33 +08:00
hongqiaowei
76275ecdbf Compatible with processing result of legacy plugin 2021-09-04 17:31:31 +08:00
Francis Dong
7e9eeef834 Add getTime function #294 2021-09-01 13:44:53 +08:00
dxfeng10
46743b8cb8 Merge branch 'master' into develop 2021-08-31 15:30:00 +08:00
Francis Dong
31e8b3f80e update AES key of unit test 2021-08-31 15:28:03 +08:00
Francis Dong
632e21b3ce handle null argument of function and add dafault timezone 2021-08-31 13:36:30 +08:00
Francis Dong
82e66ee879 Add default timezone to date function 2021-08-31 13:36:30 +08:00
Francis Dong
1ecdd632a6 update version to v2.3.0 2021-08-31 13:36:30 +08:00
Francis Dong
3bfe801d7a Add concat function unit test 2021-08-31 13:36:30 +08:00
lancer.hong
1f3b57c9e3 Optimize ThreadContext.java 2021-08-31 13:36:30 +08:00
Francis Dong
f0c52a54f6 Correct the data type of reference value if it is variable arguments #289 2021-08-31 13:36:30 +08:00
Francis Dong
508403fafa Correct the data type of reference value if it is variable arguments #289 2021-08-31 13:36:30 +08:00
zhongjie
b84140be53 add org.jruby.joni:joni dependency for validating JSON schema format regular expression 2021-08-31 13:36:30 +08:00
Francis Dong
298d085631 Add UUID function #287 2021-08-31 13:36:30 +08:00
Francis Dong
b46f9a1f7b Add toUpperCase and toLowerCase functions #285 2021-08-31 13:36:30 +08:00
lancer.hong
9192299f87 Upgrade commons-pool2 to 2.11.1 2021-08-31 13:36:30 +08:00
Francis Dong
3b768fc318 Add configuration to control whether to write null value in JSON serialization in aggregation #283 2021-08-31 13:36:30 +08:00
Francis Dong
af776270ca Return error info when fail to cast in aggregation #282 2021-08-31 13:36:30 +08:00
Francis Dong
562badc796 Support function in aggregation #281 2021-08-31 13:36:30 +08:00
hongqiaowei
dd70f9b118 Release 2.2.4-beta4 2021-08-31 13:36:30 +08:00
hongqiaowei
c1e3c98e28 Optimize route auth msg 2021-08-31 13:36:30 +08:00
hongqiaowei
4f885cb2c9 typo 2021-08-31 13:36:30 +08:00
hongqiaowei
a6f2a51c2b Release 2.2.4-beta3 2021-08-31 13:36:30 +08:00
hongqiaowei
da8b309605 Add disable-SSL-verification option to WebClient #279 2021-08-31 13:36:30 +08:00
hongqiaowei
8be60b02c2 Upgrade netty to 4.1.67 2021-08-31 13:36:30 +08:00
hongqiaowei
61217dc1ad Release 2.2.4-beta2 2021-08-31 13:36:30 +08:00
Francis Dong
4374e59d4b update version to v2.2.4-SNAPSHOT 2021-08-31 13:36:30 +08:00
hongqiaowei
381b70f640 Add ReactiveRedisHelper #278 2021-08-31 13:36:30 +08:00
Francis Dong
95d0c45acb Revert "update version to v2.2.4-SNAPSHOT"
This reverts commit 247dec02a8.
2021-08-31 13:36:30 +08:00
Francis Dong
d4d37b0cb2 update version to v2.2.4-SNAPSHOT 2021-08-31 13:36:30 +08:00
Francis Dong
4465165ab5 Skip the subclasses of FizzRuntimeException in pipeline #276 2021-08-31 13:36:30 +08:00
hongqiaowei
e6437cd24d Add plugin to access request body #275 2021-08-31 13:36:30 +08:00
hongqiaowei
cf45484aba Optimize request body access in gateway #274 2021-08-31 13:36:30 +08:00
hongqiaowei
7f3f84b748 Support request body access in plugin #261 2021-08-31 13:36:30 +08:00
Francis Dong
1644cab60f handle null argument of function and add dafault timezone 2021-08-31 13:33:43 +08:00
Francis Dong
8d283d27d4 Add default timezone to date function 2021-08-31 10:45:55 +08:00
Francis Dong
f3a9b00a44 update version to v2.3.0 2021-08-31 10:08:27 +08:00
Francis Dong
0d403d853b Add concat function unit test 2021-08-31 09:38:52 +08:00
lancer.hong
d1543f48c3 Optimize ThreadContext.java 2021-08-30 19:03:05 +08:00
Francis Dong
5746732bf8 Correct the data type of reference value if it is variable arguments #289 2021-08-30 12:32:07 +08:00