Yuelin Zheng
249509458d
docs: added X-API-KEY introduction ( #4118 )
2021-04-25 14:03:13 +08:00
_chg_
b83ad3c39c
feat: jwt-auth support extension payload ( #4099 )
2021-04-23 09:13:50 +08:00
罗泽轩
544ab52a40
feat: support client certificate verification ( #4034 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-04-22 22:00:02 +08:00
罗泽轩
3bd9459535
docs(health-check): more notes ( #4105 )
2021-04-22 19:05:59 +08:00
Yuelin Zheng
750a9cf5e7
docs: faq doc add use the FQDN address ( #4003 )
2021-04-22 09:47:32 +08:00
Yuelin Zheng
94565689f7
fix(traffic-split): configure multiple "rules", the request will be confused between upstream ( #4092 )
2021-04-22 08:58:23 +08:00
_chg_
8757080697
feat: add nacos support ( #3820 )
...
Co-authored-by: spacewander <spacewanderlzx@gmail.com>
2021-04-21 17:48:56 +08:00
Kishani Kandasamy
81678a7a15
docs: the link should be to dashboard instead of APISIX ( #4085 )
2021-04-21 08:56:47 +08:00
Kishani Kandasamy
43b6e0d150
docs: fix broken links in FAQ ( #4053 )
2021-04-19 08:59:34 +08:00
XianLei Gao
35498295f0
docs: update the Getting Started guide in Chinese ( #3980 )
...
Co-authored-by: 琚致远 <juzhiyuan@apache.org>
2021-04-19 08:46:15 +08:00
罗泽轩
5259b8c796
fix: be compatible with the router created before 2.5 ( #4056 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-04-15 16:24:17 +08:00
yejingx
7029bb9cc6
plugin(kafka-logger): send logs in async mode by default ( #4035 )
2021-04-14 16:14:54 +08:00
罗泽轩
3cec253baa
docs(limit-count): correct redis_cluster_nodes ( #4039 )
2021-04-13 17:14:11 +08:00
Yuelin Zheng
a57408d3a3
docs: improve the prometheus docs ( #4033 )
...
Co-authored-by: 琚致远 <juzhiyuan@apache.org>
2021-04-12 19:15:19 +08:00
Yuelin Zheng
d6708874e0
docs: Improve the jwt-auth docs ( #4030 )
2021-04-12 19:12:03 +08:00
Yuelin Zheng
de80319029
chore(traffic-split): remove the default match rule of the traffic-split plugin ( #4019 )
2021-04-12 09:12:19 +08:00
Yuelin Zheng
c260b2800a
docs(admin-api): increase the introduction of the use of cookies ( #4016 )
2021-04-12 09:07:17 +08:00
罗泽轩
e295ebb9e8
feat: support upstream mTLS ( #4005 )
2021-04-10 18:55:20 +08:00
罗泽轩
89d8697743
feat(key-auth): allow customizing header ( #4013 )
2021-04-09 18:08:21 +08:00
Shuyang Wu
52a91bb846
feat: use route/service name instead of id in prometheus metric ( #4004 )
2021-04-09 16:02:11 +08:00
John Bampton
63a6239a68
docs: add Slack to the communication channels ( #3627 )
2021-04-09 09:22:52 +08:00
罗泽轩
005a790a5e
feat(serverless): pass conf & ctx to the functions ( #3971 )
2021-04-08 18:29:32 +08:00
罗泽轩
a6a97e3998
docs: add more SSL confugration examples ( #4000 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-04-08 09:01:18 +08:00
Shuyang Wu
b273ae7002
change(prometheus): redesign the latency metrics & update grafana ( #3993 )
...
Co-authored-by: nic-chen <johz@163.com>
2021-04-07 15:38:49 +08:00
罗泽轩
6a986f4649
change(prometheus): don't expose metrics to internet ( #3994 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-04-07 14:40:28 +08:00
han6565
4156a73b9b
change(limit-count): ensure redis cluster name is set correctly ( #3910 )
...
fix the problem of multiple different redis-cluster data sources, stress test prompting ' ttl: ERR invalid password'
Co-authored-by: hanjinqi <hanjinqi@xdf.cn>
Co-authored-by: Yuelin Zheng <2226815922@qq.com>
2021-04-07 09:20:00 +08:00
罗泽轩
359e0906c5
feat: release 2.5 ( #3967 )
...
Co-authored-by: Yuelin Zheng <2226815922@qq.com>
Co-authored-by: nic-chen <33000667+nic-chen@users.noreply.github.com>
2021-04-05 12:00:49 +08:00
Yuelin Zheng
25301d60df
docs: admin-api.md document adds configuration https example ( #3871 )
2021-04-03 16:13:54 +08:00
XianLei Gao
dda6991aca
docs: fix spelling error ( #3981 )
2021-04-03 12:35:05 +08:00
琚致远
c48de0695b
docs: improve Getting Started ( #3941 )
2021-04-02 09:29:40 +08:00
Yuelin Zheng
708d266512
fix(traffic-split): upstream.type support chash configuration ( #3955 )
2021-04-01 20:57:10 +08:00
John Bampton
5513f1f66b
docs: fix Markdown links ( #3957 )
2021-04-01 09:49:44 +08:00
Yuelin Zheng
a7e7d60e3b
docs: update the docs of the prometheus plugin ( #3494 )
...
close #3477
2021-03-31 10:42:24 +08:00
Dashuang Li
562841ba30
docs: ret_code type in plugin redirect should be integer ( #3940 )
2021-03-31 10:34:43 +08:00
Yuelin Zheng
c80292552f
docs(FAQ.md): add a configuration example in How to modify the log level ( #3936 )
...
Signed-off-by: Firstsawyou yuelinz99@gmail.com
2021-03-31 10:13:16 +08:00
Yuelin Zheng
dd20de2f9d
docs(hmac-auth): fix the document link ( #3949 )
...
Signed-off-by: Firstsawyou yuelinz99@gmail.com
2021-03-31 09:01:41 +08:00
罗泽轩
2a7987311f
docs: reflect the latest state of upstream.nodes ( #3945 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-03-31 08:59:54 +08:00
super_mario
4c8f0f4a63
docs: add chinese version of dubbo-proxy.md ( #3938 )
2021-03-31 08:59:15 +08:00
罗泽轩
7c976b50ab
feat(skywalking): allow destory and configure report interval for reporter ( #3925 )
...
Fix #2895
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-03-30 09:54:18 +08:00
罗泽轩
664c760167
ci: the last day of travis ( #3926 )
2021-03-29 23:34:01 +08:00
qian0817
49e4fd307c
docs: Improve proxy-rewrite plugin docs ( #3929 )
2021-03-29 15:14:13 +08:00
Shuyang Wu
83931ba0a5
fix: refine example grafana dashboard ( #3457 )
2021-03-26 10:37:15 +08:00
John Bampton
a2b69b1530
chore: sort imports in the Markdown examples ( #3822 )
2021-03-24 09:05:14 +08:00
罗泽轩
116deb2f36
change(zipkin): rearrange the child span ( #3877 )
...
Fix #3827
2021-03-23 20:19:16 +08:00
罗泽轩
12f2223c3a
feat: show how to specify --server when installing the dependency ( #3884 )
...
Fix #3671
2021-03-23 20:10:57 +08:00
Yuelin Zheng
2744a99472
docs: add route uri regular matching in the FAQ doc ( #3881 )
2021-03-23 09:08:08 +08:00
batman-ezio
bb95f7af54
feat: add allow_origins_by_regex to cors plugin ( #3839 )
2021-03-22 15:55:54 +08:00
罗泽轩
1064e2d4b7
docs: update plugin-develop.md ( #3862 )
...
I still think we should try our best to prevent modifying APISIX itself.
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-03-19 10:17:50 +08:00
罗泽轩
c3e03bb44a
docs: fix mtls example ( #3850 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-03-18 09:05:38 +08:00
Gerrard-YNWA
ae2db153ef
docs: fix broken link ( #3838 )
2021-03-16 19:31:28 +08:00