diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e71d28..daf4cba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,23 @@ ## UNRELEASED +## v2.1.3 + +### Added + +- Test again PHP 7.4 +- Use typehinted alias in EventListener + +### Fixed + +- Wrong event handled in RequestListener + ## v2.1.2 ### Fixed - Fixed compatibility issues with Symfony 5.0 +- Handle new ResponseEvent, RequestEvent and ExceptionEvent in EventListeners ## v2.1.1 @@ -20,7 +32,7 @@ - More detail/context when PSR-3 Logging the Newrelic transactions -### Fixed +### Fixed - Even when handling a streamed response should call 'endTransaction' on onKernelResponse even - Warnings in PHP 7.4 @@ -37,7 +49,7 @@ - Fixed call to non-allowed method `setContent` on a `StreamedResponse`. - Fixed multiple decoration of error handler when the bundle is often started and stopped like in test suite. -- Fixed issue in monolog's service configuration that does not allows application's services or aliases. +- Fixed issue in monolog's service configuration that does not allows application's services or aliases. ## v2.0.1 @@ -49,33 +61,33 @@ ### Changed -- Update the return type annotation of `NewRelicInteractorInterface::disableAutoRUM` to `?bool` - to match the latest changes in the NewRelic API. +- Update the return type annotation of `NewRelicInteractorInterface::disableAutoRUM` to `?bool` + to match the latest changes in the NewRelic API. ## v2.0.0-beta5 ### Fixed -- Memory leak in the `ResponseListener` that may cause issues on large HTML responses. +- Memory leak in the `ResponseListener` that may cause issues on large HTML responses. - Fixed type error when no Content-Type header was returned. -- Make sure `NewRelicInteractor::disableAutoRUM` always returns true. +- Make sure `NewRelicInteractor::disableAutoRUM` always returns true. ## v2.0.0-beta4 ### Changed -- Changed the configuration for monolog's channel to a configuration similar to MonologBundle. +- Changed the configuration for monolog's channel to a configuration similar to MonologBundle. ## v2.0.0-beta3 ### Changed - Moved "instrument" to the root level -- The `AdaptiveInteractor` is now the default interactor. +- The `AdaptiveInteractor` is now the default interactor. ### Fixed -- Bug where logging deprecations did not work. +- Bug where logging deprecations did not work. ## v2.0.0-beta2