We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f36a8 commit f9b674bCopy full SHA for f9b674b
CHANGELOG.md
@@ -0,0 +1,36 @@
1
+# Change Log
2
+
3
+All notable changes to this project will be documented in this file, in reverse
4
+chronological order by release.
5
6
+## 0.11.0
7
8
+### Added
9
10
+- Added support for Symfony4
11
+- `DaemonOptionsInterface`
12
+- Added support for file uploads and multiple file uploads
13
+- Added support for any PSR-7 implementation by using a PSR-17 HTTP Factory.
14
15
+### Changed
16
17
+- Renamed `CallbackWrapper` to `CallbackKernel`.
18
+- All classes are final
19
20
+### Removed
21
22
+- Support for PHP5.
23
+- Support for Symfony2.
24
25
+## 0.10.1
26
27
+### Fixed
28
29
+- Large POST request should not fail
30
31
+## 0.10.0
32
33
34
35
+- Added a command line flag for gracefully shutting down the daemon after a 5XX
36
+ error code is received.
0 commit comments