Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Tags: mallgroup/roadrunner

Tags

v1.0.0-rc2

Toggle v1.0.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(Extension): fix init cookie on response setup (#19)

Co-authored-by: David Štrop <[email protected]>

v1.0.0-rc1

Toggle v1.0.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add middlewares into RR plugin (#9)

* Initial work on middlewares

* Wip: little bit polished

- session is broken in this version

* wip

* Update TryCatchMiddleware.php

* Added partial support for tracy

* Update NetteApplicationMiddleware.php

* Update Extension.php

* Update NetteApplicationMiddleware.php

* Update main.yml

* Feature middlewares (#18)

* fix(RR_FLUSHABLE_SERVICES): flushable service may not be present

* feat(PSR-7): make library PSR-7 implementation agnostic

* chore(tracy): remove tracy middleware

* feat(RoadRunner): simplify bridge between Nette and RoadRunner

* feat(sessions): add SessionMiddleware enabling Nette Session

* feat(psr): add NetteInitializeMiddleware enabling pure PSR applications

Co-authored-by: David Štrop <[email protected]>

* Update SessionMiddleware.php

* Added public method to stop worker

Co-authored-by: David Štrop <[email protected]>
Co-authored-by: David Štrop <[email protected]>

v0.1.2

Toggle v0.1.2's commit message
Fixed RequestFactory try to pass null into int

v0.1.1

Toggle v0.1.1's commit message
Fixed wrong types in Extension

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
RequestFactory was refactored (#8)

v0.0.1

Toggle v0.0.1's commit message
Small updates: fixed phpstan & readme fixes