Added
- #1467 Added default configuration for filesystem component.
- #1469 Added method
getHandler()forHyperf/Guzzle/HandlerStackFactoryand usemake()function to create the handler instead ofnewoperator when it is possible. - #1480 RPC client will generate the methods of inherited interface automatically now.
Fixed
- #1471 Fixed data recved failed, when the body is larger than max-output-buffer-size.
- #1472 Fixed consume failed when publish message in consumer of NSQ.
- #1474 Fixed the consumer of NSQ will restart when requeue message.
- #1477 Fixed Invalid argument supplied for
Hyperf\Testing\Client::flushContext.
Changed
- #1481 Creating message with
makeinstead ofnewforasync-queue.