swoft v2.0.10 Release Notes
Release Date: 2020-09-27 // over 2 years ago-
๐ CHANGE LOG
TODO
Previous changes from v2.0.9
-
๐ Change Log
๐ Fixed :
- The content of the pidfile file may be empty.Check swoft-cloud/[email protected]
- Compatible with open_websocket_close_frame setting of websocket server
swoft-cloud/[email protected] - ๐ Fix the problem that the rpc client cannot set the timeout for reading data swoft-cloud/[email protected]
- ๐ Fix the problem that Required verification annotation may be invalid swoft-cloud/[email protected]
- ๐ Fixed the problem of file verification not passing swoft-cloud/[email protected]
- ๐ Fix the problem that the configured websocket middleware may fail swoft-cloud/[email protected]
- ๐ Fix the parameter type of calling method in the command line
MultiList::show
swoft-cloud/[email protected] - ๐ Fix MySQL 8.0 generated entity primary key location error swoft-cloud/[email protected]
โก๏ธ Update :
- The swoole original process object is saved on the user process class, which is convenient for subsequent use swoft-cloud/[email protected]
โจ Enhancement :
- โก๏ธ Optimize the proxy class generation logic, the same class code only needs to be generated once swoft-cloud/[email protected]
- Ignore errors that may occur when the db connection is closed swoft-cloud/[email protected]
- โ Add a try-catch to destroy coroutine processing to prevent errors from causing workers to quit swoft-cloud/[email protected]
- ๐ป The connection pool closes the connection, if the connection has been disconnected, the exception will be ignored swoft-cloud/[email protected]