Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Change Log

All notable changes to this project will be documented in this file, in reverse
chronological order by release.

## 0.11.0

### Added

- Added support for Symfony4
- `DaemonOptionsInterface`
- Added support for file uploads and multiple file uploads
- Added support for any PSR-7 implementation by using a PSR-17 HTTP Factory.

### Changed

- Renamed `CallbackWrapper` to `CallbackKernel`.
- All classes are final

### Removed

- Support for PHP5.
- Support for Symfony2.

## 0.10.1

### Fixed

- Large POST request should not fail

## 0.10.0

### Added

- Added a command line flag for gracefully shutting down the daemon after a 5XX
error code is received.