| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2020-01-18 | 4.2 kB | |
| v2.0.8.tar.gz | 2020-01-18 | 207.9 kB | |
| v2.0.8.zip | 2020-01-18 | 271.9 kB | |
| Totals: 3 Items | 484.0 kB | 0 | |
Change Log
Fixed:
- Fix ws server's message response.finish compatible
swoole 4.4.12issue https://github.com/swoft-cloud/swoft-component/pull/544/commits/d724a949e0f90037eede019ae4d177cec8ae22dd - Fix the issue that the value of the option with the short option in the console component is out of sync https://github.com/swoft-cloud/swoft-component/pull/544/commits/ac41ecadd5fd1030ffd0515c858e21c6098c9ba3
- Fixed some string operations not compatible with php 7.4 https://github.com/swoft-cloud/swoft-component/pull/544/commits/b4d0e903cbf92ca615e79a1b2ea32d8fd94a786b
- Fix When displaying unknown command, the help information of http server command is incorrect https://github.com/swoft-cloud/swoft-component/pull/544/commits/684807e51bd8bd2be53770a6df30423ca209574a
- Fix remove invalid debug statements in process component https://github.com/swoft-cloud/swoft-component/pull/544/commits/2bc84aaced6cfa35f4d12a25ab6941fd2e470831
- The
.envfile in the same directory cannot be loaded correctly after packaging as phar https://github.com/swoft-cloud/swoft-component/pull/544/commits/8046c156844b59e0a332e47f9e96ce115bb24384 - Fix psr4 namespace that cannot be excluded from scanning by Application settings https://github.com/swoft-cloud/swoft-component/pull/555/commits/59340887f1bf50039f9e9299941ec3f14a94a4cf
- Fixed the initial request error when the digital key appeared in the http headers https://github.com/swoft-cloud/swoft-component/pull/554/commits/c1684343710143c6d4cc90d2a1a79d8f47b06fb8
- Fix log is still writing conting information to memory after disabling, causing memory growth problem https://github.com/swoft-cloud/swoft-component/pull/560/commits/0a51739b3e7917e63cc4ff5e8c694af019b8eb8e
- Fix log concurrency may cause repeated writing to log https://github.com/swoft-cloud/swoft-component/pull/542/commits/c6b396f6db72a7276bafb9ced7bc5b42fa9d25e0
- Fix Connection pool not closed, expired connection https://github.com/swoft-cloud/swoft-component/pull/542/commits/53ca5485d61c6eaddf5dac5b2c3e18db0f7b775c
Update:
- Adjust the exception thrown when the route is not found will carry the error code https://github.com/swoft-cloud/swoft-component/pull/544/commits/7e06afa86419cd5f0175646615ad18cfaa96882c
- Adjust the Redis
Setmethod and interface, the usage is exactly the same as phpredis, the third parameter supports the array https://github.com/swoft-cloud/swoft-component/pull/542/commits/503f4df06dcf067afbf5e105027c97a2548c90b2 Swoft\Redis\Contract\ConnectionInterface::setThird parameter changed to unlimited type
Enhancement:
- Enhanced clog now supports writing logs to files https://github.com/swoft-cloud/swoft-component/pull/542/commits/e88c4d59416fc3439476eb4c25457298e2d0a800
- Optimized phar package construction speed, packaging time will be greatly reduced now https://github.com/swoft-cloud/swoft-component/pull/544/commits/1055fffc7affc46eda1c2484665f0452917c1ab2
- Optimize the parsing and binding of console command parameters and options. The type of the setting will be formatted as the corresponding type https://github.com/swoft-cloud/swoft-component/pull/544/commits/7dc0d58108591a152f538ca417201afe148a7bdd
- Global validation method Added
$unfieldsparameter to the validate method https://github.com/swoft-cloud/swoft-component/pull/556/commits/ca86dc885132953188038f80752d736cd39f961d - Adjusted the storage logic of ws and tcp connection, now you can customize the connection session information to a custom driver (such as redis, swoole-table, etc.) https://github.com/swoft-cloud/swoft-component/pull/550/commits/5a52586c5523ab7dee46f5936cf62e9955d8992f
- Optimized aggregation method supports grouping such as (
sum, avg, count), etc. https://github.com/swoft-cloud/swoft-component/pull/542/commits/ab58ffd39fb98fd47f7161a0095b8cdc812b2f9e - Optimize entity generation, resolve conflicts with model attributes/methods https://github.com/swoft-cloud/swoft-ext/commit/54be347f32b38b328111b1fe5f7999c09eda9358
- Add
setFetchModeto easily get different types of data in pdo format https://github.com/swoft-cloud/swoft-component/pull/542/commits/31210bfe51cde8114161590392acd745b0aac800