## apache/apisix — v0.8…v0.9

_112 commits._

### Features
- **user: add company into powereby page (#844)** (0972462)
- **doc: update FAQ, add one about slow luarocks (#813)** (c8934b2)
- **plugin(prometheus):  added new field `node` and new item latency. (#794)** (89688d3)
- **bugfix: support more built-in parameters when set chash balancer (#775)** (b119a5c)
- **doc: add mail list in readme. (#789)** (fc84c28)
- **featutre: support gRPC proxy #691)** (243346a)
- **doc: add redirect-cn.md (#739)** (89f2fcd)
- **license: add ASF header. (#743)** (12a2b01)
- **doc: added a new speech link and dropped `node-status` api doc. (#758)** (44d3bf4)
- **doc: Add `TEST_NGINX_BINARY` environment variables description for dev-manual doc.** (c0dfe23)
- **doc: Add AWS deployment tutorial link (#740)** (2170fc4)
- **dashboard: add asf header for html file. (#747)** (44b2b29)
- **doc: add DISCLAIMER and NOTICE files. (#746)** (7b37896)
- **dashboard: updated dashboard for add ASF header. (#745)** (a37c6da)
- **doc: added new doc `README.md` in folder `doc`. (#699)** (7d4a193)
- **doc: add steps for run test cases. (#720)** (403d039)
- **feature: support remove header in rewrite plugin. (#692)** (be49cfc)
- **luarocks: support to install apisix without dashboard. (#686)** (d4ff56e)
- **feature: support for `host + uri` as an index (radixtree) (#671)** (9074a8a)
- **doc: add english architecture design doc in readme. (#678)** (f78de4f)
- **doc: add architecture-design.md. (#676)** (c9547aa)

### Fixes
- **doc: fix typo in install-dependencies.md (#852)** (35416e9)
- **fix: show more firendly error log when configuration field missed (#824)** (7b29586)
- **fix: core.utils.parse_addr didn't parse IPv6 address correctly (#809)** (b7e2800)
- **Fix: allow set multiple URI in one route config (#797)** (b91d2d3)
- **bugfix: fix the wrong "method" restriction in plugin's inner api.** (de14929)
- **doc: Update bug.md (#722)** (2bf1236)
- **doc: Update bug.md of issue. (#659)** (e1cb466)
- **bug(travis): start the redis server. (#651)** (b670041)

### Backend
- **bugfix(radixtree_host_uri): match priority, host > uri. (#817)** (77ad662)
- **doc: fixed grpc server example link. (#851)** (360a033)
- **bugfix: `proxy-rewrite-cn.md` enable plugin example error. (#850)** (bae08d8)
- **doc: added doc about "How to compile the Openresty". (#831)** (027da04)
- **updated lua-resty-radixtree to 1.6-1 . (#837)** (c712a23)
- **change: use `make deps` to install dependencies. (#835)** (910ff21)
- **change: adjusted the MaxLength parameter in grpc proto from 4096b to 1M (#820) (#836)** (bb28766)
- **change: update changelog show format. (#833)** (d3b0259)
- **change: update v0.9.0-rc1 changelog. (#832)** (19678ba)
- **change: don't strip square brackets from the IPv6 (#822)** (5e85e93)
- **bugfix: key-auth plugin cannot run accurately in the case of multiple consumers (#826)** (7d33fb6)
- **dashboard: update dashboard. (#828)** (8b67dfe)
- **version: updated version to 0.9-rc1. (#827)** (31a545a)
- **doc: sync README_CN.md from README.md (#825)** (f4f89fa)
- **change: removed useless file copy. (#819)** (5931172)
- **license: remove copyright file. (#815)** (5385217)
- **updated jsonschema to v0.4. (#805)** (7c51f6d)
- **doc: changed wording for clarity in README.md (#795)** (5ac22b5)
- **travis: removed the temporary folder `openresty-1.15.8.2`. (#791)** (df3576d)
- **travis: supported to run APISIX with Tengine. (#683)** (4ee1180)
- **bugfix: skipped to init etcd if use local file as config center. (#737)** (a1c56ce)
- **travis: only start the redis server for linux os. (#782)** (be9108e)
- **bugfix: exported schema for plugin `serverless`. (#787)** (d112c97)
- **travis: allow failure when exec CI process in MacOS (#779)** (50ebc7e)
- **CLI: update Makefile to throw an error when OpenResty does not exist in PATH (#778)** (71f49a4)
- **ASF: added license header. (#781)** (5c0cb17)
- **Doc: added HelloTalk into 'powered-by'. (#772)** (1a853af)
- **change: updated resty-radixtree to v1.5. (#768)** (ad376f8)
- **test case: added test cases for upstream priority. (#774)** (3930456)
- **change: delete duplicate code. (#769)** (4ad4cdb)
- **skip make check for macos. (#773)** (996b267)
- **license: ingore grpc_server_example dir for check license. (#770)** (b3fb7ae)
- **feature: supported `redirect` plugin. (#732)** (da85370)
- **optimize(core): avoid useless comparisons in  log.lua (#767)** (b3b0924)
- **CLI: added restart apisix server command (#765)** (b49b03d)
- **Bugfix: change dir  apisix into incubator-apisix (#762)** (57dc701)
- **doc: change all ` iresty/apisix` link in documents into `apache/incubator-apisix` (#754)** (7716416)
- **doc: Added Authing into Idp(CN) (#742)** (ecbfa7d)
- **bugfix:zipkin plugin not set tracing data to request header. (#715)** (ce403db)
- **doc: Update jwt-auth.md (#704)** (6f110bf)
- **optimize: avoid concat string object, and kept source route id and se… (#738)** (4efc120)
- **change: updated jsonschema to v0.3. (#736)** (f0a7cea)
- **travis: removed r3 in mac CI. (#728)** (41412dc)
- **doc: make installation steps clear and remove useless dependency installations (#729)** (d6c4407)
- **change: removed router r3. (#725)** (d8b0c2d)
- **change: used `lua-resty-jsonschema` instead of `lua-rapidjson`. (#703)** (d06fbfa)
- **plugin(limit-count): put the redis configuration to root directory. (#727)** (ae8cd02)
- **doc: fixed the bad link. (#724)** (fb7d624)
- **luarocks: change the name of dev rockspec (#696)** (ada43be)
- **bugfix: create `/proto` folder in etcd, will store protocol buffer description file. (#714)** (7309a01)
- **bugfix: removed epoll in nginx.conf. (#711)** (9ebd052)
- **bugfix: updated the etcd index id. (#710)** (99eded8)
- **bugfix: fixed typo(mixItems -> minItems) in schema_def.lua (#698)** (244770c)
- **CLI: added more nginx configures in the config.yaml.** (8075520)
- **doc: added doc for plugin hot-loaded. (#694)** (726d4f6)
- **doc: updated the user wall. (#693)** (8cee1af)
- **dashboard: updated dashboard. (#687)** (13f9b11)
- **config: fixed code style. (#684)** (f94c2b0)
- **bugfix: increase maxLength of certificate (#682)** (f22b0e0)
- **Update powered-by.md (#674)** (bd9104c)
- **bugfix: set ssl_ciphers to `old` mode as default. (#667)** (bf2a769)
- **feature: enabled HTTP2 and supported to set `ssl_protocols`. (#663)** (0e10fa6)
- **doc(jwt-auth): fixed wrong arguments. (#661)** (7434ea9)
- **change: updated resty-radixtree to ver 1.4. (#660)** (b974338)
- **Update README.md (#657)** (efe32bb)
- **doc: Update README_CN (#656)** (feb0916)
- **bugfix: skip check cjson for luajit environment for apisix CLI. (#652)** (af5c488)
- **bugfix: updated version to 0.8. (#648)** (b49a8d1)
- **bugfix: keep args of uri when using proxy-write plugin. (#642)** (ff0d82c)
- **feature: added request headers rewriting in proxy-rewrite plugin (#629)** (91ee8e1)
- **feature: supported to print the input parameters and return values of… (#641)** (d05fcc6)
- **bugfix: removed useless schema of upstream. (#643)** (767786c)
- **bugfix(makefile): missing some source code when do install with luaro… (#640)** (6825f74)
- **feature(limit-count): supported global limit count with redis server. (#624)** (6b875ce)
- **changed table to list (#632)** (b4d279d)
- **doc: added anchor for PR in changelog. (#630)** (151f066)
- **changelog: added changelog for 0.8. (#619)** (c730718)
- **change: update lua-resty-radixtree to v1.3. (#627)** (066e486)
- **luarocks: updated dependencies of version 0.8. (#626)** (3591f74)

### Tests
- **test: fixed typo in test cases #508 (#853)** (553f4e9)
- **test: reformatted by `reindex` tools. (#798)** (ecd4a57)

### Docs
- **docs: fix typo (#784)** (41d4a7c)

### Chore
- **chore: fixed typo detected by misspell (#801)** (b67f99b)

_Recap by [Repo Wrapped](https://repowrapped.com/gh/apache/apisix?utm_source=github-action)._