Skip to content

Releases: Phauthentic/correlation-id

Removed the `ramsey\uuid` dependency

27 Mar 23:52
Compare
Choose a tag to compare
  • Removed the ramsey\uuid dependency.
    • If the lib is present, it will still use the libs implementation. But to make the library dependency free it was made optional. It will internally still generate a UUID.
  • The lib requires now PHP ^8.1, unmaintained version will no longer be supported.

Enabled PHP8

03 Oct 11:18
0e43145
Compare
Choose a tag to compare
  • Enabled PHP 8 in composer.json
  • Updated CI configs
  • Added an interface for the CorrelationID

Feature release: Added a pass-through option

21 Feb 11:56
e8e681e
Compare
Choose a tag to compare

In the case you need to pass an existing CID from another service to the current microservice you might want to keep the ID based on the received header value.

1.0.0

29 Dec 20:14
Compare
Choose a tag to compare
Adding a sameAs() check to CorrelationID