Skip to content

Commit

Permalink
Merge pull request #245 from jderusse/changelog
Browse files Browse the repository at this point in the history
Update changelog
  • Loading branch information
jderusse committed Dec 16, 2019
2 parents c9de524 + 265ce9d commit 1a208ee
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions CHANGELOG.md
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 1a208ee

Please sign in to comment.