Skip to content

Commit 75daa6a

Browse files
committed
minor symfony#24439 Add changelog for deprecated DbalSessionHandler (Tobion)
This PR was merged into the 3.4 branch. Discussion ---------- Add changelog for deprecated DbalSessionHandler | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | no <!-- don't forget to update UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Add missing changelog/upgrade for symfony#24389 Commits ------- af0aa1e Add changelog for deprecated DbalSessionHandler
2 parents 87712e4 + af0aa1e commit 75daa6a

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

UPGRADE-3.4.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@ Debug
6363

6464
* Support for stacked errors in the `ErrorHandler` is deprecated and will be removed in Symfony 4.0.
6565

66+
DoctrineBridge
67+
--------------
68+
69+
* Deprecated `Symfony\Bridge\Doctrine\HttpFoundation\DbalSessionHandler` and
70+
`Symfony\Bridge\Doctrine\HttpFoundation\DbalSessionHandlerSchema`. Use
71+
`Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler` instead.
72+
6673
EventDispatcher
6774
---------------
6875

UPGRADE-4.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,13 @@ DependencyInjection
186186

187187
* The `ExtensionCompilerPass` has been moved to before-optimization passes with priority -1000.
188188

189+
DoctrineBridge
190+
--------------
191+
192+
* The `Symfony\Bridge\Doctrine\HttpFoundation\DbalSessionHandler` and
193+
`Symfony\Bridge\Doctrine\HttpFoundation\DbalSessionHandlerSchema` have been removed. Use
194+
`Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler` instead.
195+
189196
EventDispatcher
190197
---------------
191198

src/Symfony/Bridge/Doctrine/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ CHANGELOG
66

77
* added support for doctrine/dbal v2.6 types
88
* added cause of UniqueEntity constraint violation
9+
* deprecated `DbalSessionHandler` and `DbalSessionHandlerSchema` in favor of
10+
`Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler`
911

1012
3.1.0
1113
-----

0 commit comments

Comments
 (0)