| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2019-11-17 | 6.1 kB | |
| v2.0.7.tar.gz | 2019-11-17 | 200.4 kB | |
| v2.0.7.zip | 2019-11-17 | 261.2 kB | |
| Totals: 3 Items | 467.7 kB | 0 | |
Fixed:
- When fixing config injection, if the value is not found, the default value of the corresponding type will be used to override the attribute, causing the default value of the attribute to be overwritten https://github.com/swoft-cloud/swoft-component/pull/522/commits/d84d50a76c4c7ff19dc0896868745cfe8f0d93c9
- Fixed when using the message schedule in ws server, no empty data was filtered, resulting in one more response. Avoid method [#1002] https://github.com/swoft-cloud/swoft-component/pull/522/commits/d84d50a76c4c7ff19dc0896868745cfe8f0d93c9
- Fixed when using message scheduling in tcp server, no empty data was filtered, resulting in one more response. https://github.com/swoft-cloud/swoft-component/pull/522/commits/07a01ba1e6ff52baffbc7b2baf997e0e6a07ae04
- Fixed missing swoft/stdlib library dependencies when using console component independently https://github.com/swoft-cloud/swoft-component/pull/529/commits/c569c81ae15c0b2b73db3a15c457d7b982a06d7f
- Fixed
ArrayHelper::getWhen the input key is integer, the parameter parameter is incorrect https://github.com/swoft-cloud/swoft-component/pull/528/commits/a44dcad42cbdd20cb4078351a8deb3b966b1ca09 - Fix console rendering using table, when calculating int value, calculate width report type error https://github.com/swoft-cloud/swoft-component/pull/528/commits/74a835abd78ed58c081668129e723d5e83429398
- Fixed error in the component user can not customize the default error handling level https://github.com/swoft-cloud/swoft-component/pull/530/commits/4c78aeb3326bfb333227f07b675a2bdfc3b95f0f
- Fix Enable and disable Component settings
isEnable()does not work https://github.com/swoft-cloud/swoft-component/pull/530/commits/da8c51e561074f94ec29a8c5055f563c6ed13cc0 - Fixes Using the
uniqid()method in the cygwin environment must set the second parameter to true https://github.com/swoft-cloud/swoft-component/pull/530/commits/c7f688f4ef07bb7c7d59a0c03888d0c79f77d4c7 - Fixed Unable to set process title in cygwin environment and cause error https://github.com/swoft-cloud/swoft-component/pull/530/commits/c466f6a3841b6fb58e581d517c2151699ac4cf3e
- Fixed Unable to delete browser cookie data using http
response->delCookie()https://github.com/swoft-cloud/swoft-component/pull/530/commits/8eb9241329e46dcab78e4f18ea4771808a1f034e - Fixed ws server message dispatching, the received ext data is not necessarily an array causing an error https://github.com/swoft-cloud/swoft-component/pull/530/commits/ff45b356c709d97bc2937dab8d467e4680d58cf0
- Fix log file split by time https://github.com/swoft-cloud/swoft-component/pull/533/commits/08c42449cc5ca7922e5bf54d6523b0d8799ba910
- Fix the log
JSONformat small problem https://github.com/swoft-cloud/swoft-component/pull/535/commits/a3fc6b94a8afff873f7f3ac8248432ff2a409d13 - Fixed
rpcservice providergetListcall twice https://github.com/swoft-cloud/swoft-component/pull/535/commits/fd03e71f525c265add11e9334cc6dd505daf62ec - Fix
redis clusterdoes not supportauthparameter https://github.com/swoft-cloud/swoft-component/pull/525/commits/7a678fd866e3ec842b00f734f7f6c3b7b1a03a9b - Fix model query
jsontype, does not supportarrayhttps://github.com/swoft-cloud/swoft-component/pull/525/commits/6023a99aad06d9e87ff0a38bb4f37242f331a771 - Fixed redis
multioperation not connected in time https://github.com/swoft-cloud/swoft-component/pull/525/commits/e5f69802947ec3d9b56b7d56ec2dc4b1d70b4995 - Fix redis does not support
expireAt,geoRadiushttps://github.com/swoft-cloud/swoft-component/pull/525/commits/749241561dbb5a6b94c659b2642e255900cb6b69 - Fix 'crontab' timestamp detection deviation https://github.com/swoft-cloud/swoft-ext/commit/eb08a46833188f49e05b1ea3c041c8a60ff53606
Update:
- Update console also emits an event before rendering the help message
ConsoleEvent::SHOW_HELP_BEFOREhttps://github.com/swoft-cloud/swoft-component/pull/522/commits/d3f7bc3c5093a11a1de3710fd239c4375b835160 - Simplify and unify http, ws, tcp, rpc server management command logic https://github.com/swoft-cloud/swoft-component/pull/522/commits/f202c826b74972775fe97ad91b2c38e5c7d97014
- Update the ws and tcp Connection classes to add the
newFromArrayandtoArraymethods to facilitate exporting information and restoring connections via third-party storage (redis) https://github.com/swoft-cloud/swoft-component/pull/528/commits/a8b0b7c77d56d4392eba75d13a911816b9dc0cee - Optimize server to add a unified swoole pipe message event handler, use the swowt event in ws, tcp to handle interprocess messages https://github.com/swoft-cloud/swoft-component/pull/530/commits/1c51a8c82357f52b6f858bcaa58396c521080695
Enhancement:
- Now tcp requests support adding global or corresponding method middleware, and the process and usage are similar to http middleware. _ Useful only when using system scheduling _ https://github.com/swoft-cloud/swoft-component/pull/528/commits/6b593877acc5cb78bbd863e08c0559454fb0b59c
- Now the websocket message request supports adding global or corresponding method middleware, and the process and usage are similar to http middleware. _ Useful only when using system scheduling_ https://github.com/swoft-cloud/swoft-component/pull/530/commits/973981568df4bca18a4858efe1ef7730d903353e
- Event Management allows setting
destroyAfterFireto clean up the data carried in the event after each event dispatch https://github.com/swoft-cloud/swoft-component/pull/530/commits/50bf43d39857fea7328c83a790c941e83847b82b - Database error exception added
codereturns https://github.com/swoft-cloud/swoft-component/pull/533/commits/fd306f470ba171f556bc05682aae58cab217cacc - Coroutine file operation
writeFileNew write failure exception https://github.com/swoft-cloud/swoft-component/pull/533/commits/08c42449cc5ca7922e5bf54d6523b0d8799ba910 - RPC new parameter verification https://github.com/swoft-cloud/swoft-component/pull/533/commits/8646fc5c64bcfeb84c0c38adb31ff2759a20726d