Skip to content

4.0.0

Compare
Choose a tag to compare
@Ocramius Ocramius released this 27 Jan 16:06
· 1348 commits to 9.3.x since this release
4.0.0
fccbe77

Build Status

This release aligns the PSR7Sessions\Storageless\Http\SessionMiddleware to
the PSR-15 php-fig/http-server-middleware
specification.

This means that the signature of PSR7Sessions\Storageless\Http\SessionMiddleware
changed, and therefore you need to look for usages of this class and verify
if the new signature is compatible with your API

Specifically, PSR7Sessions\Storageless\Http\SessionMiddleware#__invoke()
was removed.