Fixed
- #1734 Fixed the bug that the morph association is empty and cannot be queried.
- #1739 Fixed the wrong bitwise operator in oss hook.
- #1743 Fixed the wrong
refIdforgrafana.json. - #1748 Fixed
concurrent.limitdoes not works when using another pool. - #1750 Fixed the incorrent number of current connections when close failed.
- #1754 Fixed the wrong start info for base server.
- #1764 Fixed datetime validate failed when the value is null.
- #1769 Fixed a notice when client initiate disconnects in
socketio-server.
Added
- #1724 Added
Model::orWhereHasMorph,Model::whereDoesntHaveMorphandModel::orWhereDoesntHaveMorph. - #1741 Added
Hyperf\Command\Command::choiceMultiple(): arraymethod, because the return type ofchoicemethod isstring, so the methed cannot handle the multiple selections, even though setted$multipleargument. - #1742 Added Custom Casts for model.
- Added interface
Castable,CastsAttributesandCastsInboundAttributes. - Added
Model\Builder::withCasts. - Added
Model::loadMorph,Model::loadMorphCountandModel::syncAttributes.
- Added interface