Skip to content

Releases: php-middleware/request-id

4.1.0

Choose a tag to compare

@snapshotpl snapshotpl released this 08 Dec 00:16
834119a
  • Allow install on PHP 8.0

4.0

4.0

Choose a tag to compare

@snapshotpl snapshotpl released this 19 Jun 19:07
f466aed
  • php 7.1 as minimum
  • use stable psr-15

3.1.2

Choose a tag to compare

@snapshotpl snapshotpl released this 02 May 18:36
3936e46

Support php 7.2

3.1.1

Choose a tag to compare

@snapshotpl snapshotpl released this 13 May 09:28

Add license

3.1.0

Choose a tag to compare

@snapshotpl snapshotpl released this 11 May 22:07
  • add support for psr-15
  • drop support for php 5.5
  • upgrade phpunit
  • improve readability of middleware

3.0.2

Choose a tag to compare

@snapshotpl snapshotpl released this 30 Mar 14:17

Fix default header name in request decorator, fix factory alias in middleware

3.0.1

Choose a tag to compare

@snapshotpl snapshotpl released this 23 Mar 15:28

#7 MonologProcessor works even RequestId is not generated

3.0.0

Choose a tag to compare

@snapshotpl snapshotpl released this 22 Jan 13:33

Getting current request id moved to separated class

2.1.0

Choose a tag to compare

@snapshotpl snapshotpl released this 13 Dec 11:57

Add scrutinizer-ci, override policy, missing tests, support for php7 and bugfixes.

2.0.0

Choose a tag to compare

@snapshotpl snapshotpl released this 11 Nov 22:44

Changelog:

  • refactored middleware,
  • new generators (Ramsey generators using Ramsey\Uuid 3.*),
  • Monolog processor,
  • request decorator.