Skip to content

v1.1.27

Choose a tag to compare

@limingxinleo limingxinleo released this 23 Apr 07:44
bb6a25b

Added

  • #1575 Added document of property with relation, scope and attributes when you use gen:model to create models.
  • #1586 Added conflict of symfony/event-dispatcher which < 4.3.
  • #1597 Added maxConsumption for amqp consumer.
  • #1603 Added WebSocket Context to save data from the same fd.

Fixed

  • #1553 Fixed the rpc client do not work, when jsonrpc server register the same service to consul with jsonrpc and jsonrpc-http protocol.
  • #1589 Fixed unsafe file locks in coroutines.
  • #1607 Fixed bug that the return value of function go is not adaptive with swoole.
  • #1624 Fixed describe:routes failed when router handler is Closure.