Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
chore(release): v0.9.0 🎉
Browse files Browse the repository at this point in the history
* style: make sure swoole DI configuration methods returns proper bool values ([10fdb35](10fdb35))
* ci(circle): run all coverage jobs even if previous job failed ([7ee98ae](7ee98ae))
* chore(composer): upgrade dependencies ([aaad113](aaad113))
* test(response-processor): add a test for the StreamedResponseProcessor ([bc4ba45](bc4ba45))
* test(response-processor): fix/add tests for response processor ([a55e064](a55e064))
* feat(response-processor): add support for StreamedResponse ([89fc7ca](89fc7ca))
* fix(request-factory): Avoid accessing undefined index REQUEST_URI (#422) ([807ba9f](807ba9f)), closes [#422](#422)
* refactor(php): support only PHP 7.4 and up (#433) ([cd61fad](cd61fad)), closes [#433](#433)
  • Loading branch information
swoole-bundle-bot committed Feb 7, 2021
1 parent 10fdb35 commit 01e6ca1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [0.9.0](https://github.com/k911/swoole-bundle/compare/v0.8.3...v0.9.0) (2021-02-03)

[Full changelog](https://github.com/k911/swoole-bundle/compare/v0.8.3...v0.9.0)

### Bug Fixes

* **request-factory:** Avoid accessing undefined index REQUEST_URI ([#422](https://github.com/k911/swoole-bundle/issues/422)) ([807ba9f](https://github.com/k911/swoole-bundle/commit/807ba9f0c7ceaa523af76899ce154c816ab69242))


### Features

* **response-processor:** add support for StreamedResponse ([89fc7ca](https://github.com/k911/swoole-bundle/commit/89fc7cac9864465cc707224422e81ad0d101edc4))

## [0.8.3](https://github.com/k911/swoole-bundle/compare/v0.8.2...v0.8.3) (2021-01-03)

[Full changelog](https://github.com/k911/swoole-bundle/compare/v0.8.2...v0.8.3)
Expand Down

0 comments on commit 01e6ca1

Please sign in to comment.