Skip to content
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 2.3.1 into 3.0.x #1097

Merged
merged 3 commits into from
Dec 5, 2020

Commits on Dec 2, 2020

  1. Address MasterSlaveConnection rename

    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).
    greg0ire committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    dbbd7b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. Merge pull request #1096 from greg0ire/address-master-slave-rename

    Address MasterSlaveConnection rename
    greg0ire authored Dec 5, 2020
    Configuration menu
    Copy the full SHA
    af91502 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/2.3.x' into 2.3.x-merge-up-into-…

    …3.0.x_5fcbdd6b6fcab7.24328420
    greg0ire committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    a3d876c View commit details
    Browse the repository at this point in the history