Skip to content

Commit

Permalink
minor #50784 [DoctrineBridge] add missing changelog mention for isSam…
Browse files Browse the repository at this point in the history
…eDatabase arg… (alli83)

This PR was merged into the 6.3 branch.

Discussion
----------

[DoctrineBridge] add missing changelog mention for isSameDatabase arg…

| Q             | A
| ------------- | ---
| Branch?       | 6.3
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

$isSameDatabase parameter was introduced in #48059. It has been added in order to know whether the database used by doctrine is the same as the one used by the component when integrating the latter with doctrine migrations.

Also related to #50699 (UPGRADE mention) and #50689

Commits
-------

208861a [DoctrineBridge] add missing changelog mention for isSameDatabase arg introduced in #48059
  • Loading branch information
nicolas-grekas committed Jun 26, 2023
2 parents 7775816 + 208861a commit 4d95577
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Symfony/Bridge/Doctrine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ CHANGELOG
* Deprecate `DoctrineDbalCacheAdapterSchemaSubscriber` in favor of `DoctrineDbalCacheAdapterSchemaListener`
* Deprecate `MessengerTransportDoctrineSchemaSubscriber` in favor of `MessengerTransportDoctrineSchemaListener`
* Deprecate `RememberMeTokenProviderDoctrineSchemaSubscriber` in favor of `RememberMeTokenProviderDoctrineSchemaListener`
* Add optional parameter `$isSameDatabase` to `DoctrineTokenProvider::configureSchema()`

6.2
---
Expand Down
1 change: 1 addition & 0 deletions src/Symfony/Component/Cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CHANGELOG

* Add support for Relay PHP extension for Redis
* Updates to allow Redis cluster connections using predis/predis:^2.0
* Add optional parameter `$isSameDatabase` to `DoctrineDbalAdapter::configureSchema()`

6.1
---
Expand Down
1 change: 1 addition & 0 deletions src/Symfony/Component/Messenger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ CHANGELOG
`StopWorkerOnSignalsListener` and make it configurable with SIGINT and
SIGTERM by default
* Add `RedispatchMessage` and `RedispatchMessageHandler`
* Add optional parameter `$isSameDatabase` to `DoctrineTransport::configureSchema()`

6.2
---
Expand Down

0 comments on commit 4d95577

Please sign in to comment.