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.7.0 🎉
Browse files Browse the repository at this point in the history
* fix(http-client): Make HttpClient serializable ([0ee8918](0ee8918))
* fix(http-server): Add top-level exception handler to prevent server timeouts (#79) ([08c76c4](08c76c4)), closes [#79](#79) [#78](#78)
* chore(commitlint): Update configuration options to less restrictive ([bfb6d4c](bfb6d4c))
* chore(composer): Update dependencies ([9c3d7b2](9c3d7b2))
* chore(swoole): Update to v4.4.10 ([089e91d](089e91d))
* chore(swoole): Update to v4.4.8 ([a22e9ff](a22e9ff))
* chore(swoole): Upgrade to v4.4.12 ([30567b4](30567b4))
* ci(circle): Add default release notes when empty (#72) ([57e3c4e](57e3c4e)), closes [#72](#72)
* ci(circle): Add shellcheck job (#77) ([97fd9ef](97fd9ef)), closes [#77](#77)
* ci(circle): Fix release notes script generator ([490a8bc](490a8bc))
* ci(circle): Fix release version script ([68fd0e9](68fd0e9))
* feat(session): Add in-memory syfmony session storage (#73) ([4ccdca0](4ccdca0)), closes [#73](#73)
* refactor(phpstan): Enable "inferPrivatePropertyTypeFromConstructor" parameter ([3436fd9](3436fd9))
  • Loading branch information
k911 committed Nov 13, 2019
1 parent 08c76c4 commit 53de40b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.7.0](https://github.com/k911/swoole-bundle/compare/v0.6.2...v0.7.0) (2019-11-13)

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

### Bug Fixes

* **http-client:** Make HttpClient serializable ([0ee8918](https://github.com/k911/swoole-bundle/commit/0ee89182073edfa46cefaea2d58731130d3a7252))
* **http-server:** Add top-level exception handler to prevent server timeouts ([#79](https://github.com/k911/swoole-bundle/issues/79)) ([08c76c4](https://github.com/k911/swoole-bundle/commit/08c76c4a0fa73c2b846d48f1a8afc0e8aef0b265)), closes [#78](https://github.com/k911/swoole-bundle/issues/78)


### Features

* **session:** Add in-memory syfmony session storage ([#73](https://github.com/k911/swoole-bundle/issues/73)) ([4ccdca0](https://github.com/k911/swoole-bundle/commit/4ccdca0f4709d0ab83bba068b6fad0376d53b849))

## [0.6.2](https://github.com/k911/swoole-bundle/compare/v0.6.1...v0.6.2) (2019-10-05)

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

0 comments on commit 53de40b

Please sign in to comment.