Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Release v7.0.0-RC1 #52600

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 15, 2023
Merged
Changes from 1 commit
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
Next Next commit
Update CHANGELOG for 7.0.0-RC1
  • Loading branch information
fabpot committed Nov 15, 2023
commit feb5e6668aa3f8e471db9ea84ade75f98916ccf6
11 changes: 11 additions & 0 deletions 11 CHANGELOG-7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ in 7.0 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v7.0.0...v7.0.1

* 7.0.0-RC1 (2023-11-15)

* bug #52597 [DependencyInjection] Fix dumping containers with null-referenced services (nicolas-grekas)
* bug #52588 [Messenger] Use extension_loaded call to check if pcntl extension is loaded, as SIGTERM might be set be swoole (Sergii Dolgushev)
* feature #52569 [VarExporter] Drop support for partially initialized lazy object (nicolas-grekas)
* bug #52567 [AssetMapper] Fixing js sourceMappingURL extraction when sourceMappingURL used in code (weaverryan)
* bug #52579 [DomCrawler] UriResolver support path with colons (vdauchy)
* bug #52581 [Messenger] attach all required parameters to query (xabbuh)
* feature #52568 [VarExporter] Deprecate per-property lazy-initializers (nicolas-grekas)
* feature #52560 [Mailer] Update default Mailjet port (Katario)

* 7.0.0-BETA3 (2023-11-10)

* bug #51666 [RateLimiter] CompoundLimiter was accepting requests even when some limiters already consumed all tokens (10n)
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.