## apache/apisix — v0.4.1…v0.5

_55 commits._

### Features
- **doc: add Chinese version of doc about certificate for HTTPS request. (#168)** (7953e5b)
- **bugfix: fixed typo about consumer and add error handler when read config file. (#162)** (f365deb)
- **feature: support to fetch the ssl schema.** (9309aba)

### Fixes
- **perf: removed useless split uri for admin APIs. (#146)** (9961ae4)

### Backend
- **bugfix plugin: used config's version as a part of `key`. (#190)** (a626bde)
- **doc: typo. (#189)** (bf52796)
- **benchmark: added benchmark scripts. (#188)** (7ee7029)
- **bugfix: fixed step of install dependencies. (#186)** (10be804)
- **doc: update rpm package. (#185)** (7d1aa34)
- **bumped version to v0.5 . (#183)** (cf76ed5)
- **bugfix: added `http_` prefix in CLI. (#182)** (a6b7892)
- **luarocks: upgraded rapidjson. (#180)** (0e2cdfe)
- **change: added prefix `http_` for http request. (#179)** (85f4209)
- **change: reimplemented the feature `heartbeat` with plugin way. (#177)** (53c3008)
- **feature: added admin API to get plugins' list. (#176)** (df7afe4)
- **feature: added admin API for plugins' schema. (#174)** (92f019c)
- **doc: added features list and gitter chat. (#171)** (8a4fe71)
- **doc: fixed style of https doc.** (251aaf4)
- **move docs of plugins from `/lua/apisix/plugins` to `/doc` . #166 (#167)** (31671cc)
- **bugfix: showed an error message if user installed cjson by luarocks.** (c94b40e)
- **makefile: used `=` to connect value.** (2161ce4)
- **change: modified the error message when failed to create `etcd`** (37cd800)
- **change: wrote more information for debugging the response from etcd.** (fc0b970)
- **bugfix: etcd only kept less than 1000 modified history, it maybe fail if (#160)** (5e19e9e)
- **bugfix: used long interval to fetch node status.** (2ae403f)
- **doc: supported to dynamic load certificate for using `https` request.** (9f391bb)
- **feature: supported for using wildcard to match the SNI of client https** (1bb135a)
- **travis: used the debug version of openresty.** (505220b)
- **feature: supported to manage ssl item by admin API and HTTPS client request.** (7dbcea8)
- **bugfix: fixed test cases for limit conn. (#154)** (e43cb2e)
- **CLI: fixed the wrong path and cpath in CLI. (#151)** (b44a6ab)
- **feature: supported to collect nginx status and pushed it to etcd. (#149)** (72e0fe2)
- **feature: added admin API to get schema for FE. (#148)** (c0c5c08)
- **CLI: set the core dump file directory permissions to 666.** (f15230b)
- **bugfix: maybe missing `with-http_stub_status_module` module in openresty** (43327b3)
- **feature: added description of schema. (#145)** (13c4baa)
- **feature: added `remote_addr` attribute to route. (#142)** (ca1f5e7)
- **feature: supported for using wildcard pattern to match host.** (678e422)
- **doc: added install dependencies. (#139)** (9d1c277)
- **doc: update uri of rpm package. (#137)** (1429d6e)
- **feature: added admin api for consumer. (#135)** (6af8957)
- **feature: merged the configuration between route and service. (#133)** (36338bc)
- **feature: supported to match host of client request. (#130)** (912e8b1)
- **bugfix: checked if the service or upstream were referenced when user** (c3f3ddb)
- **change: merged the similar code, and not allowed to specify id when use   POST method. (#128)** (43cbd13)
- **bugfix: avoid generating huge duplicate error logs when synchronizing data from etcd. (#127)** (9460acd)
- **bugfix: supported to LRU table to cache the JSON schema validator. (#126)** (61f5f3a)
- **luarocks: uploaded version 0.4.1 to luarocks.** (c26e2b2)
- **doc(v0.5): set the configuration with admin API (#125)** (97a1c20)

### Tests
- **test: only check part of schema. (#153)** (2480171)
- **test: supported to run test case if the dependency files are installed** (0f5a804)
- **test: added test cases for limit req. (#136)** (9ee0d2c)
- **test: removed useless option. (#132)** (2647bdd)
- **test: added test cases for limit conn and limit count. (#131)** (a76f690)

### Chore
- **style: fixed code style. (#163)** (99895c5)

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