0.1.7
0.1.7 - 2024-05-17
Added
- Add
requestIdproperty to all logs to enable finding all logs made during a single request, closes [#306].
Changed
- Change naming of internal variables to replace
UuidwithId, because the variables are already type hinted andIdemerged as a better convention in the ecosystem. Closes [#292]. - Server exceptions with the HTTP status code 500 will now always log their message.
- Upgrade PHP to 8.3.7, closes [#310].
- Update PHP dependencies, related to [#310].
- Feature tests use production docker build in CI, closes [#297].
Fixed
- Fix wrong license identifier in Dockerfile, closes [#302].