Skip to content

Releases: Simovative/zeus

Pipeline for non PSR Request

05 Jun 14:48
b6047a3

Choose a tag to compare

The pipeline that can be injected, will now also be used for non PSR Request. That makes it possible to execute code on old and new routes.

Bugfix for response emmitting of multiple values of a header

28 May 13:15
ec393cb

Choose a tag to compare

If you add multiple header values to the same header key, the emmiter did run into an error.

Allow altering PSR-Requests

04 Apr 14:22
2fddafd

Choose a tag to compare

allows to alter psr-requests

dev-csp-header-1

04 Apr 09:12

Choose a tag to compare

dev-csp-header-1 Pre-release
Pre-release
test csp-header

Fix GET Requests

10 Feb 10:56
948b25c

Choose a tag to compare

With the last release there apeared an error when creating an URL from the global arrays when in a GET request. Not this is fixed.

Fix packagist release

06 Feb 20:10
6932ba8

Choose a tag to compare

Packagist was no longer building releases, because of the version number in the compose.json file.

Fix requests in CLI

06 Feb 15:25
cda5b46

Choose a tag to compare

The request class can now also be created in an cli request.

Fix Bug in ArrayCache

09 Oct 07:45
9ebfa02

Choose a tag to compare

Fix Bug in ArrayCaches remove function

Make use of older symfony possible

17 May 19:59
29374ea

Choose a tag to compare

Make use of older symfony possible

Add build and fix code for php8.2 and 8.3

17 May 19:30
b6ef121

Choose a tag to compare

Will no longer work with php prior to 8.2.
Build added.