# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.14.0](https://github.com/zhaodeezhu/xioo/compare/v1.13.12...v1.14.0) (2026-03-30)


### Features

* pg 增加函数重载， 解决注入问题 ([6c43819](https://github.com/zhaodeezhu/xioo/commit/6c438190bf38d24852066bc767f076b28fd8a3b6))


### Bug Fixes

* 解决冲突 ([4c970e4](https://github.com/zhaodeezhu/xioo/commit/4c970e4d6dcd09c74bd412e8746c9e944774dac3))

### [1.13.12](https://github.com/zhaodeezhu/xioo/compare/v1.13.11...v1.13.12) (2025-06-25)


### Bug Fixes

* 🐛 处理数字sql的拼接 ([68136f2](https://github.com/zhaodeezhu/xioo/commit/68136f2455d318fe440dc64088e20579e8abef41))

### [1.13.11](https://github.com/zhaodeezhu/xioo/compare/v1.13.10...v1.13.11) (2025-06-25)


### Bug Fixes

* 🐛 添加sql打印 ([3e03241](https://github.com/zhaodeezhu/xioo/commit/3e032416364f116eeedb2da5b755b1aa1569ea7f))

### [1.13.10](https://github.com/zhaodeezhu/xioo/compare/v1.13.9...v1.13.10) (2025-05-07)


### Bug Fixes

* 🐛 修改跨域请求预检 ([6dfcc47](https://github.com/zhaodeezhu/xioo/commit/6dfcc47b91d93080c49975949c137d5786947ed9))

### [1.13.9](https://github.com/zhaodeezhu/xioo/compare/v1.13.8...v1.13.9) (2025-05-07)


### Bug Fixes

* 🐛 修改跨域允许携带cookie ([02ce86d](https://github.com/zhaodeezhu/xioo/commit/02ce86d6353bd570e11e0821bdf9355c8395fbf6))

### [1.13.8](https://github.com/zhaodeezhu/xioo/compare/v1.13.7...v1.13.8) (2025-04-24)

### [1.13.7](https://github.com/zhaodeezhu/xioo/compare/v1.13.6...v1.13.7) (2025-04-24)

### [1.13.6](https://github.com/zhaodeezhu/xioo/compare/v1.13.5...v1.13.6) (2024-10-08)


### Features

* 🚀 脚手架添加一键发版 ([95339f5](https://github.com/zhaodeezhu/xioo/commit/95339f52c0101e5d3271c7c4f5820e0317e8dbe7))

### [1.13.5](https://github.com/zhaodeezhu/xioo/compare/v1.13.4...v1.13.5) (2024-10-08)

### [1.13.4](https://github.com/zhaodeezhu/xioo/compare/v1.13.3...v1.13.4) (2024-10-08)


### Bug Fixes

* 🐛 修改升级命令为串行 ([5f4a685](https://github.com/zhaodeezhu/xioo/commit/5f4a685d0a4a4cf593ab7f82c0d36fb45426ac22))

### [1.13.3](https://github.com/zhaodeezhu/xioo/compare/v1.13.2...v1.13.3) (2024-10-08)


### Features

* 🚀 脚手架功能完善 ([209e68b](https://github.com/zhaodeezhu/xioo/commit/209e68bfa306e3e79667877dda5c54bee0459851))

### [1.13.2](https://github.com/zhaodeezhu/xioo/compare/v1.13.1...v1.13.2) (2024-09-29)


### Bug Fixes

* 🐛 修改pg的queryer方法释放连接池 ([56fa8bf](https://github.com/zhaodeezhu/xioo/commit/56fa8bfeab9d4040431d992b3a197da45c6929a3))

### [1.13.1](https://github.com/zhaodeezhu/xioo/compare/v1.12.26...v1.13.1) (2024-09-09)


### Features

* 🚀 导出put方法 ([734f2ab](https://github.com/zhaodeezhu/xioo/commit/734f2ab26bdad5cdd0c362d6113a02c8f5755aa9))
* 🚀 添加pg远程的查询方法为queryer ([a476764](https://github.com/zhaodeezhu/xioo/commit/a4767640e30fb5990be716a2521e6b5f76e990a3))


### Bug Fixes

* 🐛 修复put没有导出 ([d829829](https://github.com/zhaodeezhu/xioo/commit/d829829dafae5958ec1a0924dd2950199663feb5))

## [1.13.0](https://github.com/zhaodeezhu/xioo/compare/v1.12.26...v1.13.0) (2024-09-09)


### Features

* 🚀 导出put方法 ([734f2ab](https://github.com/zhaodeezhu/xioo/commit/734f2ab26bdad5cdd0c362d6113a02c8f5755aa9))

### [1.12.26](https://github.com/zhaodeezhu/xioo/compare/v1.12.25...v1.12.26) (2024-07-29)


### Bug Fixes

* 🐛 升级socket异常导致进程重启的问题 ([f65b0f6](https://github.com/zhaodeezhu/xioo/commit/f65b0f634adb3c5b0793a5ff25a2995dfad3db9a))
* 🐛 修改ECONNRESET错误不重启子进程 ([a1115e3](https://github.com/zhaodeezhu/xioo/commit/a1115e36d09fc051effbb7f3d29e406397ed1f4c))

### [1.12.25](https://github.com/zhaodeezhu/xioo/compare/v1.12.24...v1.12.25) (2024-05-23)


### Bug Fixes

* 🐛 修改pg数据库selectWhere的拼接 ([efd0359](https://github.com/zhaodeezhu/xioo/commit/efd0359191e756ececc0624424e9f4367caa2e9f))

### [1.12.24](https://github.com/zhaodeezhu/xioo/compare/v1.12.23...v1.12.24) (2024-05-23)


### Bug Fixes

* 🐛 修改selectWhere可以直接拼接sql ([e52fb77](https://github.com/zhaodeezhu/xioo/commit/e52fb770f35169908a8fc1494a73c1333402aa31))

### [1.12.23](https://github.com/zhaodeezhu/xioo/compare/v1.12.22...v1.12.23) (2024-05-16)


### Bug Fixes

* 🐛 修改pg not in的查询 ([b4d6d4e](https://github.com/zhaodeezhu/xioo/commit/b4d6d4e4c332e14f8555a75183aefed3c8a856ee))

### [1.12.22](https://github.com/zhaodeezhu/xioo/compare/v1.12.21...v1.12.22) (2024-05-11)


### Bug Fixes

* 🐛 修复pg数据库日期类型存储null值时候的问题 ([4524810](https://github.com/zhaodeezhu/xioo/commit/4524810a412e90be2d24c9075b2d9520d8f62a52))

### [1.12.21](https://github.com/zhaodeezhu/xioo/compare/v1.12.20...v1.12.21) (2024-05-08)


### Bug Fixes

* 🐛 修改selectWhere拼接的问题 ([11a6e1d](https://github.com/zhaodeezhu/xioo/commit/11a6e1d1d77eedd714b881907d25767df8477232))

### [1.12.20](https://github.com/zhaodeezhu/xioo/compare/v1.12.19...v1.12.20) (2024-04-16)


### Bug Fixes

* 🐛 升级版本 ([84493c8](https://github.com/zhaodeezhu/xioo/commit/84493c8fc154c226f06ce00786a95fa0a992ab19))
* 🐛 修改in的拼接 ([1efdf34](https://github.com/zhaodeezhu/xioo/commit/1efdf3407d9e6fe3f62142a32715d3f9d3533e4e))

### [1.12.19](https://github.com/zhaodeezhu/xioo/compare/v1.12.18...v1.12.19) (2024-01-26)


### Bug Fixes

* 🐛 修改pg数据库自增默认值的问题 ([2e4bba1](https://github.com/zhaodeezhu/xioo/commit/2e4bba12466d843bbf296f4e591c310c7ff5035e))

### [1.12.18](https://github.com/zhaodeezhu/xioo/compare/v1.12.17...v1.12.18) (2024-01-24)


### Bug Fixes

* 🐛 修改server也可当成客户端使用 ([72ca1f0](https://github.com/zhaodeezhu/xioo/commit/72ca1f079cf17e185aab6dab4d91aba49bf75348))

### [1.12.17](https://github.com/zhaodeezhu/xioo/compare/v1.12.16...v1.12.17) (2024-01-24)


### Bug Fixes

* 🐛 修改rpc通信的粘包问题 ([e1c7143](https://github.com/zhaodeezhu/xioo/commit/e1c7143f950909cbe36d691e9139e436c6cb844b))

### [1.12.16](https://github.com/zhaodeezhu/xioo/compare/v1.12.15...v1.12.16) (2024-01-17)


### Bug Fixes

* 🐛 增加注册器开始时的注册机制 ([2726774](https://github.com/zhaodeezhu/xioo/commit/2726774a451d5ce6069f8632ab052060bd275976))

### [1.12.15](https://github.com/zhaodeezhu/xioo/compare/v1.12.14...v1.12.15) (2024-01-17)


### Bug Fixes

* 🐛 添加日志 ([e87ed19](https://github.com/zhaodeezhu/xioo/commit/e87ed19a2682caed23d989e82095f10372ca0884))

### [1.12.14](https://github.com/zhaodeezhu/xioo/compare/v1.12.13...v1.12.14) (2024-01-17)


### Bug Fixes

* 🐛 修改获取类名的方式 ([5152c66](https://github.com/zhaodeezhu/xioo/commit/5152c66ff19dd9561fc3cfe5aa3406749bbd5f21))

### [1.12.13](https://github.com/zhaodeezhu/xioo/compare/v1.12.12...v1.12.13) (2024-01-17)


### Bug Fixes

* 🐛 调整版本到1.12.13 ([d27859e](https://github.com/zhaodeezhu/xioo/commit/d27859efbee9c5fa5c5ad6770046f2600cd4240e))

### [1.12.12](https://github.com/zhaodeezhu/xioo/compare/v1.12.11...v1.12.12) (2024-01-17)


### Bug Fixes

* 🐛 升级到1.12.12 ([128f53d](https://github.com/zhaodeezhu/xioo/commit/128f53dba6280d2e2559e6a81179503b590aa2ca))

### [1.12.11](https://github.com/zhaodeezhu/xioo/compare/v1.12.10...v1.12.11) (2024-01-17)


### Bug Fixes

* 🐛 修改helper的位置 ([2361ea2](https://github.com/zhaodeezhu/xioo/commit/2361ea27a8a07084fc362408b51c04eefc1c820d))

### [1.12.10](https://github.com/zhaodeezhu/xioo/compare/v1.12.9...v1.12.10) (2024-01-17)


### Bug Fixes

* 🐛 修改agent中声明文件的创建 ([79fafda](https://github.com/zhaodeezhu/xioo/commit/79fafda39c5f613ea381d17e5b34a3dd5e867655))

### [1.12.9](https://github.com/zhaodeezhu/xioo/compare/v1.12.8...v1.12.9) (2024-01-17)


### Bug Fixes

* 🐛 修改装饰器注册到最前面 ([4ae69e3](https://github.com/zhaodeezhu/xioo/commit/4ae69e3583e4c8a4eacd7721dc2e399044099e52))

### [1.12.8](https://github.com/zhaodeezhu/xioo/compare/v1.13.0...v1.12.8) (2024-01-17)


### Bug Fixes

* 🐛 修改所有服务的执行时机 ([67ea634](https://github.com/zhaodeezhu/xioo/commit/67ea6347f39240b905d8efcf835dd831985a8c0a))

## [1.13.0](https://github.com/zhaodeezhu/xioo/compare/v1.12.6...v1.13.0) (2024-01-17)


### Features

* 🚀 新增装饰器动态注册 ([5e2d60d](https://github.com/zhaodeezhu/xioo/commit/5e2d60d362e87829cdac984e55bab1df9c3463a8))

### [1.12.6](https://github.com/zhaodeezhu/xioo/compare/v1.12.5...v1.12.6) (2023-11-22)


### Bug Fixes

* 🐛 修改声明文件的引用 ([3bb2b9e](https://github.com/zhaodeezhu/xioo/commit/3bb2b9e8eb6bf678a7b7ac30aefd7b38ba696ae0))

### [1.12.5](https://github.com/zhaodeezhu/xioo/compare/v1.12.4...v1.12.5) (2023-11-22)


### Bug Fixes

* 🐛 修改xios请求增加formdata ([931fc3c](https://github.com/zhaodeezhu/xioo/commit/931fc3ce3d3b4bb86181615540d15f1da2a6a215))

### [1.12.4](https://github.com/zhaodeezhu/xioo/compare/v1.12.3...v1.12.4) (2023-11-15)


### Bug Fixes

* 🐛 为xios默认设置Content-Typeapplication/json ([0f65446](https://github.com/zhaodeezhu/xioo/commit/0f654463bc14865f2065b4b522aec05f30a7d134))

### [1.12.3](https://github.com/zhaodeezhu/xioo/compare/v1.12.2...v1.12.3) (2023-11-14)

### [1.12.2](https://github.com/zhaodeezhu/xioo/compare/v1.12.1...v1.12.2) (2023-10-30)

### [1.12.1](https://github.com/zhaodeezhu/xioo/compare/v1.12.0...v1.12.1) (2023-10-30)


### Bug Fixes

* 🐛 修改请求添加timeout ([edcc5d6](https://github.com/zhaodeezhu/xioo/commit/edcc5d6c2d3fda958f12083f63ee2da39c92346f))

## 1.12.0 (2023-10-27)


### Features

* 🚀 拆分请求库xios ([ea29224](https://github.com/zhaodeezhu/xioo/commit/ea2922441dee1d08538aec1d7b2ad44fd7654361))
* 🚀 脚手架增加模板下载 ([81dfaa7](https://github.com/zhaodeezhu/xioo/commit/81dfaa7692ca32af3a42f60dddf664647644601c))
* 🚀 升级redis到4.x版本 ([454e852](https://github.com/zhaodeezhu/xioo/commit/454e85272946bc73bfe5e558130ee30b9366673d))
* 🚀 增加远程调度代理写法 ([9448a4c](https://github.com/zhaodeezhu/xioo/commit/9448a4cda0d5f1d6eadd919d9adc6434a4b662df))
* 🚀 增加自定义装饰器的功能 ([b62dba1](https://github.com/zhaodeezhu/xioo/commit/b62dba1d9b0193f5872ee4705e318032f87e17ab))
* 🚀 增加email服务 ([45baea9](https://github.com/zhaodeezhu/xioo/commit/45baea97fbb5b5fdaffc6fbd78006e75d9cfa490))
* 🚀 增加mongo,添加ES删除 ([ef18a62](https://github.com/zhaodeezhu/xioo/commit/ef18a625d3872db4635b78f43e65fe084f2c4e5d))
* 🚀 增加oracle连接库 ([6f6f92f](https://github.com/zhaodeezhu/xioo/commit/6f6f92fc13f3d228c749a20e01503d0e4ccf1e53))
* 🚀 增加rpc通信 ([87c0aa4](https://github.com/zhaodeezhu/xioo/commit/87c0aa4bb96f819092ff28c25753c8105530f5bc))
* 🚀 xioo init ([d987046](https://github.com/zhaodeezhu/xioo/commit/d9870466e6a4b25aea3067dd982854406fe6c3fe))
* 🚀 xios新增自定义请求 ([686571c](https://github.com/zhaodeezhu/xioo/commit/686571c61615de3c7d47e5c594664415332f3591))
* mongo支持 ([a9cf547](https://github.com/zhaodeezhu/xioo/commit/a9cf547f2018ac791f40c49d6e9def10cee1a8bc))


### Bug Fixes

* 🐛 更换redis依赖为ioredis ([f4df9ff](https://github.com/zhaodeezhu/xioo/commit/f4df9ff8e442ec35b5e62d59b0e46a757af5a61f))
* 🐛 构建ES ([043c808](https://github.com/zhaodeezhu/xioo/commit/043c808a2c9e642361d5099efc212633472c3c2c))
* 🐛 设置跨域缓存预检 ([04f5f9a](https://github.com/zhaodeezhu/xioo/commit/04f5f9a689661c105c240ef6c0d1b0617c81784c))
* 🐛 添加pg sql拼接函数 ([ffe0162](https://github.com/zhaodeezhu/xioo/commit/ffe016267ab9cc4fca615304ee3ed82441714ff9))
* 🐛 为自定义装饰器添加原函数的入参为数组的形式在最后一个参数上 ([1471cb6](https://github.com/zhaodeezhu/xioo/commit/1471cb6c819170e82dcde66e107e2724f08382de))
* 🐛 修复值为null时候的插入问题 ([546dcf9](https://github.com/zhaodeezhu/xioo/commit/546dcf99b0e8c415cdc128122191010b72cdf135))
* 🐛 修复less路由在win上的路径处理问题 ([aefb5ff](https://github.com/zhaodeezhu/xioo/commit/aefb5ff7ba4a4426acaf20ec354ac22bdf189213))
* 🐛 修复pg数据库更新数据数字更新失败的问题 ([523ee4f](https://github.com/zhaodeezhu/xioo/commit/523ee4fccaac79202bd9ae2cd49fc4d1ffb6c633))
* 🐛 修复pg数据为undefind的情况自动转化为null ([ee17c8d](https://github.com/zhaodeezhu/xioo/commit/ee17c8d7a2c07ba8415a779d3a8d5c7b6e433a52))
* 🐛 修复service使用装饰器以后app消失的问题 ([0e9558b](https://github.com/zhaodeezhu/xioo/commit/0e9558b064aea8df7e2b688d8f39f78fcd6271fa))
* 🐛 修改/兼容windows系统 ([3beffb2](https://github.com/zhaodeezhu/xioo/commit/3beffb2c24fc4e26f1cf9afaefe939f5d886ca06))
* 🐛 修改脚手架只创建默认模板 ([82afaca](https://github.com/zhaodeezhu/xioo/commit/82afaca109ff8b7facbd921577d9e9850e8f40b4))
* 🐛 修改静态方法 ([38cf2ee](https://github.com/zhaodeezhu/xioo/commit/38cf2eed882474fefd23c90740ca649c8633e445))
* 🐛 修改命令答询为生产依赖 ([d4cd739](https://github.com/zhaodeezhu/xioo/commit/d4cd739315dc921e72aa58d7812f966d0b8405f8))
* 🐛 修改使用了自定义注解以后影响原函数参数的问题 ([5c8bea3](https://github.com/zhaodeezhu/xioo/commit/5c8bea3eaedd2fb6e0a9e09ac1a59c6281f7be17))
* 🐛 修改数据插入是有'的情况 ([ab942d9](https://github.com/zhaodeezhu/xioo/commit/ab942d91d978a818aec3b56db966ed94c1b90d36))
* 🐛 修改数据流加载的过程问题 ([4a2634a](https://github.com/zhaodeezhu/xioo/commit/4a2634af5d4ddf2c57b29cea2405351aec068871))
* 🐛 修改通信数据不全的问题 ([e61dc1e](https://github.com/zhaodeezhu/xioo/commit/e61dc1ee32bbad373fd5ec714d876cd46da67250))
* 🐛 修改未打包的问题 ([9534e00](https://github.com/zhaodeezhu/xioo/commit/9534e00e22cb06ae89b35e2413d3e8a2fb541950))
* 🐛 修改文件上传可以直接传递文件流 ([3f2633a](https://github.com/zhaodeezhu/xioo/commit/3f2633ad26213c87761e0934faac6015ff8bc90f))
* 🐛 修改消息标签没有闭合的问题 ([988c33a](https://github.com/zhaodeezhu/xioo/commit/988c33ae71797b03e6daef69aa6a1d02525d47a0))
* 🐛 修改在全局添加XIOO_AGANT ([97b196e](https://github.com/zhaodeezhu/xioo/commit/97b196e2ce242f230a1cfd1167d55e4ee39abe47))
* 🐛 修改pg数据库插入数据时字段缺失的问题 ([082da53](https://github.com/zhaodeezhu/xioo/commit/082da53182f5397d7ee15de7e0692bb4e00e0738))
* 🐛 修改pg数据库更新日期时的时间问题 ([aac9e5c](https://github.com/zhaodeezhu/xioo/commit/aac9e5c92770f0de246769bc34a7175a6e78e13d))
* 🐛 修改pg数据库日期插入时的问题 ([4741f1d](https://github.com/zhaodeezhu/xioo/commit/4741f1d9ab3eb20c39f0bec915410789fc37bc2a))
* 🐛 修改pg数据库日期更新时类型冲突的问题 ([b7beffd](https://github.com/zhaodeezhu/xioo/commit/b7beffddfa265f0e8a1d37a4a68cfbc95d32099e))
* 🐛 修改redis版本升级的命令变化的问题 ([1406c38](https://github.com/zhaodeezhu/xioo/commit/1406c38519537e1f805f5b94b648184602729c78))
* 🐛 修改redis添加对外暴露全部功能 ([d3cc4d8](https://github.com/zhaodeezhu/xioo/commit/d3cc4d88685a08c21311a51f31a0a778a968e9f4))
* 🐛 修改rpc通信兼容多容器的情况 ([3b195a2](https://github.com/zhaodeezhu/xioo/commit/3b195a2836ab4efafb077f669234b47decf58765))
* 🐛 修改xios添加sse请求 ([c84b98c](https://github.com/zhaodeezhu/xioo/commit/c84b98c4e68942ef6944150d90994cf7f85cbf6f))
* 🐛 修正可以自动生成装饰器的参数声明文件 ([2fa2b82](https://github.com/zhaodeezhu/xioo/commit/2fa2b822473a04de66927edeca7459a4237f8cbf))
* 🐛 增加ES索引删除 ([2422894](https://github.com/zhaodeezhu/xioo/commit/2422894b9d3be7076cd125f9eadf814b9ce928c2))
* 🐛 增加oracle设置版本 ([11f352a](https://github.com/zhaodeezhu/xioo/commit/11f352a090ca41de5b386aa7a37a645a99f5565d))

### [1.11.19](https://github.com/zhaodeezhu/xioo/compare/v1.11.18...v1.11.19) (2023-06-19)


### Bug Fixes

* 🐛 修改在全局添加XIOO_AGANT ([97b196e](https://github.com/zhaodeezhu/xioo/commit/97b196e2ce242f230a1cfd1167d55e4ee39abe47))

### [1.11.18](https://github.com/zhaodeezhu/xioo/compare/v1.11.17...v1.11.18) (2023-06-05)


### Bug Fixes

* 🐛 修改静态方法 ([38cf2ee](https://github.com/zhaodeezhu/xioo/commit/38cf2eed882474fefd23c90740ca649c8633e445))

### [1.11.17](https://github.com/zhaodeezhu/xioo/compare/v1.11.16...v1.11.17) (2023-06-05)


### Bug Fixes

* 🐛 增加oracle设置版本 ([11f352a](https://github.com/zhaodeezhu/xioo/commit/11f352a090ca41de5b386aa7a37a645a99f5565d))

### [1.11.16](https://github.com/zhaodeezhu/xioo/compare/v1.11.15...v1.11.16) (2023-05-27)


### Bug Fixes

* 🐛 修改脚手架只创建默认模板 ([82afaca](https://github.com/zhaodeezhu/xioo/commit/82afaca109ff8b7facbd921577d9e9850e8f40b4))
* 🐛 修改xios添加sse请求 ([c84b98c](https://github.com/zhaodeezhu/xioo/commit/c84b98c4e68942ef6944150d90994cf7f85cbf6f))

### [1.11.15](https://github.com/zhaodeezhu/xioo/compare/v1.11.14...v1.11.15) (2023-03-23)


### Bug Fixes

* 🐛 修改pg数据库更新日期时的时间问题 ([aac9e5c](https://github.com/zhaodeezhu/xioo/commit/aac9e5c92770f0de246769bc34a7175a6e78e13d))

### [1.11.14](https://github.com/zhaodeezhu/xioo/compare/v1.11.13...v1.11.14) (2023-01-05)


### Bug Fixes

* 🐛 更换redis依赖为ioredis ([f4df9ff](https://github.com/zhaodeezhu/xioo/commit/f4df9ff8e442ec35b5e62d59b0e46a757af5a61f))

### [1.11.13](https://github.com/zhaodeezhu/xioo/compare/v1.11.12...v1.11.13) (2022-12-11)

### [1.11.12](https://github.com/zhaodeezhu/xioo/compare/v1.11.11...v1.11.12) (2022-12-07)


### Bug Fixes

* 🐛 修改rpc通信兼容多容器的情况 ([3b195a2](https://github.com/zhaodeezhu/xioo/commit/3b195a2836ab4efafb077f669234b47decf58765))

### [1.11.11](https://github.com/zhaodeezhu/xioo/compare/v1.11.10...v1.11.11) (2022-12-06)

### [1.11.10](https://github.com/zhaodeezhu/xioo/compare/v1.11.9...v1.11.10) (2022-12-06)


### Bug Fixes

* 🐛 修改命令答询为生产依赖 ([d4cd739](https://github.com/zhaodeezhu/xioo/commit/d4cd739315dc921e72aa58d7812f966d0b8405f8))

### [1.11.9](https://github.com/zhaodeezhu/xioo/compare/v1.11.8...v1.11.9) (2022-12-01)


### Bug Fixes

* 🐛 修改pg数据库插入数据时字段缺失的问题 ([082da53](https://github.com/zhaodeezhu/xioo/commit/082da53182f5397d7ee15de7e0692bb4e00e0738))

### [1.11.8](https://github.com/zhaodeezhu/xioo/compare/v1.11.7...v1.11.8) (2022-11-13)


### Bug Fixes

* 🐛 修改通信数据不全的问题 ([e61dc1e](https://github.com/zhaodeezhu/xioo/commit/e61dc1ee32bbad373fd5ec714d876cd46da67250))

### [1.11.7](https://github.com/zhaodeezhu/xioo/compare/v1.11.6...v1.11.7) (2022-11-13)


### Bug Fixes

* 🐛 修改消息标签没有闭合的问题 ([988c33a](https://github.com/zhaodeezhu/xioo/commit/988c33ae71797b03e6daef69aa6a1d02525d47a0))

### [1.11.6](https://github.com/zhaodeezhu/xioo/compare/v1.11.5...v1.11.6) (2022-11-13)


### Bug Fixes

* 🐛 修改数据流加载的过程问题 ([4a2634a](https://github.com/zhaodeezhu/xioo/commit/4a2634af5d4ddf2c57b29cea2405351aec068871))

### [1.11.5](https://github.com/zhaodeezhu/xioo/compare/v1.11.4...v1.11.5) (2022-11-13)


### Features

* 🚀 脚手架增加模板下载 ([81dfaa7](https://github.com/zhaodeezhu/xioo/commit/81dfaa7692ca32af3a42f60dddf664647644601c))

### [1.11.4](https://github.com/zhaodeezhu/xioo/compare/v1.11.3...v1.11.4) (2022-10-08)


### Bug Fixes

* 🐛 修复值为null时候的插入问题 ([546dcf9](https://github.com/zhaodeezhu/xioo/commit/546dcf99b0e8c415cdc128122191010b72cdf135))

### [1.11.3](https://github.com/zhaodeezhu/xioo/compare/v1.11.2...v1.11.3) (2022-10-08)


### Bug Fixes

* 🐛 修复pg数据为undefind的情况自动转化为null ([ee17c8d](https://github.com/zhaodeezhu/xioo/commit/ee17c8d7a2c07ba8415a779d3a8d5c7b6e433a52))

### [1.11.2](https://github.com/zhaodeezhu/xioo/compare/v1.11.1...v1.11.2) (2022-10-05)

### [1.11.1](https://github.com/zhaodeezhu/xioo/compare/v1.11.0...v1.11.1) (2022-10-05)


### Bug Fixes

* 🐛 修改使用了自定义注解以后影响原函数参数的问题 ([5c8bea3](https://github.com/zhaodeezhu/xioo/commit/5c8bea3eaedd2fb6e0a9e09ac1a59c6281f7be17))

## [1.11.0](https://github.com/zhaodeezhu/xioo/compare/v1.10.0...v1.11.0) (2022-10-04)


### Features

* 🚀 增加远程调度代理写法 ([9448a4c](https://github.com/zhaodeezhu/xioo/commit/9448a4cda0d5f1d6eadd919d9adc6434a4b662df))

## [1.10.0](https://github.com/zhaodeezhu/xioo/compare/v1.9.3...v1.10.0) (2022-10-04)


### Features

* 🚀 增加rpc通信 ([87c0aa4](https://github.com/zhaodeezhu/xioo/commit/87c0aa4bb96f819092ff28c25753c8105530f5bc))

### [1.9.3](https://github.com/zhaodeezhu/xioo/compare/v1.9.2...v1.9.3) (2022-09-26)

### [1.9.2](https://github.com/zhaodeezhu/xioo/compare/v1.9.1...v1.9.2) (2022-09-26)


### Bug Fixes

* 🐛 为自定义装饰器添加原函数的入参为数组的形式在最后一个参数上 ([1471cb6](https://github.com/zhaodeezhu/xioo/commit/1471cb6c819170e82dcde66e107e2724f08382de))

### [1.9.1](https://github.com/zhaodeezhu/xioo/compare/v1.9.0...v1.9.1) (2022-09-25)


### Bug Fixes

* 🐛 修正可以自动生成装饰器的参数声明文件 ([2fa2b82](https://github.com/zhaodeezhu/xioo/commit/2fa2b822473a04de66927edeca7459a4237f8cbf))

## [1.9.0](https://github.com/zhaodeezhu/xioo/compare/v1.7.1...v1.9.0) (2022-09-24)


### Features

* 🚀 增加自定义装饰器的功能 ([b62dba1](https://github.com/zhaodeezhu/xioo/commit/b62dba1d9b0193f5872ee4705e318032f87e17ab))


### Bug Fixes

* 🐛 修复service使用装饰器以后app消失的问题 ([0e9558b](https://github.com/zhaodeezhu/xioo/commit/0e9558b064aea8df7e2b688d8f39f78fcd6271fa))

## [1.8.0](https://github.com/zhaodeezhu/xioo/compare/v1.7.1...v1.8.0) (2022-09-24)


### Features

* 🚀 增加自定义装饰器的功能 ([b62dba1](https://github.com/zhaodeezhu/xioo/commit/b62dba1d9b0193f5872ee4705e318032f87e17ab))

### [1.7.1](https://github.com/zhaodeezhu/xioo/compare/v1.8.1...v1.7.1) (2022-09-15)

### [1.8.1](https://github.com/zhaodeezhu/xioo/compare/v1.8.0...v1.8.1) (2022-09-15)

## [1.8.0](https://github.com/zhaodeezhu/xioo/compare/v1.6.9...v1.8.0) (2022-09-15)


### Features

* 🚀 xios新增自定义请求 ([686571c](https://github.com/zhaodeezhu/xioo/commit/686571c61615de3c7d47e5c594664415332f3591))


### Bug Fixes

* 🐛 修复less路由在win上的路径处理问题 ([aefb5ff](https://github.com/zhaodeezhu/xioo/commit/aefb5ff7ba4a4426acaf20ec354ac22bdf189213))

## [1.7.0](https://github.com/zhaodeezhu/xioo/compare/v1.6.9...v1.7.0) (2022-09-06)


### Features

* 🚀 xios新增自定义请求 ([686571c](https://github.com/zhaodeezhu/xioo/commit/686571c61615de3c7d47e5c594664415332f3591))

### [1.6.9](https://github.com/zhaodeezhu/xioo/compare/v1.6.8...v1.6.9) (2022-08-22)


### Bug Fixes

* 🐛 添加pg sql拼接函数 ([ffe0162](https://github.com/zhaodeezhu/xioo/commit/ffe016267ab9cc4fca615304ee3ed82441714ff9))

### [1.6.8](https://github.com/zhaodeezhu/xioo/compare/v1.6.7...v1.6.8) (2022-08-22)

### [1.6.7](https://github.com/zhaodeezhu/xioo/compare/v1.6.6...v1.6.7) (2022-08-22)


### Bug Fixes

* 🐛 修改pg数据库日期插入时的问题 ([4741f1d](https://github.com/zhaodeezhu/xioo/commit/4741f1d9ab3eb20c39f0bec915410789fc37bc2a))

### [1.6.6](https://github.com/zhaodeezhu/xioo/compare/v1.6.5...v1.6.6) (2022-08-16)


### Bug Fixes

* 🐛 修改pg数据库日期更新时类型冲突的问题 ([b7beffd](https://github.com/zhaodeezhu/xioo/commit/b7beffddfa265f0e8a1d37a4a68cfbc95d32099e))

### [1.6.5](https://github.com/zhaodeezhu/xioo/compare/v1.6.4...v1.6.5) (2022-07-02)


### Bug Fixes

* 🐛 设置跨域缓存预检 ([04f5f9a](https://github.com/zhaodeezhu/xioo/commit/04f5f9a689661c105c240ef6c0d1b0617c81784c))

### [1.6.4](https://github.com/zhaodeezhu/xioo/compare/v1.6.3...v1.6.4) (2022-06-02)


### Bug Fixes

* 🐛 修改redis版本升级的命令变化的问题 ([1406c38](https://github.com/zhaodeezhu/xioo/commit/1406c38519537e1f805f5b94b648184602729c78))

### [1.6.3](https://github.com/zhaodeezhu/xioo/compare/v1.6.2...v1.6.3) (2022-05-27)


### Bug Fixes

* 🐛 增加ES索引删除 ([2422894](https://github.com/zhaodeezhu/xioo/commit/2422894b9d3be7076cd125f9eadf814b9ce928c2))

### [1.6.2](https://github.com/zhaodeezhu/xioo/compare/v1.7.0...v1.6.2) (2022-05-23)

## [1.7.0](https://github.com/zhaodeezhu/xioo/compare/v1.4.5...v1.7.0) (2022-05-23)


### Features

* 🚀 增加mongo,添加ES删除 ([ef18a62](https://github.com/zhaodeezhu/xioo/commit/ef18a625d3872db4635b78f43e65fe084f2c4e5d))
* 🚀 增加oracle连接库 ([6f6f92f](https://github.com/zhaodeezhu/xioo/commit/6f6f92fc13f3d228c749a20e01503d0e4ccf1e53))
* mongo支持 ([a9cf547](https://github.com/zhaodeezhu/xioo/commit/a9cf547f2018ac791f40c49d6e9def10cee1a8bc))


### Bug Fixes

* 🐛 构建ES ([043c808](https://github.com/zhaodeezhu/xioo/commit/043c808a2c9e642361d5099efc212633472c3c2c))

## [1.6.0](https://github.com/zhaodeezhu/xioo/compare/v1.4.5...v1.6.0) (2022-05-21)


### Features

* 🚀 增加mongo,添加ES删除 ([ef18a62](https://github.com/zhaodeezhu/xioo/commit/ef18a625d3872db4635b78f43e65fe084f2c4e5d))
* mongo支持 ([a9cf547](https://github.com/zhaodeezhu/xioo/commit/a9cf547f2018ac791f40c49d6e9def10cee1a8bc))

### [1.5.2](https://github.com/zhaodeezhu/xioo/compare/v1.5.1...v1.5.2) (2022-05-10)


### Bug Fixes

* 🐛 修改pg数据引号替换的问题 ([9c2736f](https://github.com/zhaodeezhu/xioo/commit/9c2736f2ac08da36f4e616e4edd3ad9e1da8dd8f))

### [1.5.1](https://github.com/zhaodeezhu/xioo/compare/v1.5.0...v1.5.1) (2022-05-10)


### Bug Fixes

* 🐛 修改pg更新单引号的问题 ([f7367c4](https://github.com/zhaodeezhu/xioo/commit/f7367c48e166523447a89c7d602d1cf4ad2fec5e))

## [1.5.0](https://github.com/zhaodeezhu/xioo/compare/v1.4.5...v1.5.0) (2022-05-08)


### Features

* 🚀 增加oracle连接库 ([6f6f92f](https://github.com/zhaodeezhu/xioo/commit/6f6f92fc13f3d228c749a20e01503d0e4ccf1e53))

### [1.4.5](https://github.com/zhaodeezhu/xioo/compare/v1.4.4...v1.4.5) (2022-05-05)

### [1.4.4](https://github.com/zhaodeezhu/xioo/compare/v1.4.3...v1.4.4) (2022-05-01)


### Bug Fixes

* 🐛 修改未打包的问题 ([9534e00](https://github.com/zhaodeezhu/xioo/commit/9534e00e22cb06ae89b35e2413d3e8a2fb541950))

### [1.4.3](https://github.com/zhaodeezhu/xioo/compare/v1.4.2...v1.4.3) (2022-05-01)


### Bug Fixes

* 🐛 修复pg数据库更新数据数字更新失败的问题 ([523ee4f](https://github.com/zhaodeezhu/xioo/commit/523ee4fccaac79202bd9ae2cd49fc4d1ffb6c633))

### [1.4.2](https://github.com/zhaodeezhu/xioo/compare/v1.4.1...v1.4.2) (2022-04-29)


### Bug Fixes

* 🐛 修改数据插入是有'的情况 ([ab942d9](https://github.com/zhaodeezhu/xioo/commit/ab942d91d978a818aec3b56db966ed94c1b90d36))

### [1.4.1](https://github.com/zhaodeezhu/xioo/compare/v1.4.0...v1.4.1) (2022-04-21)


### Bug Fixes

* 🐛 修改文件上传可以直接传递文件流 ([3f2633a](https://github.com/zhaodeezhu/xioo/commit/3f2633ad26213c87761e0934faac6015ff8bc90f))

## [1.4.0](https://github.com/zhaodeezhu/xioo/compare/v1.3.0...v1.4.0) (2022-04-10)


### Features

* 🚀 增加email服务 ([45baea9](https://github.com/zhaodeezhu/xioo/commit/45baea97fbb5b5fdaffc6fbd78006e75d9cfa490))

## [1.3.0](https://github.com/zhaodeezhu/xioo/compare/v1.2.1...v1.3.0) (2022-04-01)


### Features

* 🚀 拆分请求库xios ([ea29224](https://github.com/zhaodeezhu/xioo/commit/ea2922441dee1d08538aec1d7b2ad44fd7654361))

### [1.2.1](https://github.com/zhaodeezhu/xioo/compare/v1.2.0...v1.2.1) (2022-04-01)


### Bug Fixes

* 🐛 修改/兼容windows系统 ([3beffb2](https://github.com/zhaodeezhu/xioo/commit/3beffb2c24fc4e26f1cf9afaefe939f5d886ca06))

## [1.2.0](https://github.com/zhaodeezhu/xioo/compare/v1.1.1...v1.2.0) (2022-03-22)


### Features

* 🚀 升级redis到4.x版本 ([454e852](https://github.com/zhaodeezhu/xioo/commit/454e85272946bc73bfe5e558130ee30b9366673d))

### [1.1.1](https://github.com/zhaodeezhu/xioo/compare/v1.1.0...v1.1.1) (2022-03-20)

## 1.1.0 (2022-03-19)


### Features

* 🚀 xioo init ([d987046](https://github.com/zhaodeezhu/xioo/commit/d9870466e6a4b25aea3067dd982854406fe6c3fe))

## 1.1.0 (2022-03-19)


### Features

* 🚀 xioo@v1.0.0 ([0532c69](https://github.com/zhaodeezhu/xioo/commit/0532c6907da8624a6617f84d5dcdc82d466d7dd1))

### [0.1.24](https://github.com/zhaodeezhu/xioo/compare/v0.1.23...v0.1.24) (2022-02-19)


### Bug Fixes

* 🐛 修改返回状态码时返回headers ([306371d](https://github.com/zhaodeezhu/xioo/commit/306371db91681868f4bb51eb51fd1f27b2c3ea23))

### [0.1.23](https://github.com/zhaodeezhu/xioo/compare/v0.1.22...v0.1.23) (2022-02-18)


### Bug Fixes

* 🐛 修改application/x-www-form-urlencoded不适配的问题 ([f19828b](https://github.com/zhaodeezhu/xioo/commit/f19828b89d22eed7c1e1e0cf240957160e341983))

### [0.1.22](https://github.com/zhaodeezhu/xioo/compare/v0.1.20...v0.1.22) (2022-01-27)


### Bug Fixes

* 🐛 解决bool类型转成字符串导致更新失败问题 ([4ca18e4](https://github.com/zhaodeezhu/xioo/commit/4ca18e45128717851bac8724a85ce6277b2c7cf6))

### 0.1.21 (2022-01-27)


### Features

* 🎸 Added Next logic in KOA ([b136f92](https://github.com/zhaodeezhu/xioo/commit/b136f9202802d6bdd1241dec6fc9eccdec632e4a))
* 🎸 init project ([267ccb7](https://github.com/zhaodeezhu/xioo/commit/267ccb7cf5efafa1ac514a8a94a1eccde42278d3))
* 🚀 导出Patch Delete请求方法 ([0299795](https://github.com/zhaodeezhu/xioo/commit/0299795331a79204ee210433434b3c671b444956))
* 🚀 数据库连接支持多数据源 ([ccc6e36](https://github.com/zhaodeezhu/xioo/commit/ccc6e366ce49a1485a4203772588bc9d637181e4))
* 🚀 添加没有接口404的状态码 ([c3ae8d2](https://github.com/zhaodeezhu/xioo/commit/c3ae8d2c5c47b81fff814177a750d16a118e6af3))
* 🚀 添加cpu核数可配置 ([98aef1b](https://github.com/zhaodeezhu/xioo/commit/98aef1bf22f86efefb748d015dcf6c37dc014cf6))
* 🚀 添加dev环境输出 ([d1c76fd](https://github.com/zhaodeezhu/xioo/commit/d1c76fd6a37a365981673387d54ed438ed80ca0e))
* 🚀 完善数据库增删改查 ([57a76ca](https://github.com/zhaodeezhu/xioo/commit/57a76ca80dd0d51663502e4ff55f5d5881f1d813))
* 🚀 新增kafka别名 ([5b3bedf](https://github.com/zhaodeezhu/xioo/commit/5b3bedf70752b53b508b3a5aae436f306105d351))
* 🚀 增加更多查询罗辑 ([14539f4](https://github.com/zhaodeezhu/xioo/commit/14539f40191e1784a0dd8333e64c5bb5aa62b424))
* 🚀 增加数据库可自动下划线转驼峰 ([5324033](https://github.com/zhaodeezhu/xioo/commit/532403302396fe41d3013d558d19ca2b617f3205))
* 🚀 增加ES连接 ([86d2e58](https://github.com/zhaodeezhu/xioo/commit/86d2e5802651df6a92a3d3639fc8d7950fb823a2))
* 🚀 增加kafka生产者连接 ([f2f530b](https://github.com/zhaodeezhu/xioo/commit/f2f530b56c568893f1c0deddef9ea1b4eeb7c060))
* 🚀 增加Redis常用接口 ([03ff4a3](https://github.com/zhaodeezhu/xioo/commit/03ff4a3f4c322af130f123432852bb435e2b87a5))
* 🚀 add cluster agant ([e835550](https://github.com/zhaodeezhu/xioo/commit/e8355506f581425431c8df10b6a9a839ed9b661e))
* 🚀 add ControllerManager for group ([95d03d3](https://github.com/zhaodeezhu/xioo/commit/95d03d38403ca0a0cb20d89310277df3e3b6f6d5))
* 🚀 add dynamic schedule ([70cd108](https://github.com/zhaodeezhu/xioo/commit/70cd108cfa0e1adad391d6adf7d06bd898ea9daa))
* 🚀 add middle middleware ([6cced44](https://github.com/zhaodeezhu/xioo/commit/6cced44e0572526cb7a32f186d03cb55a6f0c8f2))
* 🚀 add next to middleware ([1516d00](https://github.com/zhaodeezhu/xioo/commit/1516d003b0cd341d9c001a5941ee4b597ae7bd65))
* 🚀 add pg connct ([39d6730](https://github.com/zhaodeezhu/xioo/commit/39d673049e261ba0000087a4a0e8e0300b4627d8))
* 🚀 Add router set ([1ad52d0](https://github.com/zhaodeezhu/xioo/commit/1ad52d0c43b0df6cdafac66db0335cf03ac1ce72))
* 🚀 Add static resource config ([e8b0e4a](https://github.com/zhaodeezhu/xioo/commit/e8b0e4a7c70cb21c6f4bf255f14fbe739694c920))
* 🚀 Add time decorator ([06c646d](https://github.com/zhaodeezhu/xioo/commit/06c646d9498574c265753fe355842986599a9b64))
* 🚀 add xios string ([29c346e](https://github.com/zhaodeezhu/xioo/commit/29c346e2d5eea959ced7c345d1d7a47bd61d2add))
* 🚀 add xios upload ([7334a0d](https://github.com/zhaodeezhu/xioo/commit/7334a0d953bb3610aad0fb5df0822002c322de20))
* 🚀 App中增加mysql连接alias ([837753f](https://github.com/zhaodeezhu/xioo/commit/837753f8e678d23f521b70f0ce4ffb4d7260d0fb))
* 🚀 mysql增加批量插入数据 ([a6c3569](https://github.com/zhaodeezhu/xioo/commit/a6c356954726998b4e2d24f73b9d4136050dde77))
* 🚀 pg数据库增加事务 ([b2c92af](https://github.com/zhaodeezhu/xioo/commit/b2c92af1787d003f4344268ff1a244441f2dd968))
* 添加kafka生产者连接 ([15fa355](https://github.com/zhaodeezhu/xioo/commit/15fa3554eb7ed8b7b2afad7cfecff365fea23988))


### Bug Fixes

* 🐛 添加配置判空罗辑 ([902f533](https://github.com/zhaodeezhu/xioo/commit/902f5336fea5e2965d0af479d3be083955596c80))
* 🐛 添加stringifyData声明文件 ([39ae0b5](https://github.com/zhaodeezhu/xioo/commit/39ae0b51fa4d477d9d6cfa648ac7fa3147f4eabd))
* 🐛 修复pg插入的schema问题 ([ad86d83](https://github.com/zhaodeezhu/xioo/commit/ad86d83cccbc500d3ff56d53fe45521b471314a2))
* 🐛 修复pg列信息获取错误的问题 ([b16b0c6](https://github.com/zhaodeezhu/xioo/commit/b16b0c62cc1427ef4c6cef4a70a747c82135eebf))
* 🐛 修复xios parse报错的问题 ([40b9720](https://github.com/zhaodeezhu/xioo/commit/40b9720ed87c58f705ec273067204b065578791c))
* 🐛 修改插件的注册位置 ([c7d3532](https://github.com/zhaodeezhu/xioo/commit/c7d3532ffb7abf8d82b703de2660162a351d824e))
* 🐛 修改插入数据为双引号 ([ed722c6](https://github.com/zhaodeezhu/xioo/commit/ed722c6506846c48c27fbc0b5657967798d21e02))
* 🐛 修改非空返回值拼接的问题 ([9218f50](https://github.com/zhaodeezhu/xioo/commit/9218f50b3fdf7d3e8e764bc88af1b4849221f27a))
* 🐛 修改更新数据库判断字段存在的bug ([0273073](https://github.com/zhaodeezhu/xioo/commit/02730739e1f50de7a08c3900637014aefdc26392))
* 🐛 修改更新语句 ([3dfc4a4](https://github.com/zhaodeezhu/xioo/commit/3dfc4a440fb9b8dc08062939e9940559e0967a55))
* 🐛 修改回插入单引号 ([f6bfbb7](https://github.com/zhaodeezhu/xioo/commit/f6bfbb758f8d94ac12e69b0618bab59060daec1e))
* 🐛 修改数据更新id没有动态 ([4ca319b](https://github.com/zhaodeezhu/xioo/commit/4ca319bb68911c7352fe9d8520e10c4652cd1238))
* 🐛 修改数据库更新null转成字符串的bug ([27e35e3](https://github.com/zhaodeezhu/xioo/commit/27e35e33205a472523c5c809f04e5dd3b9d5f8d7))
* 🐛 修改驼峰转下划线时的问题 ([f2a5be2](https://github.com/zhaodeezhu/xioo/commit/f2a5be269d82875b2f420339425a44217e8e113a))
* 🐛 修改pg适配多schema ([f13d7e3](https://github.com/zhaodeezhu/xioo/commit/f13d7e3cb6aeb9bd3628569e4cd0b4798b389b56))
* 🐛 修改pg数据插入的问题 ([c86935f](https://github.com/zhaodeezhu/xioo/commit/c86935f93ed5c4be6dcc6e4f6c7f0b7e9952b4fd))
* 🐛 修改redis连接赋值时机 ([70de194](https://github.com/zhaodeezhu/xioo/commit/70de194778fbfc53e454c349148bd22e55c9754a))
* 🐛 修改socket可跨域 ([6a0f5c9](https://github.com/zhaodeezhu/xioo/commit/6a0f5c9bcbd78184a2588a2be5c2ee29d4febf4c))
* 🐛 修改url是正则的replace使用的bug ([b246013](https://github.com/zhaodeezhu/xioo/commit/b2460138c5eea5a5fc951d57244f82a2ad18e074))
* 🐛 修改windows中url路劲自动转化成\的问题 ([0ab5968](https://github.com/zhaodeezhu/xioo/commit/0ab59680499ed2e049e0266e60416f49a5de2619))
* 🐛 修改xio返回数据parse ([8840c2a](https://github.com/zhaodeezhu/xioo/commit/8840c2a14b2f6947f20fd62aaf877a69c3e0ae2c))
* 🐛 终止mysql连接 ([22611b3](https://github.com/zhaodeezhu/xioo/commit/22611b3181a6acc9f74610db8455ad99ef6615aa))
* 🐛 Delete ctx of Server ([6ca6570](https://github.com/zhaodeezhu/xioo/commit/6ca6570061d198b071ecc7bbe5d8073b93b77a68))
* 🐛 Fix post-middleware failure ([38f0d23](https://github.com/zhaodeezhu/xioo/commit/38f0d23c2ebff9fe50912c85f0f8a7d172c61044))
* 🐛 Fix the production environment build declaration file ([527b8e4](https://github.com/zhaodeezhu/xioo/commit/527b8e4355cc41ae4b9de40d60be8038ce435759))
* 🐛 Fixed bug where getDirtoFilePath method doesn't read dir ([6713aa0](https://github.com/zhaodeezhu/xioo/commit/6713aa0c35a70b4bf0cc209cd59092f955843a8f))
* 🐛 Fixed dir not exists ([029f391](https://github.com/zhaodeezhu/xioo/commit/029f3919ae143972441d688e6c3ed5d90b144159))
* 🐛 mysql改为连接池连接 ([94629fb](https://github.com/zhaodeezhu/xioo/commit/94629fb9f56c3ed5b0117ff0890f4834fed50540))
* 🐛 update static resource ([505a509](https://github.com/zhaodeezhu/xioo/commit/505a509dc032883fa646017b1826f6bd054f2eac))
* 将跨域组件注册在最外层 ([88eb09b](https://github.com/zhaodeezhu/xioo/commit/88eb09b92ad6bd70c5c0ff238bc15c3dc2598168))
* 添加错误重启日志 ([ddd2087](https://github.com/zhaodeezhu/xioo/commit/ddd2087e247bb518ee27a975b6883268b56cff9d))
* 修复DELETE方法不能接受body ([2fae99b](https://github.com/zhaodeezhu/xioo/commit/2fae99bdd47acf50a5f91a9a9593bc9e3b13dc1c))

### [0.1.20](https://github.com/zhaodeezhu/xioo/compare/v0.1.19...v0.1.20) (2022-01-02)


### Features

* 🚀 pg数据库增加事务 ([b2c92af](https://github.com/zhaodeezhu/xioo/commit/b2c92af1787d003f4344268ff1a244441f2dd968))


### Bug Fixes

* 🐛 终止mysql连接 ([22611b3](https://github.com/zhaodeezhu/xioo/commit/22611b3181a6acc9f74610db8455ad99ef6615aa))

### [0.1.19](https://github.com/zhaodeezhu/xioo/compare/v0.1.18...v0.1.19) (2021-12-26)


### Bug Fixes

* 🐛 修改非空返回值拼接的问题 ([9218f50](https://github.com/zhaodeezhu/xioo/commit/9218f50b3fdf7d3e8e764bc88af1b4849221f27a))

### [0.1.18](https://github.com/zhaodeezhu/xioo/compare/v0.1.17...v0.1.18) (2021-12-15)


### Bug Fixes

* 🐛 修改驼峰转下划线时的问题 ([f2a5be2](https://github.com/zhaodeezhu/xioo/commit/f2a5be269d82875b2f420339425a44217e8e113a))

### [0.1.17](https://github.com/zhaodeezhu/xioo/compare/v0.1.16...v0.1.17) (2021-12-15)


### Bug Fixes

* 🐛 修复pg列信息获取错误的问题 ([b16b0c6](https://github.com/zhaodeezhu/xioo/commit/b16b0c62cc1427ef4c6cef4a70a747c82135eebf))

### [0.1.16](https://github.com/zhaodeezhu/xioo/compare/v0.1.15...v0.1.16) (2021-12-15)


### Bug Fixes

* 🐛 修改pg数据插入的问题 ([c86935f](https://github.com/zhaodeezhu/xioo/commit/c86935f93ed5c4be6dcc6e4f6c7f0b7e9952b4fd))

### [0.1.15](https://github.com/zhaodeezhu/xioo/compare/v0.1.14...v0.1.15) (2021-12-15)


### Bug Fixes

* 🐛 修改pg适配多schema ([f13d7e3](https://github.com/zhaodeezhu/xioo/commit/f13d7e3cb6aeb9bd3628569e4cd0b4798b389b56))

### [0.1.14](https://github.com/zhaodeezhu/xioo/compare/v0.1.13...v0.1.14) (2021-11-30)

### [0.1.13](https://github.com/zhaodeezhu/xioo/compare/v0.1.12...v0.1.13) (2021-11-30)


### Bug Fixes

* 🐛 修改url是正则的replace使用的bug ([b246013](https://github.com/zhaodeezhu/xioo/commit/b2460138c5eea5a5fc951d57244f82a2ad18e074))

### [0.1.12](https://github.com/zhaodeezhu/xioo/compare/v0.1.11...v0.1.12) (2021-11-30)


### Bug Fixes

* 🐛 修改socket可跨域 ([6a0f5c9](https://github.com/zhaodeezhu/xioo/commit/6a0f5c9bcbd78184a2588a2be5c2ee29d4febf4c))

### [0.1.11](https://github.com/zhaodeezhu/xioo/compare/v0.1.10...v0.1.11) (2021-11-27)


### Features

* 🚀 添加没有接口404的状态码 ([c3ae8d2](https://github.com/zhaodeezhu/xioo/commit/c3ae8d2c5c47b81fff814177a750d16a118e6af3))

### [0.1.10](https://github.com/zhaodeezhu/xioo/compare/v0.1.9...v0.1.10) (2021-11-25)


### Bug Fixes

* 🐛 修改windows中url路劲自动转化成\的问题 ([0ab5968](https://github.com/zhaodeezhu/xioo/commit/0ab59680499ed2e049e0266e60416f49a5de2619))

### [0.1.9](https://github.com/zhaodeezhu/xioo/compare/v0.1.8...v0.1.9) (2021-11-24)


### Features

* 🚀 增加Redis常用接口 ([03ff4a3](https://github.com/zhaodeezhu/xioo/commit/03ff4a3f4c322af130f123432852bb435e2b87a5))

### [0.1.8](https://github.com/zhaodeezhu/xioo/compare/v0.1.7...v0.1.8) (2021-11-13)

### [0.1.7](https://github.com/zhaodeezhu/xioo/compare/v0.1.6...v0.1.7) (2021-11-10)


### Features

* 🚀 增加数据库可自动下划线转驼峰 ([5324033](https://github.com/zhaodeezhu/xioo/commit/532403302396fe41d3013d558d19ca2b617f3205))

### [0.1.6](https://github.com/zhaodeezhu/xioo/compare/v0.1.5...v0.1.6) (2021-11-07)


### Bug Fixes

* 🐛 修复pg插入的schema问题 ([ad86d83](https://github.com/zhaodeezhu/xioo/commit/ad86d83cccbc500d3ff56d53fe45521b471314a2))

### [0.1.5](https://github.com/zhaodeezhu/xioo/compare/v0.1.4...v0.1.5) (2021-11-04)

### [0.1.4](https://github.com/zhaodeezhu/xioo/compare/v0.1.3...v0.1.4) (2021-11-04)

### [0.1.3](https://github.com/zhaodeezhu/xioo/compare/v0.1.2...v0.1.3) (2021-11-04)


### Bug Fixes

* 🐛 添加配置判空罗辑 ([902f533](https://github.com/zhaodeezhu/xioo/commit/902f5336fea5e2965d0af479d3be083955596c80))

### [0.1.2](https://github.com/zhaodeezhu/xioo/compare/v0.1.1...v0.1.2) (2021-11-04)

### [0.1.1](https://github.com/zhaodeezhu/xioo/compare/v0.1.0...v0.1.1) (2021-10-31)


### Features

* 🚀 添加dev环境输出 ([d1c76fd](https://github.com/zhaodeezhu/xioo/commit/d1c76fd6a37a365981673387d54ed438ed80ca0e))

## [0.1.0](https://github.com/zhaodeezhu/xioo/compare/v0.0.88...v0.1.0) (2021-10-31)


### Features

* 🚀 新增kafka别名 ([5b3bedf](https://github.com/zhaodeezhu/xioo/commit/5b3bedf70752b53b508b3a5aae436f306105d351))
* 🚀 增加kafka生产者连接 ([f2f530b](https://github.com/zhaodeezhu/xioo/commit/f2f530b56c568893f1c0deddef9ea1b4eeb7c060))
* 添加kafka生产者连接 ([15fa355](https://github.com/zhaodeezhu/xioo/commit/15fa3554eb7ed8b7b2afad7cfecff365fea23988))

### [0.0.88](https://github.com/zhaodeezhu/xioo/compare/v0.0.87...v0.0.88) (2021-10-17)


### Bug Fixes

* 🐛 修改数据库更新null转成字符串的bug ([27e35e3](https://github.com/zhaodeezhu/xioo/commit/27e35e33205a472523c5c809f04e5dd3b9d5f8d7))

### [0.0.87](https://github.com/zhaodeezhu/xioo/compare/v0.0.86...v0.0.87) (2021-10-12)

### [0.0.86](https://github.com/zhaodeezhu/xioo/compare/v0.0.85...v0.0.86) (2021-10-12)


### Bug Fixes

* 🐛 修改回插入单引号 ([f6bfbb7](https://github.com/zhaodeezhu/xioo/commit/f6bfbb758f8d94ac12e69b0618bab59060daec1e))

### [0.0.85](https://github.com/zhaodeezhu/xioo/compare/v0.0.84...v0.0.85) (2021-10-12)


### Bug Fixes

* 🐛 修改插入数据为双引号 ([ed722c6](https://github.com/zhaodeezhu/xioo/commit/ed722c6506846c48c27fbc0b5657967798d21e02))

### [0.0.84](https://github.com/zhaodeezhu/xioo/compare/v0.0.83...v0.0.84) (2021-10-08)


### Features

* 🚀 增加ES连接 ([86d2e58](https://github.com/zhaodeezhu/xioo/commit/86d2e5802651df6a92a3d3639fc8d7950fb823a2))

### [0.0.83](https://github.com/zhaodeezhu/xioo/compare/v0.0.82...v0.0.83) (2021-10-06)


### Features

* 🚀 数据库连接支持多数据源 ([ccc6e36](https://github.com/zhaodeezhu/xioo/commit/ccc6e366ce49a1485a4203772588bc9d637181e4))
* 🚀 App中增加mysql连接alias ([837753f](https://github.com/zhaodeezhu/xioo/commit/837753f8e678d23f521b70f0ce4ffb4d7260d0fb))

### [0.0.82](https://github.com/zhaodeezhu/xioo/compare/v0.0.81...v0.0.82) (2021-10-05)


### Features

* 🚀 添加cpu核数可配置 ([98aef1b](https://github.com/zhaodeezhu/xioo/commit/98aef1bf22f86efefb748d015dcf6c37dc014cf6))

### [0.0.81](https://github.com/zhaodeezhu/xioo/compare/v0.0.80...v0.0.81) (2021-09-27)


### Features

* 🚀 导出Patch Delete请求方法 ([0299795](https://github.com/zhaodeezhu/xioo/commit/0299795331a79204ee210433434b3c671b444956))

### [0.0.80](https://github.com/zhaodeezhu/xioo/compare/v0.0.79...v0.0.80) (2021-09-26)

### [0.0.79](https://github.com/zhaodeezhu/xioo/compare/v0.0.78...v0.0.79) (2021-09-25)


### Bug Fixes

* 🐛 修改redis连接赋值时机 ([70de194](https://github.com/zhaodeezhu/xioo/commit/70de194778fbfc53e454c349148bd22e55c9754a))

### [0.0.78](https://github.com/zhaodeezhu/xioo/compare/v0.0.77...v0.0.78) (2021-09-21)


### Bug Fixes

* 🐛 mysql改为连接池连接 ([94629fb](https://github.com/zhaodeezhu/xioo/commit/94629fb9f56c3ed5b0117ff0890f4834fed50540))

### [0.0.77](https://github.com/zhaodeezhu/xioo/compare/v0.0.76...v0.0.77) (2021-09-16)


### Bug Fixes

* 🐛 修改更新语句 ([3dfc4a4](https://github.com/zhaodeezhu/xioo/commit/3dfc4a440fb9b8dc08062939e9940559e0967a55))

### [0.0.76](https://github.com/zhaodeezhu/xioo/compare/v0.0.75...v0.0.76) (2021-09-16)


### Bug Fixes

* 🐛 修改更新数据库判断字段存在的bug ([0273073](https://github.com/zhaodeezhu/xioo/commit/02730739e1f50de7a08c3900637014aefdc26392))

### [0.0.75](https://github.com/zhaodeezhu/xioo/compare/v0.0.74...v0.0.75) (2021-09-15)

### [0.0.74](https://github.com/zhaodeezhu/xioo/compare/v0.0.73...v0.0.74) (2021-09-15)


### Bug Fixes

* 🐛 修改数据更新id没有动态 ([4ca319b](https://github.com/zhaodeezhu/xioo/commit/4ca319bb68911c7352fe9d8520e10c4652cd1238))

### [0.0.73](https://github.com/zhaodeezhu/xioo/compare/v0.0.72...v0.0.73) (2021-09-12)

### [0.0.72](https://github.com/zhaodeezhu/xioo/compare/v0.0.71...v0.0.72) (2021-09-12)

### [0.0.71](https://github.com/zhaodeezhu/xioo/compare/v0.0.70...v0.0.71) (2021-09-12)


### Features

* 🚀 增加更多查询罗辑 ([14539f4](https://github.com/zhaodeezhu/xioo/commit/14539f40191e1784a0dd8333e64c5bb5aa62b424))

### [0.0.70](https://github.com/zhaodeezhu/xioo/compare/v0.0.69...v0.0.70) (2021-09-12)


### Features

* 🚀 完善数据库增删改查 ([57a76ca](https://github.com/zhaodeezhu/xioo/commit/57a76ca80dd0d51663502e4ff55f5d5881f1d813))

### [0.0.69](https://github.com/zhaodeezhu/xioo/compare/v0.0.68...v0.0.69) (2021-09-08)


### Features

* 🚀 mysql增加批量插入数据 ([a6c3569](https://github.com/zhaodeezhu/xioo/commit/a6c356954726998b4e2d24f73b9d4136050dde77))

### [0.0.68](https://github.com/zhaodeezhu/xioo/compare/v0.0.67...v0.0.68) (2021-09-03)


### Bug Fixes

* 添加错误重启日志 ([ddd2087](https://github.com/zhaodeezhu/xioo/commit/ddd2087e247bb518ee27a975b6883268b56cff9d))

### [0.0.67](https://github.com/zhaodeezhu/xioo/compare/v0.0.66...v0.0.67) (2021-09-02)


### Bug Fixes

* 将跨域组件注册在最外层 ([88eb09b](https://github.com/zhaodeezhu/xioo/commit/88eb09b92ad6bd70c5c0ff238bc15c3dc2598168))

### [0.0.66](https://github.com/zhaodeezhu/xioo/compare/v0.0.65...v0.0.66) (2021-08-17)


### Bug Fixes

* 🐛 添加stringifyData声明文件 ([39ae0b5](https://github.com/zhaodeezhu/xioo/commit/39ae0b51fa4d477d9d6cfa648ac7fa3147f4eabd))

### [0.0.65](https://github.com/zhaodeezhu/xioo/compare/v0.0.64...v0.0.65) (2021-08-17)


### Features

* 🚀 add xios string ([29c346e](https://github.com/zhaodeezhu/xioo/commit/29c346e2d5eea959ced7c345d1d7a47bd61d2add))

### [0.0.64](https://github.com/zhaodeezhu/xioo/compare/v0.0.63...v0.0.64) (2021-08-10)


### Bug Fixes

* 🐛 修复xios parse报错的问题 ([40b9720](https://github.com/zhaodeezhu/xioo/commit/40b9720ed87c58f705ec273067204b065578791c))

### [0.0.63](https://github.com/zhaodeezhu/xioo/compare/v0.0.62...v0.0.63) (2021-08-07)


### Bug Fixes

* 修复DELETE方法不能接受body ([2fae99b](https://github.com/zhaodeezhu/xioo/commit/2fae99bdd47acf50a5f91a9a9593bc9e3b13dc1c))

### [0.0.62](https://github.com/zhaodeezhu/xioo/compare/v0.0.61...v0.0.62) (2021-08-06)

### [0.0.61](https://github.com/zhaodeezhu/xioo/compare/v0.0.60...v0.0.61) (2021-08-06)


### Bug Fixes

* 🐛 修改xio返回数据parse ([8840c2a](https://github.com/zhaodeezhu/xioo/commit/8840c2a14b2f6947f20fd62aaf877a69c3e0ae2c))

### [0.0.60](https://github.com/zhaodeezhu/xioo/compare/v0.0.59...v0.0.60) (2021-08-04)


### Bug Fixes

* 🐛 修改插件的注册位置 ([c7d3532](https://github.com/zhaodeezhu/xioo/commit/c7d3532ffb7abf8d82b703de2660162a351d824e))

### [0.0.59](https://github.com/zhaodeezhu/xioo/compare/v0.0.58...v0.0.59) (2021-07-01)


### Features

* 🚀 Add router set ([1ad52d0](https://github.com/zhaodeezhu/xioo/commit/1ad52d0c43b0df6cdafac66db0335cf03ac1ce72))
* 🚀 Add static resource config ([e8b0e4a](https://github.com/zhaodeezhu/xioo/commit/e8b0e4a7c70cb21c6f4bf255f14fbe739694c920))
* 🚀 Add time decorator ([06c646d](https://github.com/zhaodeezhu/xioo/commit/06c646d9498574c265753fe355842986599a9b64))


### Bug Fixes

* 🐛 update static resource ([505a509](https://github.com/zhaodeezhu/xioo/commit/505a509dc032883fa646017b1826f6bd054f2eac))

### [0.0.58](https://github.com/zhaodeezhu/xioo/compare/v0.0.57...v0.0.58) (2021-04-24)


### Features

* 🚀 add pg connct ([39d6730](https://github.com/zhaodeezhu/xioo/commit/39d673049e261ba0000087a4a0e8e0300b4627d8))

### [0.0.57](https://github.com/zhaodeezhu/xioo/compare/v0.0.56...v0.0.57) (2021-04-18)

### [0.0.56](https://github.com/zhaodeezhu/xioo/compare/v0.0.55...v0.0.56) (2021-04-18)

### [0.0.55](https://github.com/zhaodeezhu/xioo/compare/v0.0.54...v0.0.55) (2021-04-16)


### Features

* 🚀 add xios upload ([7334a0d](https://github.com/zhaodeezhu/xioo/commit/7334a0d953bb3610aad0fb5df0822002c322de20))

### [0.0.54](https://github.com/zhaodeezhu/xioo/compare/v0.0.53...v0.0.54) (2021-04-15)


### Bug Fixes

* 🐛 Fixed dir not exists ([029f391](https://github.com/zhaodeezhu/xioo/commit/029f3919ae143972441d688e6c3ed5d90b144159))

### [0.0.53](https://github.com/zhaodeezhu/xioo/compare/v0.0.52...v0.0.53) (2021-04-15)


### Features

* 🚀 add middle middleware ([6cced44](https://github.com/zhaodeezhu/xioo/commit/6cced44e0572526cb7a32f186d03cb55a6f0c8f2))

### [0.0.52](https://github.com/zhaodeezhu/xioo/compare/v0.0.50...v0.0.52) (2021-04-15)


### Features

* 🚀 add next to middleware ([1516d00](https://github.com/zhaodeezhu/xioo/commit/1516d003b0cd341d9c001a5941ee4b597ae7bd65))

### [0.0.50](https://github.com/zhaodeezhu/xioo/compare/v0.0.49...v0.0.50) (2021-04-11)


### Features

* 🚀 add dynamic schedule ([70cd108](https://github.com/zhaodeezhu/xioo/commit/70cd108cfa0e1adad391d6adf7d06bd898ea9daa))

### [0.0.49](https://github.com/zhaodeezhu/xioo/compare/v0.0.48...v0.0.49) (2021-04-04)

### [0.0.48](https://github.com/zhaodeezhu/xioo/compare/v0.0.47...v0.0.48) (2021-04-04)

### [0.0.47](https://github.com/zhaodeezhu/xioo/compare/v0.0.46...v0.0.47) (2021-04-04)

### [0.0.46](https://github.com/zhaodeezhu/xioo/compare/v0.0.45...v0.0.46) (2021-04-04)


### Bug Fixes

* 🐛 Fix the production environment build declaration file ([527b8e4](https://github.com/zhaodeezhu/xioo/commit/527b8e4355cc41ae4b9de40d60be8038ce435759))

### [0.0.45](https://github.com/zhaodeezhu/xioo/compare/v0.0.44...v0.0.45) (2021-04-04)


### Bug Fixes

* 🐛 Fixed bug where getDirtoFilePath method doesn't read dir ([6713aa0](https://github.com/zhaodeezhu/xioo/commit/6713aa0c35a70b4bf0cc209cd59092f955843a8f))

### [0.0.44](https://github.com/zhaodeezhu/xioo/compare/v0.0.41...v0.0.44) (2021-04-04)


### Features

* 🚀 add cluster agant ([e835550](https://github.com/zhaodeezhu/xioo/commit/e8355506f581425431c8df10b6a9a839ed9b661e))

### 0.0.41 (2021-03-28)


### Features

* 🎸 Added Next logic in KOA ([b136f92](https://github.com/zhaodeezhu/xioo/commit/b136f9202802d6bdd1241dec6fc9eccdec632e4a))
* 🎸 init project ([267ccb7](https://github.com/zhaodeezhu/xioo/commit/267ccb7cf5efafa1ac514a8a94a1eccde42278d3))
* 🚀 add ControllerManager for group ([95d03d3](https://github.com/zhaodeezhu/xioo/commit/95d03d38403ca0a0cb20d89310277df3e3b6f6d5))


### Bug Fixes

* 🐛 Delete ctx of Server ([6ca6570](https://github.com/zhaodeezhu/xioo/commit/6ca6570061d198b071ecc7bbe5d8073b93b77a68))
* 🐛 Fix post-middleware failure ([38f0d23](https://github.com/zhaodeezhu/xioo/commit/38f0d23c2ebff9fe50912c85f0f8a7d172c61044))

### 0.0.40 (2021-03-20)


### Features


### 0.0.39 (2021-03-20)


### Bug Fixes
