mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-29 18:27:44 +08:00
Update CHANGELOG-2.0.md
This commit is contained in:
parent
f9bbea450e
commit
27533ff21a
@ -59,6 +59,8 @@ class Example {
|
||||
private ExampleService $exampleService;
|
||||
}
|
||||
```
|
||||
- [#1890](https://github.com/hyperf/hyperf/pull/1890) Added `Hyperf\HttpServer\ResponseEmitter` class to emit any PSR-7 response object with Swoole server, and extracted `Hyperf\Contract\ResponseEmitterInterface`.
|
||||
- [#1890](https://github.com/hyperf/hyperf/pull/1890) Added `getTrailers()` and `getTrailer(string $key)` and `withTrailer(string $key, $value)` methods for `Hyperf\HttpMessage\Server\Response`.
|
||||
|
||||
## Fixed
|
||||
|
||||
@ -69,7 +71,6 @@ class Example {
|
||||
|
||||
- [#1848](https://github.com/hyperf/hyperf/pull/1848) Auto generate rpc client code when server start and the interface is changed.
|
||||
- [#1863](https://github.com/hyperf/hyperf/pull/1863) Support async-queue stop safely.
|
||||
- [#1890](https://github.com/hyperf/hyperf/pull/1890) Added `Hyperf\HttpServer\ResponseEmitter` class to emit any `PSR-7` response object with Swoole server.
|
||||
|
||||
## Changed
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user