Skip to content

Commit

Permalink
Prepare release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ste93cry committed Apr 18, 2021
1 parent e6a6a8b commit 4b57969
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

## Unreleased
- Avoid failures when the `RequestFetcher` fails to translate the `Request` (#472)

## 4.1.0 (2021-04-19)

- Avoid failures when the `RequestFetcher` fails to translate the `Request` (#472)
- Add support for distributed tracing of Symfony request events (#423)
- Add support for distributed tracing of Twig template rendering (#430)
- Add support for distributed tracing of SQL queries while using Doctrine DBAL (#426)
Expand All @@ -13,6 +15,7 @@
- Lower the required version of `symfony/psr-http-message-bridge` to allow installing it on a project that uses Symfony `3.4.x` components only (#480)

## 4.0.3 (2021-03-03)

- Fix regression from #454 for `null` value on DSN not disabling Sentry (#457)

## 4.0.2 (2021-03-03)
Expand Down

0 comments on commit 4b57969

Please sign in to comment.