File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
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
+ ### Added
34
+
35
+ - Added a command line flag for gracefully shutting down the daemon after a 5XX
36
+ error code is received.
You can’t perform that action at this time.
0 commit comments