Releases: driftphp/http-kernel
Releases · driftphp/http-kernel
0.1.17
Enable/disable the cache deletion from ENV
- By default cache is disabled
0.1.16
delete the old cache only if the kernel hasn't booted yet
0.1.15
Possible small BC Break
- If your project uses the Filesystem injected service from the container, then you MUST add the
react/filesystem
dependency manually. Otherwise the service will not exist.
0.1.13
Added shutdown kernel event (#37)
0.1.12
Added default preload callable method on PeriodicTimer (#36)