Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## 5.7.0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: SDK version constant not updated to 5.7.0

The CHANGELOG declares version 5.7.0, but SDK_VERSION in src/SentryBundle.php remains at 5.6.0. For a proper release preparation, the SDK version constant needs to be updated to match the new version being released in the CHANGELOG.

Fix in Cursor Fix in Web


The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v5.7.0.

### Features

- Add support for Symfony 8. [(#968)](https://github.com/getsentry/sentry-symfony/pull/968)

### Misc

- Add `never` as valid option for `max_request_body_size`. [(#966)](https://github.com/getsentry/sentry-symfony/pull/966)

## 5.6.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v5.6.0.
Expand Down
Loading