-
-
Notifications
You must be signed in to change notification settings - Fork 389
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
Merge release 3.0.2 into 3.1.x #1103
Merged
goetas
merged 16 commits into
3.1.x
from
3.0.x-merge-up-into-3.1.x_5fe360b1ac7f13.67774406
Dec 26, 2020
Merged
Merge release 3.0.2 into 3.1.x #1103
goetas
merged 16 commits into
3.1.x
from
3.0.x-merge-up-into-3.1.x_5fe360b1ac7f13.67774406
Dec 26, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MasterSlaveConnection has been deprecated in favor of PrimaryReadReplicaConnection, which it extends before being removed in DBAL 3. This ensure both cases are handled when it comes to making sure we connect to the primary, while not bumping the requirement to doctrine/dbal 2.11 (which requires PHP 7.3, although subsequent version might restore compatibility with 7.1).
Address MasterSlaveConnection rename
…3.0.x_5fcbdd6b6fcab7.24328420
…dd6b6fcab7.24328420 Merge release 2.3.1 into 3.0.x
Allow PHP 8 on branch 3.0.x
Allow PHP 8
* 2.3.x: Disable "Roave BC Check" Add phpstan baseline Migrate to friendsofphp/proxy-manager-lts Manually fix cs Automatically fix cs Upgrade CS lib Relax constraints on PHPStan Allow PHP 8
SenseException
approved these changes
Dec 26, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release Notes for 3.0.2
3.0.2
Enhancement
1101: Allow PHP 8 on branch 3.0.x thanks to @nicolas-grekas
1079: A whole slew of changes for 3.0.x! See the summary. thanks to @TomHAnderson
1097: Merge release 2.3.1 into 3.0.x thanks to @github-actions[bot]
1059: Move website config to default branch thanks to @SenseException
1058: Repeated $config value thanks to @Dazag
1051: Fix code sample in custom integrations docs page thanks to @pawel-lewtak
1039: Check PHP_OS_FAMILY for Windows in Tests thanks to @chrisguitarguy
1028: Update MigrateCommand.php thanks to @ThomasLandauer
1004: Migration fails when using SELECT queries in
addSql
thanks to @bcremerCI
Documentation
organize_migrations
setting. thanks to @bfoosnessBug