Releases: swoft-cloud/swoft
Releases · swoft-cloud/swoft
v2.0.1
Enhancement:
- Added validator does not have an error message(5ba8682) @stelin
- Added
AOP
proxy class name identifier_PROXY_
(5ba8682) @stelin - Added entity field value type to error exception prompt(ab3cfea) @stelin
- Added
BeanFactory::getBeans()
query instance based on class name(999c10f) @stelin - Added Model
getAttributeValue
get field value method(642d791e) @sakuraovq - Added
GET
mode parameter verification(6452a37) @stelin - Added
Redis
byInject
method injection(fc0a88e) @sakuraovq - Added
RRC
service global exception handling(1653b24) @stelin
Fixed:
- Fix
CLog
log call stack error(868102f) @stelin - Fix
Co::multi
call failed error data format(5ba8682) @stelin - Fix
Function.php
repeated loading(b063dd1) @stelin - Fix
Logger
log call stack error(ab3cfea) @stelin - Fix worker process exit is not released(close)database、cache、
RPC
connection pool(5b1baa5) @stelin - Fix developer customization
content-type
failure problem(22cf706) @stelin - Fix
request/session
level destruction invalidation problem(e0d1493) @stelin - Fix
bean
name contains.
point number invalidation(dc37c92) @stelin - Fix connection pool
maxIdleTime
invalid parameter problem(0e05591) @stelin - Fix file upload (10bc7fa) @SunnyOS
- Fix the default output encoding is
UTF8
(755c8cf) @SunnyOS - Optimize
Redis
configuration type conversion(533b592) @stelin - Fix packaged as
phar
runtime error(533b592) @inhere
Swoft-cli
- Fix some problems swoft-cli @inhere
- Automatically deploy
phar
toGitHub Release
viatravis
when releasing new versions. (d1503b2) @inhere
Devtool
v2.0.0
New Features
- Built-in high performance network server(Http/Websocket/RPC)
- Flexible componentization
- Flexible annotation function
- Diversified command terminal(Console)
- Powerful Aspect Oriented Programming(AOP)
- Perfect Container management、Dependency Injection (DI)
- Flexible event mechanism
- Implementation of HTTP message based on PSR-7
- Event Manager Based on PSR-14
- Middleware based on PSR-15
- Internationalization(i18n) support
- Simple and efficient parameter validator
- High performance connection pool(Mysql/Redis/RPC),Automatic reconnection
- Database is highly compatible Laravel
- Cache Redis highly compatible Laravel
- Efficient task processing
- Flexible exception handling
- Powerful log system
v1.0.9-beta
- fix some error
v1.0.8-beta
- Change packagist repository to https://packagist.laravel-china.org
v1.0.7-beta
- Add TCP Client config
- Upgrade Swoole version of Docker to 4.0.3
v1.0.6-beta
- Update composer.json requires
- Add phpstorm meta file
- Add eof setting
- Add php-cs-fixer
v1.0.5-beta
- Refactor db
v1.0.4-beta
- add websocket server support
- update some config for websocket
- add php cs config
- update readme
v1.0.3-beta
- Fix console task bug
- Fix rpc task bug
v1.0.2-beta
- Add task demo by console
- Add queue task config